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-21T23:17:05.870Z||main|||||INFO|500||The following profiles are active: basic
2023-03-21T23:17:15.919Z||main|||||INFO|500||Starting service [Tomcat]
2023-03-21T23:17:15.919Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-03-21T23:17:16.038Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-03-21T23:17:18.404Z||main|||||INFO|500||catdb-pool - Starting...
2023-03-21T23:17:18.729Z||main|||||INFO|500||catdb-pool - Start completed.
2023-03-21T23:17:19.133Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-03-21T23:17:19.494Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-03-21T23:17:20.197Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-03-21T23:17:23.459Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-03-21T23:17:24.146Z||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-21T23:17:26.289Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-03-21T23:17:26.411Z||main|||||INFO|500||reqdb-pool - Starting...
2023-03-21T23:17:26.445Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-03-21T23:17:26.454Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-03-21T23:17:26.874Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-03-21T23:17:27.172Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-03-21T23:17:28.115Z||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-21T23:17:29.338Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2023-03-21T23:17:29.339Z||main|||||ERROR|500||(conn=879) Table 'catalogdb.activity_spec' doesn't exist
2023-03-21T23:17:29.363Z||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-21T23:17:31.614Z||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-21T23:17:33.888Z||main|||||WARN|500||---
2023-03-21T23:17:33.889Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-03-21T23:17:33.889Z||main|||||WARN|500||---
2023-03-21T23:17:34.171Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-03-21T23:17:37.938Z||main|||||INFO|500||Started Application in 36.995 seconds (JVM running for 39.781)
2023-03-21T23:17:37.953Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-03-21T23:17:37.956Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-03-21T23:17:37.964Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-03-21T23:17:38.066Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 643a0020-07eb-40b0-bed8-d3dcf1e240fe url= /sdc/v1/artifactTypes
2023-03-21T23:17:38.070Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-03-21T23:17:38.203Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2023-03-21T23:17:38.204Z||scheduling-1|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@68dde572
2023-03-21T23:17:38.209Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to SDC]
2023-03-21T23:17:38.228Z||scheduling-1|||||DEBUG|500||error from SDC is: no healthy upstream
2023-03-21T23:17:38.252Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to SDC
2023-03-21T23:17:38.258Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: failed to send request to SDC
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.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.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	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.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	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.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$d8ffbdf9.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.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: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: failed to send request to SDC
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2023-03-21T23:18:27.927Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-03-21T23:18:27.927Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-03-21T23:18:27.927Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-03-21T23:18:27.931Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 6c1a885f-82ca-4ecf-bf7b-585d80686ff3 url= /sdc/v1/artifactTypes
2023-03-21T23:18:27.931Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-03-21T23:18:28.007Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-03-21T23:18:28.021Z||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-21T23:18:28.022Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-03-21T23:18:28.022Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= ea36b061-8cda-4567-b8b4-5c32d5b02d29 url= /sdc/v1/distributionKafkaData
2023-03-21T23:18:28.022Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-03-21T23:18:28.061Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-03-21T23:18:28.073Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@5b71f0a4
2023-03-21T23:18:28.159Z||scheduling-1|||||INFO|500||ProducerConfig values: 
	acks = -1
	batch.size = 16384
	bootstrap.servers = [onap-strimzi-kafka-bootstrap:9092]
	buffer.memory = 33554432
	client.dns.lookup = use_all_dns_ips
	client.id = SO-sdc-controller-producer-b840944b-ee5e-4462-b9ae-f685ac949c43
	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-21T23:18:28.247Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-b840944b-ee5e-4462-b9ae-f685ac949c43] Instantiated an idempotent producer.
2023-03-21T23:18:28.327Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-03-21T23:18:28.374Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-21T23:18:28.375Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-21T23:18:28.375Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1679440708372
2023-03-21T23:18:28.378Z||scheduling-1|||||INFO|500||start DistributionClient
2023-03-21T23:18:28.412Z||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-b2f59705-e9bd-4065-aeec-d2645577c82a
	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-21T23:18:28.510Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-21T23:18:28.511Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-21T23:18:28.511Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1679440708510
2023-03-21T23:18:28.512Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T23:18:28.515Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T23:18:28.516Z||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-5d0f4ae5-59c4-4403-bd88-4f63b99fc218
	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-21T23:18:28.531Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-03-21T23:18:28.531Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-03-21T23:18:28.532Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1679440708531
2023-03-21T23:18:28.532Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T23:18:28.535Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T23:18:28.539Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-03-21T23:18:29.434Z||kafka-producer-network-thread | SO-sdc-controller-producer-b840944b-ee5e-4462-b9ae-f685ac949c43|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-b840944b-ee5e-4462-b9ae-f685ac949c43] Cluster ID: JjHZv6cgS9mWf1fSlmmytg
2023-03-21T23:18:29.434Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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 XYq5vfp-SDeZ0oC43IeGTw
2023-03-21T23:18:29.434Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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 Ekm9oHiURSWsvrZaddw9hw
2023-03-21T23:18:29.435Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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 XYq5vfp-SDeZ0oC43IeGTw
2023-03-21T23:18:29.435Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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 Ekm9oHiURSWsvrZaddw9hw
2023-03-21T23:18:29.435Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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 XYq5vfp-SDeZ0oC43IeGTw
2023-03-21T23:18:29.436Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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 Ekm9oHiURSWsvrZaddw9hw
2023-03-21T23:18:29.436Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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 XYq5vfp-SDeZ0oC43IeGTw
2023-03-21T23:18:29.436Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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 XYq5vfp-SDeZ0oC43IeGTw
2023-03-21T23:18:29.436Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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 Ekm9oHiURSWsvrZaddw9hw
2023-03-21T23:18:29.437Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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 XYq5vfp-SDeZ0oC43IeGTw
2023-03-21T23:18:29.437Z||kafka-producer-network-thread | SO-sdc-controller-producer-b840944b-ee5e-4462-b9ae-f685ac949c43|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-b840944b-ee5e-4462-b9ae-f685ac949c43] ProducerId set to 4 with epoch 0
2023-03-21T23:18:29.437Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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 Ekm9oHiURSWsvrZaddw9hw
2023-03-21T23:18:29.437Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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 Ekm9oHiURSWsvrZaddw9hw
2023-03-21T23:18:29.439Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Cluster ID: JjHZv6cgS9mWf1fSlmmytg
2023-03-21T23:18:29.439Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Cluster ID: JjHZv6cgS9mWf1fSlmmytg
2023-03-21T23:18:29.440Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null)
2023-03-21T23:18:29.440Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null)
2023-03-21T23:18:29.466Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] (Re-)joining group
2023-03-21T23:18:29.466Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] (Re-)joining group
2023-03-21T23:18:29.555Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-bbbab3f2-3958-4dc1-9836-2eda7de4e173
2023-03-21T23:18:29.556Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-21T23:18:29.557Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] (Re-)joining group
2023-03-21T23:18:29.559Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3
2023-03-21T23:18:29.560Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-21T23:18:29.560Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] (Re-)joining group
2023-03-21T23:18:35.566Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-21T23:18:35.566Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-bbbab3f2-3958-4dc1-9836-2eda7de4e173', protocol='range'}
2023-03-21T23:18:35.623Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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 Ekm9oHiURSWsvrZaddw9hw
2023-03-21T23:18:35.623Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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 Ekm9oHiURSWsvrZaddw9hw
2023-03-21T23:18:35.623Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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 Ekm9oHiURSWsvrZaddw9hw
2023-03-21T23:18:35.624Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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 Ekm9oHiURSWsvrZaddw9hw
2023-03-21T23:18:35.625Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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 Ekm9oHiURSWsvrZaddw9hw
2023-03-21T23:18:35.625Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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 Ekm9oHiURSWsvrZaddw9hw
2023-03-21T23:18:35.631Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-bbbab3f2-3958-4dc1-9836-2eda7de4e173=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-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-21T23:18:35.659Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-bbbab3f2-3958-4dc1-9836-2eda7de4e173', protocol='range'}
2023-03-21T23:18:35.659Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-21T23:18:35.660Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-21T23:18:35.660Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-21T23:18:35.663Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-21T23:18:35.664Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-21T23:18:35.676Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-03-21T23:18:35.677Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-03-21T23:18:35.677Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-03-21T23:18:35.677Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-03-21T23:18:35.677Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-03-21T23:18:35.677Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-03-21T23:18:35.677Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-03-21T23:18:35.677Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-03-21T23:18:35.677Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-03-21T23:18:35.677Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-03-21T23:18:35.677Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-03-21T23:18:35.678Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-03-21T23:18:35.711Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-21T23:18:35.712Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-21T23:18:35.763Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-21T23:18:35.764Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-21T23:18:35.766Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-21T23:18:35.766Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-21T23:18:35.772Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-21T23:18:35.773Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-21T23:18:35.779Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-21T23:18:35.780Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-21T23:18:35.791Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-21T23:18:35.791Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-21T23:19:28.522Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T23:19:28.536Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T23:20:28.523Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T23:20:28.538Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T23:21:28.526Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T23:21:28.539Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T23:22:28.527Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T23:22:28.540Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T23:23:28.529Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T23:23:28.542Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T23:24:28.531Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T23:24:28.543Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T23:25:28.532Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T23:25:28.545Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T23:26:28.534Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T23:26:28.546Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T23:27:21.854Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-03-21T23:27:28.534Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T23:27:28.547Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T23:27:29.515Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Node -1 disconnected.
2023-03-21T23:27:29.516Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Node -1 disconnected.
2023-03-21T23:27:29.661Z||kafka-producer-network-thread | SO-sdc-controller-producer-b840944b-ee5e-4462-b9ae-f685ac949c43|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-b840944b-ee5e-4462-b9ae-f685ac949c43] Node -1 disconnected.
2023-03-21T23:28:28.535Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T23:28:28.547Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T23:29:28.536Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T23:29:28.549Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T23:30:28.538Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T23:30:28.550Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T23:31:28.538Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T23:31:28.550Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T23:32:28.539Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T23:32:28.551Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T23:33:28.540Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T23:33:28.551Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T23:34:28.541Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T23:34:28.553Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T23:35:28.543Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T23:35:28.553Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T23:36:28.545Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T23:36:28.554Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T23:37:28.546Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T23:37:28.555Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T23:38:28.548Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T23:38:28.555Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T23:39:28.549Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T23:39:28.555Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T23:40:28.550Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T23:40:28.557Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T23:41:28.552Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T23:41:28.557Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T23:42:28.553Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T23:42:28.557Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T23:43:28.554Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T23:43:28.558Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T23:44:28.555Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T23:44:28.559Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T23:45:28.557Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T23:45:28.561Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T23:46:28.557Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T23:46:28.561Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T23:47:28.559Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T23:47:28.563Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T23:48:28.560Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T23:48:28.563Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T23:49:28.561Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T23:49:28.564Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T23:50:28.562Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T23:50:28.565Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T23:51:28.564Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T23:51:28.565Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T23:52:28.566Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T23:52:28.566Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T23:53:28.567Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T23:53:28.567Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T23:54:28.569Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T23:54:28.569Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T23:55:28.570Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T23:55:28.570Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T23:56:28.570Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T23:56:28.572Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T23:57:28.571Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T23:57:28.572Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T23:58:28.572Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-21T23:58:28.573Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T23:59:28.573Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-21T23:59:28.574Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T00:00:28.575Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T00:00:28.575Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T00:01:28.576Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T00:01:28.578Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T00:02:28.577Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T00:02:28.579Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T00:03:28.578Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T00:03:28.580Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T00:04:28.580Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T00:04:28.582Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T00:05:28.581Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T00:05:28.583Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T00:06:28.583Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T00:06:28.584Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T00:07:28.583Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T00:07:28.585Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T00:08:28.585Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T00:08:28.587Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T00:09:28.587Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T00:09:28.589Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T00:10:28.588Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T00:10:28.590Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T00:11:28.590Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T00:11:28.590Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T00:12:28.591Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T00:12:28.592Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T00:13:28.593Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T00:13:28.593Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T00:14:28.594Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T00:14:28.594Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T00:15:28.594Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T00:15:28.595Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T00:16:28.595Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T00:16:28.596Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T00:17:28.597Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T00:17:28.596Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T00:18:28.597Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T00:18:28.597Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T00:19:28.598Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T00:19:28.598Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T00:20:28.599Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T00:20:28.600Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T00:21:28.600Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T00:21:28.601Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T00:22:28.601Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T00:22:28.602Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T00:23:28.602Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T00:23:28.603Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T00:24:28.604Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T00:24:28.604Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T00:25:28.605Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T00:25:28.606Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T00:26:28.607Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T00:26:28.607Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T00:27:28.607Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T00:27:28.608Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T00:28:28.609Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T00:28:28.609Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T00:29:28.610Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T00:29:28.610Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T00:30:28.611Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T00:30:28.613Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T00:31:28.612Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T00:31:28.615Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T00:32:28.613Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T00:32:28.616Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T00:33:28.614Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T00:33:28.616Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T00:34:28.615Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T00:34:28.617Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T00:35:28.615Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T00:35:28.618Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T00:36:28.617Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T00:36:28.618Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T00:37:28.617Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T00:37:28.619Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T00:38:28.619Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T00:38:28.620Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T00:39:28.620Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T00:39:28.621Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T00:40:28.620Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T00:40:28.621Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T00:41:28.620Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T00:41:28.621Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T00:42:28.620Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T00:42:28.622Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T00:43:28.622Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T00:43:28.624Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T00:44:28.623Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T00:44:28.624Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T00:45:28.625Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T00:45:28.625Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T00:46:28.625Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T00:46:28.627Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T00:47:28.627Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T00:47:28.628Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T00:48:28.628Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T00:48:28.630Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T00:49:28.629Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T00:49:28.631Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T00:50:28.631Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T00:50:28.632Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T00:51:28.632Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T00:51:28.633Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T00:52:28.632Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T00:52:28.633Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T00:53:28.633Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T00:53:28.634Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T00:54:28.634Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T00:54:28.635Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T00:55:28.636Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T00:55:28.636Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T00:56:28.636Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T00:56:28.636Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T00:57:28.637Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T00:57:28.637Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T00:58:28.638Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T00:58:28.638Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T00:59:28.638Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T00:59:28.639Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T01:00:28.640Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T01:00:28.640Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T01:01:28.641Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T01:01:28.641Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T01:02:28.641Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T01:02:28.642Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T01:03:28.642Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T01:03:28.643Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T01:04:28.644Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T01:04:28.644Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T01:05:28.646Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T01:05:28.646Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T01:06:28.646Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T01:06:28.647Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T01:07:28.648Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T01:07:28.648Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T01:08:28.648Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T01:08:28.650Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T01:09:28.650Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T01:09:28.651Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T01:10:28.651Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T01:10:28.652Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T01:11:28.652Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T01:11:28.653Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T01:12:28.652Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T01:12:28.653Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T01:13:28.654Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T01:13:28.654Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T01:14:28.654Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T01:14:28.655Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T01:15:28.656Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T01:15:28.656Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T01:16:28.657Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T01:16:28.657Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T01:17:28.658Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T01:17:28.658Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T01:18:28.658Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T01:18:28.658Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T01:19:28.660Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T01:19:28.660Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T01:20:28.661Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T01:20:28.661Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T01:21:28.662Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T01:21:28.662Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T01:22:28.663Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T01:22:28.664Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T01:23:28.664Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T01:23:28.665Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T01:24:28.665Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T01:24:28.666Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T01:25:28.667Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T01:25:28.667Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T01:26:28.668Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T01:26:28.668Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T01:27:28.668Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T01:27:28.668Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T01:28:28.669Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T01:28:28.670Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T01:29:28.669Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T01:29:28.670Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T01:30:28.669Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T01:30:28.670Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T01:31:28.671Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T01:31:28.672Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T01:32:28.672Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T01:32:28.673Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T01:33:28.672Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T01:33:28.673Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T01:34:28.672Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T01:34:28.674Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T01:35:28.674Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T01:35:28.674Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T01:36:28.676Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T01:36:28.676Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T01:37:28.677Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T01:37:28.677Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T01:38:28.677Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T01:38:28.678Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T01:39:28.678Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T01:39:28.679Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T01:40:28.680Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T01:40:28.680Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T01:41:28.681Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T01:41:28.681Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T01:42:28.682Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T01:42:28.682Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T01:43:28.682Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T01:43:28.683Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T01:44:28.683Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T01:44:28.683Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T01:45:28.684Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T01:45:28.685Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T01:46:28.685Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T01:46:28.685Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T01:47:28.686Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T01:47:28.686Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T01:48:28.686Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T01:48:28.688Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T01:49:28.688Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T01:49:28.689Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T01:50:28.689Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T01:50:28.689Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T01:51:28.690Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T01:51:28.690Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T01:52:28.690Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T01:52:28.691Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T01:53:28.692Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T01:53:28.692Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T01:54:28.692Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T01:54:28.693Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T01:55:28.693Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T01:55:28.694Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T01:56:28.694Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T01:56:28.694Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T01:57:28.695Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T01:57:28.695Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T01:58:28.695Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T01:58:28.696Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T01:59:28.696Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T01:59:28.698Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T02:00:28.696Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T02:00:28.698Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T02:01:28.697Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T02:01:28.699Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T02:02:28.699Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T02:02:28.700Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T02:03:28.700Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T02:03:28.700Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T02:04:28.700Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T02:04:28.701Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T02:05:28.701Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T02:05:28.702Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T02:06:28.702Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T02:06:28.703Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T02:07:28.702Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T02:07:28.703Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T02:08:28.703Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T02:08:28.703Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T02:09:28.703Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T02:09:28.704Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T02:10:28.704Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T02:10:28.705Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T02:11:28.704Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T02:11:28.705Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T02:12:28.706Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T02:12:28.707Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T02:13:28.706Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T02:13:28.707Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T02:14:28.707Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T02:14:28.708Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T02:15:28.708Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T02:15:28.708Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T02:16:28.709Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T02:16:28.709Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T02:17:28.709Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T02:17:28.711Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T02:18:28.710Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T02:18:28.713Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T02:19:28.711Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T02:19:28.714Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T02:20:28.712Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T02:20:28.715Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T02:21:28.714Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T02:21:28.715Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T02:22:28.715Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T02:22:28.717Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T02:23:28.716Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T02:23:28.717Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T02:24:28.717Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T02:24:28.717Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T02:25:28.717Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T02:25:28.718Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T02:26:28.719Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T02:26:28.719Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T02:27:28.720Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T02:27:28.720Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T02:28:28.721Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T02:28:28.721Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T02:29:28.722Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T02:29:28.723Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T02:30:28.723Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T02:30:28.724Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T02:31:28.724Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T02:31:28.725Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T02:32:28.725Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T02:32:28.726Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T02:33:28.725Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T02:33:28.726Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T02:34:28.726Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T02:34:28.727Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T02:35:28.727Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T02:35:28.728Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T02:36:28.729Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T02:36:28.729Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T02:37:28.729Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T02:37:28.729Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T02:38:28.730Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T02:38:28.731Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T02:39:28.731Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T02:39:28.732Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T02:40:28.732Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T02:40:28.732Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T02:41:28.732Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T02:41:28.734Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T02:42:28.733Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T02:42:28.735Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T02:43:28.733Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T02:43:28.736Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T02:44:28.734Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T02:44:28.736Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T02:45:28.734Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T02:45:28.737Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T02:46:28.734Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T02:46:28.739Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T02:47:28.735Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T02:47:28.739Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T02:48:28.736Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T02:48:28.740Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T02:49:28.737Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T02:49:28.740Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T02:50:28.737Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T02:50:28.741Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T02:51:28.738Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T02:51:28.742Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T02:52:28.739Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T02:52:28.743Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T02:53:28.740Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T02:53:28.744Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T02:54:28.740Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T02:54:28.745Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T02:55:28.742Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T02:55:28.745Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T02:56:28.743Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T02:56:28.746Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T02:57:28.745Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T02:57:28.747Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T02:58:28.746Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T02:58:28.748Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T02:59:28.746Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T02:59:28.749Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T03:00:28.747Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T03:00:28.749Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T03:01:28.747Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T03:01:28.750Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T03:02:28.749Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T03:02:28.751Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T03:03:28.749Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T03:03:28.752Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T03:04:28.751Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T03:04:28.753Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T03:05:28.752Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T03:05:28.753Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T03:06:28.752Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T03:06:28.754Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T03:07:28.754Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T03:07:28.755Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T03:08:28.755Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T03:08:28.756Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T03:09:28.756Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T03:09:28.756Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T03:10:28.757Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T03:10:28.758Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T03:11:28.758Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T03:11:28.759Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T03:12:28.759Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T03:12:28.760Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T03:13:28.760Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T03:13:28.760Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T03:14:28.761Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T03:14:28.762Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T03:15:28.762Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T03:15:28.762Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T03:16:28.763Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T03:16:28.764Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T03:17:28.764Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T03:17:28.764Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T03:18:28.764Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T03:18:28.765Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T03:19:28.764Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T03:19:28.765Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T03:20:28.765Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T03:20:28.766Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T03:21:28.766Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T03:21:28.767Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T03:22:28.767Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T03:22:28.767Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T03:23:28.767Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T03:23:28.769Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T03:24:28.768Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T03:24:28.770Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T03:25:28.770Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T03:25:28.771Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T03:26:28.770Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T03:26:28.772Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T03:27:28.772Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T03:27:28.774Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T03:28:28.773Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T03:28:28.775Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T03:29:28.773Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T03:29:28.775Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T03:30:28.774Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T03:30:28.775Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T03:31:28.775Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T03:31:28.776Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T03:32:28.776Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T03:32:28.777Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T03:33:28.776Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T03:33:28.778Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T03:34:28.778Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T03:34:28.778Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T03:35:28.778Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T03:35:28.779Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T03:36:28.779Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T03:36:28.780Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T03:37:28.780Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T03:37:28.781Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T03:38:28.781Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T03:38:28.782Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T03:39:28.781Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T03:39:28.783Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T03:40:28.782Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T03:40:28.784Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T03:41:28.784Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T03:41:28.785Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T03:42:28.784Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T03:42:28.785Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T03:43:28.786Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T03:43:28.786Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T03:44:28.787Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T03:44:28.787Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T03:45:28.788Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T03:45:28.788Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T03:46:28.788Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T03:46:28.789Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T03:47:28.789Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T03:47:28.790Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T03:48:28.790Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T03:48:28.791Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T03:49:28.791Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T03:49:28.792Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T03:50:28.792Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T03:50:28.793Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T03:51:28.793Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T03:51:28.794Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T03:52:28.794Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T03:52:28.795Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T03:53:28.795Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T03:53:28.795Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T03:54:28.796Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T03:54:28.796Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T03:55:28.797Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T03:55:28.797Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T03:56:28.798Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T03:56:28.798Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T03:57:28.799Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T03:57:28.799Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T03:58:28.800Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T03:58:28.801Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T03:59:28.801Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T03:59:28.802Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T04:00:28.801Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T04:00:28.802Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T04:01:28.802Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T04:01:28.803Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T04:02:28.803Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T04:02:28.803Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T04:03:28.804Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T04:03:28.805Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T04:04:28.805Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T04:04:28.806Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T04:05:28.805Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T04:05:28.807Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T04:06:28.805Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T04:06:28.808Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T04:07:28.807Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T04:07:28.808Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T04:08:28.807Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T04:08:28.809Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T04:09:28.808Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T04:09:28.810Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T04:10:28.809Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T04:10:28.810Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T04:11:28.810Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T04:11:28.811Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T04:12:28.811Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T04:12:28.811Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T04:13:28.812Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T04:13:28.813Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T04:14:28.813Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T04:14:28.814Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T04:15:28.814Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T04:15:28.815Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T04:16:28.816Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T04:16:28.816Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T04:17:28.816Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T04:17:28.817Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T04:18:28.816Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T04:18:28.817Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T04:19:28.816Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T04:19:28.818Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T04:20:28.817Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T04:20:28.818Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T04:21:28.818Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T04:21:28.820Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T04:22:28.819Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T04:22:28.820Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T04:23:28.820Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T04:23:28.821Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T04:24:28.820Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T04:24:28.822Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T04:25:28.822Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T04:25:28.822Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T04:26:28.822Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T04:26:28.824Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T04:27:28.822Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T04:27:28.825Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T04:28:28.823Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T04:28:28.826Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T04:29:28.824Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T04:29:28.826Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T04:30:28.825Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T04:30:28.826Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T04:31:28.825Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T04:31:28.827Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T04:32:28.825Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T04:32:28.827Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T04:33:28.827Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T04:33:28.828Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T04:34:28.828Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T04:34:28.829Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T04:35:28.829Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T04:35:28.830Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T04:36:28.830Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T04:36:28.831Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T04:37:28.831Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T04:37:28.832Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T04:38:28.832Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T04:38:28.832Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T04:39:28.832Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T04:39:28.833Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T04:40:28.834Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T04:40:28.834Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T04:41:28.834Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T04:41:28.835Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T04:42:28.836Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T04:42:28.836Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T04:43:28.836Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T04:43:28.837Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T04:44:28.837Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T04:44:28.837Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T04:45:28.838Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T04:45:28.839Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T04:46:28.839Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T04:46:28.840Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T04:47:28.840Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T04:47:28.841Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T04:48:28.841Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T04:48:28.841Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T04:49:28.841Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T04:49:28.841Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T04:50:28.843Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T04:50:28.843Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T04:51:28.843Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T04:51:28.844Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T04:52:28.845Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T04:52:28.846Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T04:53:28.846Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T04:53:28.847Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T04:54:28.848Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T04:54:28.848Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T04:55:28.848Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T04:55:28.850Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T04:56:28.849Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T04:56:28.850Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T04:57:28.849Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T04:57:28.850Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T04:58:28.851Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T04:58:28.851Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T04:59:28.852Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T04:59:28.852Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T05:00:28.852Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:00:28.853Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T05:01:28.853Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T05:01:28.854Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:02:28.854Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T05:02:28.855Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:03:28.855Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T05:03:28.856Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:04:28.855Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T05:04:28.857Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:05:28.856Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T05:05:28.857Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:06:28.857Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:06:28.857Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T05:07:28.858Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:07:28.859Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T05:08:28.859Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:08:28.860Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T05:09:28.860Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:09:28.860Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T05:10:28.861Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T05:10:28.862Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:11:28.863Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T05:11:28.863Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:12:28.863Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T05:12:28.864Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:13:28.864Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T05:13:28.866Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:14:28.866Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T05:14:28.867Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:15:28.867Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:15:28.868Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T05:16:28.868Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T05:16:28.868Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:17:28.869Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T05:17:28.869Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:18:28.869Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T05:18:28.869Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:19:28.870Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:19:28.870Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T05:20:28.870Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:20:28.872Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T05:20:47.754Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:20:47.754Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"1a5e8e35-87ed-40f0-91a8-3b150a1e0fca","serviceName":"basic_onboard_NCnVBE","serviceVersion":"1.0","serviceUUID":"e5f12647-c344-47df-98f7-08a8565b00b6","serviceDescription":"service","serviceInvariantUUID":"51f08bee-59f8-40fa-935c-cd0599c584b5","resources":[{"resourceInstanceName":"basic_onboard_NCnVBE 0","resourceName":"basic_onboard_NCnVBE","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"73768750-8efc-41f5-8d10-5bfad5a080c6","resourceInvariantUUID":"3f902fda-2512-4773-9240-2d25a4405852","resourceCustomizationUUID":"f212e54c-b0bb-4702-b4c4-175e06e278d2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vf-license-model.xml","artifactChecksum":"OTA1ZTkxNzEyZTViN2JiM2U4NGIyMDBkNWU3NzNjZmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"19f3bbed-75be-40ee-b35d-a9d87796e6f1","artifactVersion":"1"},{"artifactName":"basic_onboard_ncnvbe0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json","artifactChecksum":"ZWQ3NTUzZmZlNGY2MGFmNTVmZWQ5OTA0NDFhM2ZmMTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ceda833e-13d7-416e-883f-3f2acb53642c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0dff949b-8137-4b9a-ab54-eb6f0bdd3a39","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5d7083d5-a974-48d7-8a4a-5859d7f018f7","artifactVersion":"2","generatedFromUUID":"2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNcnvbe-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-template.yml","artifactChecksum":"MzFlODEzZDM0NzhjOWZiYTdiMGRkODUxMzU2MTdmNzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"97614832-45b7-45e5-b1d5-5a9c89fe5a74","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNcnvbe-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar","artifactChecksum":"Y2Q1OGViOTJjODRmZWE4OWJiY2VjMTMxMzgxZTJlMDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aef3d4fb-c703-4c66-af36-81e4bf7b5d1d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T05:20:47.771Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:20:47.777Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:20:47.777Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:20:47.777Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679462428872,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:20:47.790Z||kafka-producer-network-thread | SO-sdc-controller-producer-b840944b-ee5e-4462-b9ae-f685ac949c43|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-b840944b-ee5e-4462-b9ae-f685ac949c43] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to Ekm9oHiURSWsvrZaddw9hw
2023-03-22T05:20:47.791Z||kafka-producer-network-thread | SO-sdc-controller-producer-b840944b-ee5e-4462-b9ae-f685ac949c43|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-b840944b-ee5e-4462-b9ae-f685ac949c43] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to Ekm9oHiURSWsvrZaddw9hw
2023-03-22T05:20:47.791Z||kafka-producer-network-thread | SO-sdc-controller-producer-b840944b-ee5e-4462-b9ae-f685ac949c43|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-b840944b-ee5e-4462-b9ae-f685ac949c43] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to Ekm9oHiURSWsvrZaddw9hw
2023-03-22T05:20:47.791Z||kafka-producer-network-thread | SO-sdc-controller-producer-b840944b-ee5e-4462-b9ae-f685ac949c43|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-b840944b-ee5e-4462-b9ae-f685ac949c43] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to Ekm9oHiURSWsvrZaddw9hw
2023-03-22T05:20:47.791Z||kafka-producer-network-thread | SO-sdc-controller-producer-b840944b-ee5e-4462-b9ae-f685ac949c43|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-b840944b-ee5e-4462-b9ae-f685ac949c43] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to Ekm9oHiURSWsvrZaddw9hw
2023-03-22T05:20:47.791Z||kafka-producer-network-thread | SO-sdc-controller-producer-b840944b-ee5e-4462-b9ae-f685ac949c43|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-b840944b-ee5e-4462-b9ae-f685ac949c43] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to Ekm9oHiURSWsvrZaddw9hw
2023-03-22T05:20:47.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-22T05:20:47.844Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679462428872,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:20:47.863Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:20:48.809Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:20:48.810Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:20:48.810Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:20:48.810Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679462428872,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:20:49.812Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:20:49.812Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:20:49.813Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:20:49.813Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679462428872,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:20:50.814Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:20:50.815Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:20:50.815Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:20:50.815Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679462428872,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:20:51.817Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:20:51.817Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:20:51.818Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:20:51.818Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679462428872,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:20:52.819Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:20:52.819Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:20:52.819Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:20:52.819Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679462428872,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:20:53.820Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:20:53.821Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:20:53.821Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:20:53.822Z||pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679462428872,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:20:54.825Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "serviceName": "basic_onboard_NCnVBE",
  "serviceVersion": "1.0",
  "serviceUUID": "e5f12647-c344-47df-98f7-08a8565b00b6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "51f08bee-59f8-40fa-935c-cd0599c584b5",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_NCnVBE 0",
      "resourceCustomizationUUID": "f212e54c-b0bb-4702-b4c4-175e06e278d2",
      "resourceName": "basic_onboard_NCnVBE",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "73768750-8efc-41f5-8d10-5bfad5a080c6",
      "resourceInvariantUUID": "3f902fda-2512-4773-9240-2d25a4405852",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ncnvbe0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
          "artifactChecksum": "ZWQ3NTUzZmZlNGY2MGFmNTVmZWQ5OTA0NDFhM2ZmMTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ceda833e-13d7-416e-883f-3f2acb53642c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5d7083d5-a974-48d7-8a4a-5859d7f018f7",
            "generatedFromUUID": "2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5d7083d5-a974-48d7-8a4a-5859d7f018f7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardNcnvbe-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
      "artifactChecksum": "Y2Q1OGViOTJjODRmZWE4OWJiY2VjMTMxMzgxZTJlMDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "aef3d4fb-c703-4c66-af36-81e4bf7b5d1d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T05:20:54.831Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T05:20:54.831Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e5f12647-c344-47df-98f7-08a8565b00b6 ASDC
2023-03-22T05:20:54.889Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
ServiceName:basic_onboard_NCnVBE
ServiceVersion:1.0
ServiceUUID:e5f12647-c344-47df-98f7-08a8565b00b6
ServiceInvariantUUID:51f08bee-59f8-40fa-935c-cd0599c584b5
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNcnvbe-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar
ArtifactUUID:aef3d4fb-c703-4c66-af36-81e4bf7b5d1d
ArtifactChecksum:Y2Q1OGViOTJjODRmZWE4OWJiY2VjMTMxMzgxZTJlMDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_NCnVBE 0
ResourceCustomizationUUID:f212e54c-b0bb-4702-b4c4-175e06e278d2
ResourceInvariantUUID:3f902fda-2512-4773-9240-2d25a4405852
ResourceName:basic_onboard_NCnVBE
ResourceType:VF
ResourceUUID:73768750-8efc-41f5-8d10-5bfad5a080c6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ncnvbe0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json
ArtifactUUID:ceda833e-13d7-416e-883f-3f2acb53642c
ArtifactChecksum:ZWQ3NTUzZmZlNGY2MGFmNTVmZWQ5OTA0NDFhM2ZmMTY=
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/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml
ArtifactUUID:2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33
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/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env
ArtifactUUID:5d7083d5-a974-48d7-8a4a-5859d7f018f7
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/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env
ArtifactUUID:5d7083d5-a974-48d7-8a4a-5859d7f018f7
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-22T05:20:54.889Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e5f12647-c344-47df-98f7-08a8565b00b6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-22T05:20:55.053Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T05:20:55.054Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-22T05:20:55.054Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-22T05:20:55.054Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: aef3d4fb-c703-4c66-af36-81e4bf7b5d1d from URL: /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar
2023-03-22T05:20:55.054Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-22T05:20:55.055Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar
2023-03-22T05:20:55.170Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2023-03-22T05:20:55.200Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar aef3d4fb-c703-4c66-af36-81e4bf7b5d1d 75665
2023-03-22T05:20:55.202Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar ASDC sendASDCNotification
2023-03-22T05:20:55.202Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar
2023-03-22T05:20:55.203Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T05:20:55.204Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:20:55.205Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:20:55.205Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679462455201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:20:56.206Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T05:20:56.207Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-22T05:20:56.208Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: aef3d4fb-c703-4c66-af36-81e4bf7b5d1d, URL: /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar to file: /app/ASDC/1/service-BasicOnboardNcnvbe-csar.csar
2023-03-22T05:20:56.209Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNcnvbe-csar.csar
2023-03-22T05:20:56.270Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNcnvbe-csar.csar
2023-03-22T05:20:56.270Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNcnvbe-csar.csar
2023-03-22T05:20:56.596Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14198177260030252715/Definitions/service-BasicOnboardNcnvbe-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-22T05:20:58.363Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-22T05:20:58.367Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-22T05:20:58.367Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNcnvbe-csar.csar
2023-03-22T05:20:58.367Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-22T05:20:58.368Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardNcnvbe-csar.csar
2023-03-22T05:20:58.368Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_NCnVBE 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-BasicOnboardNcnvbe-csar.csar
2023-03-22T05:20:58.368Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNcnvbe-csar.csar
2023-03-22T05:20:58.368Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNcnvbe-csar.csar
2023-03-22T05:20:58.368Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNcnvbe-csar.csar
2023-03-22T05:20:58.368Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNcnvbe-csar.csar
2023-03-22T05:20:58.368Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||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-BasicOnboardNcnvbe-csar.csar
2023-03-22T05:20:58.369Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||WARN|500||####################################################################################################
2023-03-22T05:20:58.379Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:20:58.381Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_NCnVBE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:20:58.383Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_NCnVBE 0 is matching search criteria
2023-03-22T05:20:58.384Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-22T05:20:58.385Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_NCnVBE 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T05:20:58.386Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:20:58.387Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_NCnVBE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:20:58.387Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_NCnVBE 0 is matching search criteria
2023-03-22T05:20:58.387Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2023-03-22T05:20:58.387Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_NCnVBE 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T05:20:58.387Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:20:58.387Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_NCnVBE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:20:58.390Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:20:58.391Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_NCnVBE 0 is not matching search criteria
2023-03-22T05:20:58.391Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-03-22T05:20:58.391Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-03-22T05:20:58.391Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-03-22T05:20:58.391Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-03-22T05:20:58.392Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-22T05:20:58.392Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:20:58.392Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_NCnVBE is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-22T05:20:58.393Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:20:58.393Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_NCnVBE 0 is matching search criteria
2023-03-22T05:20:58.393Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_NCnVBE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T05:20:58.394Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:20:58.394Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_NCnVBE 0 is matching search criteria
2023-03-22T05:20:58.394Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_NCnVBE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T05:20:58.394Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:20:58.395Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_NCnVBE 0 is matching search criteria
2023-03-22T05:20:58.395Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_NCnVBE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T05:20:58.395Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:20:58.395Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_NCnVBE 0 is not matching search criteria
2023-03-22T05:20:58.395Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-03-22T05:20:58.395Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-03-22T05:20:58.396Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5412248d-1f4d-4d72-8f42-562c1da3a1d2
2023-03-22T05:20:58.396Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:20:58.396Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_NCnVBE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:20:58.396Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:20:58.396Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_NCnVBE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:20:58.396Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:20:58.397Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_NCnVBE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:20:58.397Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:20:58.397Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_NCnVBE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:20:58.397Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_NCnVBE
Description:service
Model UUID:e5f12647-c344-47df-98f7-08a8565b00b6
Model Version:NULL
Model InvariantUuid:51f08bee-59f8-40fa-935c-cd0599c584b5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_NCnVBE
Model UUID:0acbce43-fb3d-456e-9dd4-7da32a2888f2
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3f902fda-2512-4773-9240-2d25a4405852
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f212e54c-b0bb-4702-b4c4-175e06e278d2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:fdc4a92b-7a86-4045-a379-9abfcdbca6df
ModelName:BasicOnboardNcnvbe..base_ubuntu18..module-0
ModelUuid:4ee097ab-3866-4bf4-9163-cadcd6395827
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5412248d-1f4d-4d72-8f42-562c1da3a1d2
ModelInvariantUuid:6888c45f-c047-4771-9289-43acd1409530
ModelName:basic_onboard_NCnVBE-nodes.ubuntu18Cvfc
ModelUuid:75599b1b-d939-4555-99af-5bf28a986ddf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:e9e15f92-2efc-43ff-a2b0-4fdd6864aa1e
ModelInvariantUuid:408c30c5-4fb2-40a9-ad8f-60ca327310c6
ModelName:BasicOnboardNcnvbe.compute.nodes.heat.ubuntu18
ModelUuid:3c901de7-c1cf-456a-85fa-fe33ad99afd0
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-22T05:20:58.433Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 73768750-8efc-41f5-8d10-5bfad5a080c6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T05:20:58.486Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||basic_onboard_NCnVBE 0
2023-03-22T05:20:58.492Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 73768750-8efc-41f5-8d10-5bfad5a080c6
2023-03-22T05:20:58.492Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ceda833e-13d7-416e-883f-3f2acb53642c from URL: /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json
2023-03-22T05:20:58.492Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-22T05:20:58.492Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json
2023-03-22T05:20:58.558Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||GET Response Status 404
2023-03-22T05:20:58.559Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2f707b28
2023-03-22T05:20:58.559Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T05:20:58.560Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardNcnvbe"
      ]
    }
  }
}
2023-03-22T05:20:58.560Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_ncnvbe0_modules.json /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json ceda833e-13d7-416e-883f-3f2acb53642c Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T05:20:58.575Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json ASDC sendASDCNotification
2023-03-22T05:20:58.575Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json(Specified artifact is  not found)
2023-03-22T05:20:58.575Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T05:20:58.576Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:20:58.576Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:20:58.576Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679462458561,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:20:59.593Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||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_ncnvbe0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json(UUID:ceda833e-13d7-416e-883f-3f2acb53642c)
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-22T05:20:59.594Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:20:59.652Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:20:59.657Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T05:20:59.657Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T05:21:28.533Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:21:28.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-22T05:21:28.536Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679462442691,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:21:28.537Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:21:28.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-22T05:21:28.537Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679462441538,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:21:28.538Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:21:29.658Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:21:29.693Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:21:29.698Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T05:21:29.698Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T05:21:59.698Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:21:59.725Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:21:59.729Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T05:21:59.730Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T05:22:28.533Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:22:28.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T05:22:28.541Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679462432733,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:22:28.542Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:22:28.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T05:22:28.542Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679462419313,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:22:28.542Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:22:28.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T05:22:28.542Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679462432733,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T05:22:28.542Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:22:28.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T05:22:28.543Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679462441538,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:22:28.543Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:22:28.543Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T05:22:28.543Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679462419313,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:22:28.543Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:22:28.543Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T05:22:28.543Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679462442691,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:22:28.543Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:22:28.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T05:22:28.544Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679462428872,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T05:22:28.544Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:22:28.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T05:22:28.544Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679462432733,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-22T05:22:28.544Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:22:28.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T05:22:28.544Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679462441538,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:22:28.545Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:22:28.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T05:22:28.545Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679462419313,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-22T05:22:28.545Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:22:28.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T05:22:28.545Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679462442691,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:22:28.546Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:22:28.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T05:22:28.546Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679462428872,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-22T05:22:28.546Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:22:28.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T05:22:28.546Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679462432733,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:22:28.547Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:22:28.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T05:22:28.547Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679462441538,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:22:28.548Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:22:28.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T05:22:28.548Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679462419313,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:22:28.548Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:22:28.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T05:22:28.548Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679462442691,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:22:28.548Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:22:28.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T05:22:28.548Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679462428872,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:22:28.549Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:22:28.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T05:22:28.549Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679462441538,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:22:28.549Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:22:28.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T05:22:28.549Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679462432733,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-22T05:22:28.549Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:22:28.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T05:22:28.550Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679462442691,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:22:28.550Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:22:28.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T05:22:28.550Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679462419313,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:22:28.550Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:22:28.550Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T05:22:28.550Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679462428872,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-22T05:22:28.551Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:22:28.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T05:22:28.551Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679462441538,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:22:28.551Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:22:28.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T05:22:28.551Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679462432733,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:22:28.551Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:22:28.551Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T05:22:28.552Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679462419313,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:22:28.552Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:22:28.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T05:22:28.552Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679462442691,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:22:28.552Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:22:28.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T05:22:28.552Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679462428872,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:22:28.552Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:22:28.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T05:22:28.552Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679462441538,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T05:22:28.552Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:22:28.552Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T05:22:28.552Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679462432733,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T05:22:28.553Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:22:28.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T05:22:28.554Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679462442691,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:22:28.554Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:22:28.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T05:22:28.554Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679462419313,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T05:22:28.554Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:22:28.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T05:22:28.554Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679462428872,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T05:22:28.554Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:22:28.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T05:22:28.554Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679462454181,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-22T05:22:28.554Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:22:28.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T05:22:28.554Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679462454177,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T05:22:28.554Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:22:28.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T05:22:28.555Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679462454921,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T05:22:28.555Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:22:28.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T05:22:28.555Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679462455201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T05:22:28.555Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:22:28.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T05:22:28.555Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679462455940,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-22T05:22:28.555Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:22:28.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T05:22:28.555Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679462455286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-22T05:22:28.555Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:22:28.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T05:22:28.555Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679462456944,
  "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-22T05:22:28.574Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
2023-03-22T05:22:28.574Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca 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-22T05:22:28.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T05:22:28.598Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679462456378,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/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-22T05:22:28.598Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:22:28.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T05:22:28.599Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "aai-model-loader",
  "timestamp": 1679462456861,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:22:28.599Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:22:28.599Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T05:22:28.599Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "aai-model-loader",
  "timestamp": 1679462456861,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:22:28.599Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:22:28.599Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T05:22:28.599Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679462457383,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/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-22T05:22:28.599Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:22:28.599Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T05:22:28.599Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679462458561,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-22T05:22:28.599Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:22:28.599Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T05:22:28.599Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "aai-model-loader",
  "timestamp": 1679462456861,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:22:28.599Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:22:28.599Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T05:22:28.599Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679462459142,
  "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-22T05:22:28.615Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_ERROR distributionID of 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
2023-03-22T05:22:28.615Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca 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-22T05:22:28.639Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T05:22:28.639Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "aai-model-loader",
  "timestamp": 1679462456861,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:22:28.639Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:22:28.639Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T05:22:28.639Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "aai-model-loader",
  "timestamp": 1679462456861,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:22:28.639Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:22:28.639Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T05:22:28.639Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "aai-model-loader",
  "timestamp": 1679462456861,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:22:28.639Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:22:28.639Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T05:22:28.639Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "aai-model-loader",
  "timestamp": 1679462456861,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T05:22:28.639Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:22:28.639Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T05:22:28.639Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "aai-model-loader",
  "timestamp": 1679462464102,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "DOWNLOAD_ERROR"
}
2023-03-22T05:22:28.639Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:22:28.639Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T05:22:28.639Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "aai-model-loader",
  "timestamp": 1679462465124,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "DEPLOY_ERROR"
}
2023-03-22T05:22:28.639Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:22:28.639Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T05:22:28.640Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "aai-model-loader",
  "timestamp": 1679462466129,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-22T05:22:28.652Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
2023-03-22T05:22:28.652Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca 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-22T05:22:28.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T05:22:28.672Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679462466034,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:22:28.673Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:22:28.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T05:22:28.673Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679462466034,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:22:28.673Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:22:28.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T05:22:28.673Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679462466034,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:22:28.673Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:22:28.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T05:22:28.673Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679462466034,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:22:28.673Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:22:28.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T05:22:28.673Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679462466034,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:22:28.673Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:22:28.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T05:22:28.673Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679462466034,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:22:28.673Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:22:28.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T05:22:28.674Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679462466034,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T05:22:28.674Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:22:28.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T05:22:28.674Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679462473832,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "DOWNLOAD_ERROR"
}
2023-03-22T05:22:28.674Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:22:28.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T05:22:28.674Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679462474843,
  "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-22T05:22:28.686Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_ERROR distributionID of 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
2023-03-22T05:22:28.686Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca 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-22T05:22:29.730Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:22:29.758Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:22:29.762Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T05:22:29.763Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T05:22:59.763Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:22:59.788Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:22:59.794Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T05:22:59.794Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T05:23:28.533Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:23:29.794Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:23:29.825Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:23:29.830Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T05:23:29.831Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T05:23:59.831Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:23:59.854Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:23:59.859Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T05:23:59.859Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T05:24:28.535Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:24:29.859Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:24:29.890Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:24:29.896Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T05:24:29.896Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T05:24:59.897Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:24:59.924Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:24:59.930Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T05:24:59.930Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T05:25:28.536Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:25:29.930Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:25:29.962Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:25:29.970Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T05:25:29.970Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T05:25:47.715Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T05:25:47.716Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Member SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-bbbab3f2-3958-4dc1-9836-2eda7de4e173 sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-22T05:25:47.717Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-22T05:25:47.717Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-22T05:25:49.184Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T05:25:49.202Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:25:49.203Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] (Re-)joining group
2023-03-22T05:25:49.210Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully joined group with generation Generation{generationId=2, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T05:25:49.211Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Finished assignment for group at generation 2: {SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-22T05:25:49.229Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully synced group in generation Generation{generationId=2, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T05:25:49.229Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:25:49.230Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:25:49.236Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:25:49.236Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:25:49.237Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:25:49.238Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=65, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-22T05:25:49.238Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:25:49.239Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:25:59.970Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-22T05:25:59.971Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T05:25:59.993Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca and serviceModelVersionId: e5f12647-c344-47df-98f7-08a8565b00b6
2023-03-22T05:25:59.993Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 51f08bee-59f8-40fa-935c-cd0599c584b5
2023-03-22T05:26:10.595Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0
2023-03-22T05:26:10.683Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T05:26:11.091Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?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-22T05:26:11.094Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|INFO|500||Invoke
2023-03-22T05:26:11.116Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-22T05:26:11.202Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-22T05:26:11.202Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0 has http status code:404 and response headers:{date=[Wed, 22 Mar 2023 05:26:10 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[61], x-aai-txid=[0-aai-resources-230322-05:26:10:967-93213], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T05:26:11.205Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6","ERR.5.4.6114"]}}}

2023-03-22T05:26:11.229Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
2023-03-22T05:26:11.229Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T05:26:11.229Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
2023-03-22T05:26:11.230Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T05:26:11.241Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T05:26:11.241Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
2023-03-22T05:26:11.242Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-22T05:26:11.242Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:26:11.242Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:26:11.243Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679462771241,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:26:11.261Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T05:26:11.261Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679462771241,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec\u003dERR.5.4.6114)"
}
2023-03-22T05:26:11.262Z||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-22T05:26:12.282Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T05:26:12.283Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-22T05:26:12.285Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T05:26:12.285Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T05:26:12.285Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T05:26:12.286Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] (Re-)joining group
2023-03-22T05:26:12.291Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-94e6d324-b9fe-4b29-b37d-1dc22a98d5f2
2023-03-22T05:26:12.291Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=1, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-22T05:26:12.292Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T05:26:12.292Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] (Re-)joining group
2023-03-22T05:26:13.367Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T05:26:16.376Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T05:26:19.385Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T05:26:22.394Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T05:26:25.403Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T05:26:28.412Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T05:26:28.533Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:26:28.550Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:26:28.551Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] (Re-)joining group
2023-03-22T05:26:28.557Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully joined group with generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T05:26:28.557Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Successfully joined group with generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-94e6d324-b9fe-4b29-b37d-1dc22a98d5f2', protocol='range'}
2023-03-22T05:26:28.563Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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 XYq5vfp-SDeZ0oC43IeGTw
2023-03-22T05:26:28.563Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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 XYq5vfp-SDeZ0oC43IeGTw
2023-03-22T05:26:28.564Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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 XYq5vfp-SDeZ0oC43IeGTw
2023-03-22T05:26:28.564Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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 XYq5vfp-SDeZ0oC43IeGTw
2023-03-22T05:26:28.564Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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 XYq5vfp-SDeZ0oC43IeGTw
2023-03-22T05:26:28.564Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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 XYq5vfp-SDeZ0oC43IeGTw
2023-03-22T05:26:28.565Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Finished assignment for group at generation 3: {SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-94e6d324-b9fe-4b29-b37d-1dc22a98d5f2=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-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-22T05:26:28.581Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully synced group in generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T05:26:28.581Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Successfully synced group in generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-94e6d324-b9fe-4b29-b37d-1dc22a98d5f2', protocol='range'}
2023-03-22T05:26:28.582Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:26:28.582Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:26:28.582Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T05:26:28.582Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T05:26:28.588Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T05:26:28.588Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:26:28.589Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:26:28.589Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T05:26:28.589Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:26:28.589Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=66, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-22T05:26:28.589Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T05:26:28.589Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:26:28.589Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:26:28.589Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T05:26:28.590Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T05:26:28.590Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-22T05:26:28.600Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:26:28.600Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"1a5e8e35-87ed-40f0-91a8-3b150a1e0fca","serviceName":"basic_onboard_NCnVBE","serviceVersion":"1.0","serviceUUID":"e5f12647-c344-47df-98f7-08a8565b00b6","serviceDescription":"service","serviceInvariantUUID":"51f08bee-59f8-40fa-935c-cd0599c584b5","resources":[{"resourceInstanceName":"basic_onboard_NCnVBE 0","resourceName":"basic_onboard_NCnVBE","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"73768750-8efc-41f5-8d10-5bfad5a080c6","resourceInvariantUUID":"3f902fda-2512-4773-9240-2d25a4405852","resourceCustomizationUUID":"f212e54c-b0bb-4702-b4c4-175e06e278d2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vf-license-model.xml","artifactChecksum":"OTA1ZTkxNzEyZTViN2JiM2U4NGIyMDBkNWU3NzNjZmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"19f3bbed-75be-40ee-b35d-a9d87796e6f1","artifactVersion":"1"},{"artifactName":"basic_onboard_ncnvbe0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json","artifactChecksum":"ZWQ3NTUzZmZlNGY2MGFmNTVmZWQ5OTA0NDFhM2ZmMTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ceda833e-13d7-416e-883f-3f2acb53642c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0dff949b-8137-4b9a-ab54-eb6f0bdd3a39","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5d7083d5-a974-48d7-8a4a-5859d7f018f7","artifactVersion":"2","generatedFromUUID":"2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNcnvbe-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-template.yml","artifactChecksum":"MzFlODEzZDM0NzhjOWZiYTdiMGRkODUxMzU2MTdmNzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"97614832-45b7-45e5-b1d5-5a9c89fe5a74","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNcnvbe-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar","artifactChecksum":"Y2Q1OGViOTJjODRmZWE4OWJiY2VjMTMxMzgxZTJlMDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aef3d4fb-c703-4c66-af36-81e4bf7b5d1d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T05:26:28.602Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:26:28.602Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:26:28.602Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:26:28.602Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679462772282,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:26:29.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:26:29.104Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679462772282,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:26:29.105Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:26:29.603Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:26:29.603Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:26:29.603Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:26:29.604Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679462772282,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:26:30.604Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:26:30.605Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:26:30.605Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:26:30.605Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679462772282,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:26:31.606Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:26:31.607Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:26:31.607Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:26:31.607Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679462772282,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:26:32.608Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:26:32.609Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:26:32.609Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:26:32.609Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679462772282,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:26:33.610Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:26:33.611Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:26:33.611Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:26:33.611Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679462772282,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:26:34.612Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:26:34.613Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:26:34.613Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:26:34.613Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679462772282,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:26:35.615Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "serviceName": "basic_onboard_NCnVBE",
  "serviceVersion": "1.0",
  "serviceUUID": "e5f12647-c344-47df-98f7-08a8565b00b6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "51f08bee-59f8-40fa-935c-cd0599c584b5",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_NCnVBE 0",
      "resourceCustomizationUUID": "f212e54c-b0bb-4702-b4c4-175e06e278d2",
      "resourceName": "basic_onboard_NCnVBE",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "73768750-8efc-41f5-8d10-5bfad5a080c6",
      "resourceInvariantUUID": "3f902fda-2512-4773-9240-2d25a4405852",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ncnvbe0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
          "artifactChecksum": "ZWQ3NTUzZmZlNGY2MGFmNTVmZWQ5OTA0NDFhM2ZmMTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ceda833e-13d7-416e-883f-3f2acb53642c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5d7083d5-a974-48d7-8a4a-5859d7f018f7",
            "generatedFromUUID": "2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5d7083d5-a974-48d7-8a4a-5859d7f018f7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardNcnvbe-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
      "artifactChecksum": "Y2Q1OGViOTJjODRmZWE4OWJiY2VjMTMxMzgxZTJlMDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "aef3d4fb-c703-4c66-af36-81e4bf7b5d1d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T05:26:35.616Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T05:26:35.616Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e5f12647-c344-47df-98f7-08a8565b00b6 ASDC
2023-03-22T05:26:35.617Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
ServiceName:basic_onboard_NCnVBE
ServiceVersion:1.0
ServiceUUID:e5f12647-c344-47df-98f7-08a8565b00b6
ServiceInvariantUUID:51f08bee-59f8-40fa-935c-cd0599c584b5
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNcnvbe-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar
ArtifactUUID:aef3d4fb-c703-4c66-af36-81e4bf7b5d1d
ArtifactChecksum:Y2Q1OGViOTJjODRmZWE4OWJiY2VjMTMxMzgxZTJlMDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_NCnVBE 0
ResourceCustomizationUUID:f212e54c-b0bb-4702-b4c4-175e06e278d2
ResourceInvariantUUID:3f902fda-2512-4773-9240-2d25a4405852
ResourceName:basic_onboard_NCnVBE
ResourceType:VF
ResourceUUID:73768750-8efc-41f5-8d10-5bfad5a080c6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ncnvbe0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json
ArtifactUUID:ceda833e-13d7-416e-883f-3f2acb53642c
ArtifactChecksum:ZWQ3NTUzZmZlNGY2MGFmNTVmZWQ5OTA0NDFhM2ZmMTY=
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/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml
ArtifactUUID:2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33
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/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env
ArtifactUUID:5d7083d5-a974-48d7-8a4a-5859d7f018f7
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/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env
ArtifactUUID:5d7083d5-a974-48d7-8a4a-5859d7f018f7
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-22T05:26:35.618Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e5f12647-c344-47df-98f7-08a8565b00b6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T05:26:35.673Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T05:26:35.673Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-22T05:26:35.673Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2023-03-22T05:26:35.673Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: aef3d4fb-c703-4c66-af36-81e4bf7b5d1d from URL: /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar
2023-03-22T05:26:35.673Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-22T05:26:35.673Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar
2023-03-22T05:26:35.702Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||GET Response Status 404
2023-03-22T05:26:35.702Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@35f23557
2023-03-22T05:26:35.702Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T05:26:35.702Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardNcnvbe"
      ]
    }
  }
}
2023-03-22T05:26:35.702Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardNcnvbe-csar.csar /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar aef3d4fb-c703-4c66-af36-81e4bf7b5d1d Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T05:26:35.702Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar ASDC sendASDCNotification
2023-03-22T05:26:35.702Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar(Specified artifact is  not found)
2023-03-22T05:26:35.702Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T05:26:35.703Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:26:35.703Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:26:35.703Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679462795702,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:26:36.704Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||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-BasicOnboardNcnvbe-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar(UUID:aef3d4fb-c703-4c66-af36-81e4bf7b5d1d)
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-22T05:26:36.724Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||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-22T05:26:36.724Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 73768750-8efc-41f5-8d10-5bfad5a080c6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T05:26:36.727Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||basic_onboard_NCnVBE 0
2023-03-22T05:26:36.728Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 73768750-8efc-41f5-8d10-5bfad5a080c6
2023-03-22T05:26:36.728Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ceda833e-13d7-416e-883f-3f2acb53642c from URL: /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json
2023-03-22T05:26:36.728Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||DistributionClient - download
2023-03-22T05:26:36.728Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json
2023-03-22T05:26:36.744Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||GET Response Status 404
2023-03-22T05:26:36.745Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1e337d06
2023-03-22T05:26:36.745Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T05:26:36.745Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardNcnvbe"
      ]
    }
  }
}
2023-03-22T05:26:36.745Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_ncnvbe0_modules.json /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json ceda833e-13d7-416e-883f-3f2acb53642c Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T05:26:36.745Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json ASDC sendASDCNotification
2023-03-22T05:26:36.745Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json(Specified artifact is  not found)
2023-03-22T05:26:36.745Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T05:26:36.745Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:26:36.745Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:26:36.745Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679462796745,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:26:37.746Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||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_ncnvbe0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json(UUID:ceda833e-13d7-416e-883f-3f2acb53642c)
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-22T05:26:37.747Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:26:37.779Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:26:37.787Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T05:26:37.788Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T05:27:07.788Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:27:07.817Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:27:07.822Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T05:27:07.823Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T05:27:28.533Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:27:28.547Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:27:28.547Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679462772282,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T05:27:28.549Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:27:28.549Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:27:28.550Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679462772282,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-22T05:27:28.550Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:27:28.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:27:28.551Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679462772282,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:27:28.551Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:27:28.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:27:28.552Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679462772282,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-22T05:27:28.552Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:27:28.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:27:28.553Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679462772282,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:27:28.553Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:27:28.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:27:28.553Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679462772282,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T05:27:28.554Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:27:28.554Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:27:28.554Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679462795702,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-22T05:27:28.555Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:27:28.555Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:27:28.555Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679462796745,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-22T05:27:28.555Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:27:28.556Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:27:28.556Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679462817957,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:27:28.556Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:27:28.556Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:27:28.556Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679462820160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:27:28.556Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:27:28.556Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:27:28.556Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679462815200,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:27:28.556Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:27:28.556Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:27:28.557Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "aai-model-loader",
  "timestamp": 1679462816861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:27:28.557Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:27:28.557Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:27:28.557Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679462821753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:27:28.557Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:27:28.557Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:27:28.557Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679462826034,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:27:28.557Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:27:28.557Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:27:28.557Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679462817957,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:27:28.557Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:27:28.557Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:27:28.558Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679462821753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:27:28.558Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:27:28.558Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:27:28.558Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "aai-model-loader",
  "timestamp": 1679462816861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:27:28.558Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:27:28.558Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:27:28.558Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679462815200,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:27:28.558Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:27:28.558Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:27:28.558Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679462820160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T05:27:28.558Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:27:28.560Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:27:28.560Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679462826034,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:27:28.561Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:27:28.561Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:27:28.561Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679462817957,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-22T05:27:28.561Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:27:28.561Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:27:28.561Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679462821753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:27:28.561Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:27:28.561Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:27:28.561Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "aai-model-loader",
  "timestamp": 1679462816861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:27:28.561Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:27:28.561Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:27:28.561Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679462815200,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:27:28.562Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:27:28.562Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:27:28.562Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679462820160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-22T05:27:28.562Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:27:28.562Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:27:28.562Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679462826034,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:27:28.562Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:27:28.562Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:27:28.562Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679462817957,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:27:28.563Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:27:28.563Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:27:28.563Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679462821753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:27:28.563Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:27:28.563Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:27:28.563Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679462820160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:27:28.563Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:27:28.563Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:27:28.564Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679462815200,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:27:28.564Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:27:28.564Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:27:28.564Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "aai-model-loader",
  "timestamp": 1679462816861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:27:28.564Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:27:28.564Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:27:28.564Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679462826034,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:27:28.565Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:27:28.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:27:28.565Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679462817957,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:27:28.565Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:27:28.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:27:28.565Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679462821753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:27:28.565Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:27:28.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:27:28.565Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "aai-model-loader",
  "timestamp": 1679462816861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:27:28.565Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:27:28.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:27:28.566Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679462815200,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:27:28.566Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:27:28.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:27:28.566Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679462820160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-22T05:27:28.566Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:27:28.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:27:28.566Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679462826034,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:27:28.566Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:27:28.566Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:27:28.566Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679462817957,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:27:28.567Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:27:28.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:27:28.567Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679462821753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:27:28.567Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:27:28.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:27:28.567Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679462815200,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:27:28.567Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:27:28.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:27:28.567Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "aai-model-loader",
  "timestamp": 1679462816861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:27:28.567Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:27:28.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:27:28.567Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679462820160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:27:28.567Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:27:28.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:27:28.568Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679462826034,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:27:28.568Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:27:28.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:27:28.568Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679462817957,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T05:27:28.568Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:27:28.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:27:28.568Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679462821753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:27:28.568Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:27:28.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:27:28.568Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679462815200,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T05:27:28.568Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:27:28.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:27:28.569Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "aai-model-loader",
  "timestamp": 1679462816861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T05:27:28.569Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:27:28.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:27:28.569Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679462820160,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T05:27:28.569Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:27:28.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:27:28.569Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679462826034,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T05:27:28.569Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:27:28.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:27:28.569Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679462840698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T05:27:28.570Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:27:28.570Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:27:28.570Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679462840003,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-22T05:27:28.570Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:27:28.570Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:27:28.570Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679462839975,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T05:27:28.571Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:27:28.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:27:28.571Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "aai-model-loader",
  "timestamp": 1679462840673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T05:27:28.571Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:27:28.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:27:28.572Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679462840633,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T05:27:28.572Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:27:28.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:27:28.572Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679462841702,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-22T05:27:28.572Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:27:28.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:27:28.573Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679462841189,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-22T05:27:28.573Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:27:28.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:27:28.573Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679462842703,
  "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-22T05:27:28.612Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fbc0587e-4f99-4206-ac97-4f248ab7b2de
2023-03-22T05:27:28.613Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbc0587e-4f99-4206-ac97-4f248ab7b2de 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-22T05:27:28.634Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:27:28.634Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679462842305,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-03-22T05:27:28.634Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:27:28.634Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:27:28.634Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679462843370,
  "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-22T05:27:28.645Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fbc0587e-4f99-4206-ac97-4f248ab7b2de
2023-03-22T05:27:28.645Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbc0587e-4f99-4206-ac97-4f248ab7b2de 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-22T05:27:28.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:27:28.661Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679462844372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-22T05:27:28.661Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:27:28.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:27:28.661Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679462845448,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-22T05:27:28.661Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:27:28.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:27:28.661Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679462846453,
  "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-22T05:27:28.677Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fbc0587e-4f99-4206-ac97-4f248ab7b2de
2023-03-22T05:27:28.677Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbc0587e-4f99-4206-ac97-4f248ab7b2de 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-22T05:27:37.823Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:27:37.850Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:27:37.856Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T05:27:37.856Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T05:28:07.856Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:28:07.885Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:28:07.891Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T05:28:07.891Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T05:28:28.533Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:28:28.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:28:28.542Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "aai-model-loader",
  "timestamp": 1679462851657,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-22T05:28:28.543Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:28:28.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:28:28.544Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "aai-model-loader",
  "timestamp": 1679462852660,
  "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-22T05:28:28.563Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fbc0587e-4f99-4206-ac97-4f248ab7b2de
2023-03-22T05:28:28.564Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbc0587e-4f99-4206-ac97-4f248ab7b2de 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-22T05:28:37.891Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:28:37.923Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:28:37.930Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T05:28:37.930Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T05:29:07.930Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:29:07.956Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:29:07.962Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T05:29:07.963Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T05:29:28.533Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:29:37.963Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:29:37.994Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:29:38.000Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T05:29:38.000Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T05:30:08.001Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:30:08.035Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:30:08.040Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T05:30:08.041Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T05:30:28.534Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:30:38.041Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:30:38.066Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:30:38.072Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T05:30:38.072Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T05:31:08.072Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:31:08.105Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:31:08.111Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T05:31:08.112Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T05:31:28.535Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:31:28.633Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T05:31:28.633Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Member SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-94e6d324-b9fe-4b29-b37d-1dc22a98d5f2 sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-22T05:31:28.634Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-22T05:31:28.634Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-22T05:31:29.121Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T05:31:29.136Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:31:29.137Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] (Re-)joining group
2023-03-22T05:31:29.142Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully joined group with generation Generation{generationId=4, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T05:31:29.143Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Finished assignment for group at generation 4: {SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-22T05:31:29.160Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully synced group in generation Generation{generationId=4, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T05:31:29.160Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:31:29.161Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:31:29.166Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:31:29.166Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:31:29.167Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:31:29.167Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=132, 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-22T05:31:29.167Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:31:29.167Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:31:38.112Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-22T05:31:38.113Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T05:31:38.127Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca and serviceModelVersionId: e5f12647-c344-47df-98f7-08a8565b00b6
2023-03-22T05:31:38.127Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 51f08bee-59f8-40fa-935c-cd0599c584b5
2023-03-22T05:31:38.128Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0
2023-03-22T05:31:38.132Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T05:31:38.177Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?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-22T05:31:38.178Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|INFO|500||Invoke
2023-03-22T05:31:38.186Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-22T05:31:38.238Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-22T05:31:38.238Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0 has http status code:404 and response headers:{date=[Wed, 22 Mar 2023 05:31:38 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[33], x-aai-txid=[2-aai-resources-230322-05:31:38:034-99222], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T05:31:38.239Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6","ERR.5.4.6114"]}}}

2023-03-22T05:31:38.245Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
2023-03-22T05:31:38.245Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T05:31:38.245Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
2023-03-22T05:31:38.245Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T05:31:38.252Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T05:31:38.253Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
2023-03-22T05:31:38.253Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-22T05:31:38.253Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:31:38.253Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:31:38.253Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463098253,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:31:38.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:31:38.272Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463098253,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec\u003dERR.5.4.6114)"
}
2023-03-22T05:31:38.273Z||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-22T05:31:39.285Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T05:31:39.285Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-22T05:31:39.286Z||pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T05:31:39.286Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T05:31:39.286Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T05:31:39.286Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] (Re-)joining group
2023-03-22T05:31:39.292Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-25d51f50-cf81-4338-98fb-8e7950077557
2023-03-22T05:31:39.292Z||pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=1, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-22T05:31:39.293Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T05:31:39.293Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] (Re-)joining group
2023-03-22T05:31:41.254Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T05:31:44.265Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T05:31:47.274Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T05:31:50.283Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T05:31:53.292Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T05:31:56.301Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T05:31:59.311Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T05:32:02.319Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T05:32:05.328Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T05:32:08.339Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T05:32:11.348Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T05:32:14.356Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T05:32:17.365Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T05:32:20.373Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T05:32:23.381Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T05:32:26.389Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T05:32:28.533Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:32:28.548Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:32:28.548Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] (Re-)joining group
2023-03-22T05:32:28.555Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Successfully joined group with generation Generation{generationId=5, memberId='SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-25d51f50-cf81-4338-98fb-8e7950077557', protocol='range'}
2023-03-22T05:32:28.555Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully joined group with generation Generation{generationId=5, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T05:32:28.560Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Finished assignment for group at generation 5: {SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-b2f59705-e9bd-4065-aeec-d2645577c82a-25d51f50-cf81-4338-98fb-8e7950077557=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-22T05:32:28.575Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully synced group in generation Generation{generationId=5, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T05:32:28.575Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Successfully synced group in generation Generation{generationId=5, memberId='SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-25d51f50-cf81-4338-98fb-8e7950077557', protocol='range'}
2023-03-22T05:32:28.576Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:32:28.576Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T05:32:28.576Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T05:32:28.576Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:32:28.581Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T05:32:28.581Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:32:28.582Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T05:32:28.582Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:32:28.582Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T05:32:28.582Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T05:32:28.582Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:32:28.582Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T05:32:28.582Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=133, 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-22T05:32:28.582Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-22T05:32:28.583Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:32:28.583Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:32:28.590Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T05:32:28.590Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"1a5e8e35-87ed-40f0-91a8-3b150a1e0fca","serviceName":"basic_onboard_NCnVBE","serviceVersion":"1.0","serviceUUID":"e5f12647-c344-47df-98f7-08a8565b00b6","serviceDescription":"service","serviceInvariantUUID":"51f08bee-59f8-40fa-935c-cd0599c584b5","resources":[{"resourceInstanceName":"basic_onboard_NCnVBE 0","resourceName":"basic_onboard_NCnVBE","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"73768750-8efc-41f5-8d10-5bfad5a080c6","resourceInvariantUUID":"3f902fda-2512-4773-9240-2d25a4405852","resourceCustomizationUUID":"f212e54c-b0bb-4702-b4c4-175e06e278d2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vf-license-model.xml","artifactChecksum":"OTA1ZTkxNzEyZTViN2JiM2U4NGIyMDBkNWU3NzNjZmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"19f3bbed-75be-40ee-b35d-a9d87796e6f1","artifactVersion":"1"},{"artifactName":"basic_onboard_ncnvbe0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json","artifactChecksum":"ZWQ3NTUzZmZlNGY2MGFmNTVmZWQ5OTA0NDFhM2ZmMTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ceda833e-13d7-416e-883f-3f2acb53642c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0dff949b-8137-4b9a-ab54-eb6f0bdd3a39","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5d7083d5-a974-48d7-8a4a-5859d7f018f7","artifactVersion":"2","generatedFromUUID":"2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNcnvbe-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-template.yml","artifactChecksum":"MzFlODEzZDM0NzhjOWZiYTdiMGRkODUxMzU2MTdmNzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"97614832-45b7-45e5-b1d5-5a9c89fe5a74","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNcnvbe-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar","artifactChecksum":"Y2Q1OGViOTJjODRmZWE4OWJiY2VjMTMxMzgxZTJlMDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aef3d4fb-c703-4c66-af36-81e4bf7b5d1d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T05:32:28.592Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:32:28.593Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:32:28.593Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:32:28.593Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463099285,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:32:29.594Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:32:29.594Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:32:29.595Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:32:29.595Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463099285,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:32:29.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:32:29.602Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463099285,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:32:29.603Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:32:30.596Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:32:30.597Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:32:30.597Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:32:30.597Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463099285,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:32:31.599Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:32:31.599Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:32:31.599Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:32:31.599Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463099285,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:32:32.600Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:32:32.601Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:32:32.601Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:32:32.602Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463099285,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:32:33.603Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:32:33.604Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:32:33.604Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:32:33.604Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463099285,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:32:34.606Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:32:34.606Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:32:34.606Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:32:34.607Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463099285,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:32:35.608Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "serviceName": "basic_onboard_NCnVBE",
  "serviceVersion": "1.0",
  "serviceUUID": "e5f12647-c344-47df-98f7-08a8565b00b6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "51f08bee-59f8-40fa-935c-cd0599c584b5",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_NCnVBE 0",
      "resourceCustomizationUUID": "f212e54c-b0bb-4702-b4c4-175e06e278d2",
      "resourceName": "basic_onboard_NCnVBE",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "73768750-8efc-41f5-8d10-5bfad5a080c6",
      "resourceInvariantUUID": "3f902fda-2512-4773-9240-2d25a4405852",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ncnvbe0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
          "artifactChecksum": "ZWQ3NTUzZmZlNGY2MGFmNTVmZWQ5OTA0NDFhM2ZmMTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ceda833e-13d7-416e-883f-3f2acb53642c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5d7083d5-a974-48d7-8a4a-5859d7f018f7",
            "generatedFromUUID": "2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5d7083d5-a974-48d7-8a4a-5859d7f018f7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardNcnvbe-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
      "artifactChecksum": "Y2Q1OGViOTJjODRmZWE4OWJiY2VjMTMxMzgxZTJlMDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "aef3d4fb-c703-4c66-af36-81e4bf7b5d1d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T05:32:35.608Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T05:32:35.608Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e5f12647-c344-47df-98f7-08a8565b00b6 ASDC
2023-03-22T05:32:35.609Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
ServiceName:basic_onboard_NCnVBE
ServiceVersion:1.0
ServiceUUID:e5f12647-c344-47df-98f7-08a8565b00b6
ServiceInvariantUUID:51f08bee-59f8-40fa-935c-cd0599c584b5
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNcnvbe-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar
ArtifactUUID:aef3d4fb-c703-4c66-af36-81e4bf7b5d1d
ArtifactChecksum:Y2Q1OGViOTJjODRmZWE4OWJiY2VjMTMxMzgxZTJlMDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_NCnVBE 0
ResourceCustomizationUUID:f212e54c-b0bb-4702-b4c4-175e06e278d2
ResourceInvariantUUID:3f902fda-2512-4773-9240-2d25a4405852
ResourceName:basic_onboard_NCnVBE
ResourceType:VF
ResourceUUID:73768750-8efc-41f5-8d10-5bfad5a080c6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ncnvbe0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json
ArtifactUUID:ceda833e-13d7-416e-883f-3f2acb53642c
ArtifactChecksum:ZWQ3NTUzZmZlNGY2MGFmNTVmZWQ5OTA0NDFhM2ZmMTY=
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/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml
ArtifactUUID:2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33
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/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env
ArtifactUUID:5d7083d5-a974-48d7-8a4a-5859d7f018f7
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/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env
ArtifactUUID:5d7083d5-a974-48d7-8a4a-5859d7f018f7
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-22T05:32:35.609Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e5f12647-c344-47df-98f7-08a8565b00b6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T05:32:35.650Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T05:32:35.651Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T05:32:35.651Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T05:32:35.651Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: aef3d4fb-c703-4c66-af36-81e4bf7b5d1d from URL: /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar
2023-03-22T05:32:35.651Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-22T05:32:35.651Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar
2023-03-22T05:32:35.684Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-22T05:32:35.684Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@789bd5eb
2023-03-22T05:32:35.684Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T05:32:35.684Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|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": [
        "BasicOnboardNcnvbe"
      ]
    }
  }
}
2023-03-22T05:32:35.684Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardNcnvbe-csar.csar /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar aef3d4fb-c703-4c66-af36-81e4bf7b5d1d Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T05:32:35.684Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar ASDC sendASDCNotification
2023-03-22T05:32:35.684Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar(Specified artifact is  not found)
2023-03-22T05:32:35.684Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T05:32:35.685Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:32:35.685Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:32:35.685Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463155684,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:32:36.685Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|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-BasicOnboardNcnvbe-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar(UUID:aef3d4fb-c703-4c66-af36-81e4bf7b5d1d)
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-22T05:32:36.708Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|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-22T05:32:36.709Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 73768750-8efc-41f5-8d10-5bfad5a080c6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T05:32:36.715Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||basic_onboard_NCnVBE 0
2023-03-22T05:32:36.715Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 73768750-8efc-41f5-8d10-5bfad5a080c6
2023-03-22T05:32:36.715Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ceda833e-13d7-416e-883f-3f2acb53642c from URL: /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json
2023-03-22T05:32:36.715Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-22T05:32:36.716Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json
2023-03-22T05:32:36.734Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-22T05:32:36.734Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1f2c1d8e
2023-03-22T05:32:36.734Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T05:32:36.734Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|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": [
        "BasicOnboardNcnvbe"
      ]
    }
  }
}
2023-03-22T05:32:36.735Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_ncnvbe0_modules.json /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json ceda833e-13d7-416e-883f-3f2acb53642c Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T05:32:36.735Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json ASDC sendASDCNotification
2023-03-22T05:32:36.735Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json(Specified artifact is  not found)
2023-03-22T05:32:36.735Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T05:32:36.736Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:32:36.736Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:32:36.736Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463156735,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:32:37.737Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|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_ncnvbe0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json(UUID:ceda833e-13d7-416e-883f-3f2acb53642c)
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-22T05:32:37.738Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:32:37.767Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:32:37.772Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T05:32:37.772Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T05:33:07.772Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:33:07.802Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:33:07.808Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T05:33:07.808Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T05:33:28.533Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:33:28.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:33:28.535Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463099285,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T05:33:28.536Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:33:37.809Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:33:37.835Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:33:37.841Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T05:33:37.842Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T05:34:07.842Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:34:07.866Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:34:07.871Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T05:34:07.871Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T05:34:28.533Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:34:28.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:34:28.535Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463099285,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-22T05:34:28.536Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:34:28.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:34:28.537Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463099285,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:34:28.537Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:34:28.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:34:28.537Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463099285,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-22T05:34:28.537Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:34:28.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:34:28.538Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463099285,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:34:28.538Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:34:28.538Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:34:28.538Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463099285,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T05:34:28.538Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:34:28.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:34:28.539Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463155684,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-22T05:34:28.539Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:34:28.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:34:28.539Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463156735,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-22T05:34:28.539Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:34:37.873Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:34:37.899Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:34:37.904Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T05:34:37.904Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T05:35:07.904Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:35:07.933Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:35:07.939Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T05:35:07.939Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T05:35:28.533Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:35:37.940Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:35:37.967Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:35:37.972Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T05:35:37.973Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T05:36:07.973Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:36:08.002Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:36:08.007Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T05:36:08.007Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T05:36:28.535Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:36:38.008Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:36:38.031Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:36:38.036Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T05:36:38.036Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T05:37:08.036Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:37:08.067Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:37:08.072Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T05:37:08.072Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T05:37:28.536Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:37:28.595Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T05:37:28.595Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Member SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-25d51f50-cf81-4338-98fb-8e7950077557 sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-22T05:37:28.596Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-22T05:37:28.596Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-22T05:37:29.109Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T05:37:29.123Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:37:29.124Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] (Re-)joining group
2023-03-22T05:37:29.131Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully joined group with generation Generation{generationId=6, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T05:37:29.132Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Finished assignment for group at generation 6: {SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-22T05:37:29.149Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully synced group in generation Generation{generationId=6, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T05:37:29.149Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:37:29.149Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:37:29.154Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:37:29.154Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:37:29.154Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:37:29.154Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=142, 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-22T05:37:29.154Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:37:29.155Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:37:38.073Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-22T05:37:38.073Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T05:37:38.087Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca and serviceModelVersionId: e5f12647-c344-47df-98f7-08a8565b00b6
2023-03-22T05:37:38.088Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 51f08bee-59f8-40fa-935c-cd0599c584b5
2023-03-22T05:37:38.089Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0
2023-03-22T05:37:38.096Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T05:37:38.149Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|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/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?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-22T05:37:38.151Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|INFO|500||Invoke
2023-03-22T05:37:38.164Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-22T05:37:38.206Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-22T05:37:38.207Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|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/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0 has http status code:404 and response headers:{date=[Wed, 22 Mar 2023 05:37:38 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[37], x-aai-txid=[1-aai-resources-230322-05:37:38:015-53876], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T05:37:38.208Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6","ERR.5.4.6114"]}}}

2023-03-22T05:37:38.213Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
2023-03-22T05:37:38.214Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T05:37:38.214Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
2023-03-22T05:37:38.214Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T05:37:38.223Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|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-22T05:37:38.223Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
2023-03-22T05:37:38.223Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-22T05:37:38.224Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:37:38.224Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:37:38.224Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463458223,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:37:38.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:37:38.246Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463458223,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec\u003dERR.5.4.6114)"
}
2023-03-22T05:37:38.246Z||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-22T05:37:39.257Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T05:37:39.258Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"fbc0587e-4f99-4206-ac97-4f248ab7b2de","serviceName":"vFW 2023-03-22 05-25-55","serviceVersion":"1.0","serviceUUID":"eda70000-0f19-4eaf-b072-0771557b768b","serviceDescription":"catalog service description","serviceInvariantUUID":"54638bfb-5802-44c3-ba60-61ecd799a1bc","resources":[{"resourceInstanceName":"vFW 3229eeab-6ab8 0","resourceName":"vFW 3229eeab-6ab8","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850","resourceInvariantUUID":"6f487355-e424-4b76-9ef4-7f60cecc0cee","resourceCustomizationUUID":"bbf43dff-a85c-4ce3-9384-ff2f1d0c1478","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vf-license-model.xml","artifactChecksum":"ZTk2NGJjN2RmNjIyODk5M2YxODVjYWM0MmE5NDU2NjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"327fa8b9-2434-45ca-a5cb-6c0e0c48f279","artifactVersion":"1"},{"artifactName":"vfw3229eeab6ab80_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json","artifactChecksum":"YjhjOTY1OGI5YWEyOGJhODkwMWIwMzBlYjcwYTEyMzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"127b1619-50cf-438a-a046-c05d6a5e780b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"24d6c314-9225-43b0-9b4a-495965c4b649","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vendor-license-model.xml","artifactChecksum":"ZDIwMTBhYTFkOWY1ZTc0YTc0OTM0MmE0Zjg3NTI4Zjc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e883ee8a-b506-436c-8720-ece3099298d8","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"50d273c5-c4c8-48ad-97b1-0fcf90649b8d","artifactVersion":"2","generatedFromUUID":"24d6c314-9225-43b0-9b4a-495965c4b649"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230322052555-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-template.yml","artifactChecksum":"MDkzODk1YzU4OTAyYTFlOWM5YTFkYjljNWYxMWFmMjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"527da56d-ecd6-45fc-81ca-1ca14b3fe96a","artifactVersion":"1"},{"artifactName":"service-Vfw20230322052555-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar","artifactChecksum":"OTBmMWEwY2YzZDk1MzU0NzhlY2RiOTFkMjc5YTVkOGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T05:37:39.259Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:37:39.259Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:37:39.260Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:37:39.260Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463099285,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:37:40.261Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:37:40.261Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:37:40.262Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:37:40.262Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463099285,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:37:41.262Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:37:41.263Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:37:41.263Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:37:41.263Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463099285,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:37:42.264Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:37:42.265Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:37:42.265Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:37:42.265Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463099285,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:37:43.266Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:37:43.267Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:37:43.267Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:37:43.267Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463099285,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:37:44.268Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:37:44.269Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:37:44.269Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:37:44.269Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463099285,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:37:45.270Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:37:45.271Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:37:45.271Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:37:45.271Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463099285,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:37:46.273Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "serviceName": "vFW 2023-03-22 05-25-55",
  "serviceVersion": "1.0",
  "serviceUUID": "eda70000-0f19-4eaf-b072-0771557b768b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "54638bfb-5802-44c3-ba60-61ecd799a1bc",
  "resources": [
    {
      "resourceInstanceName": "vFW 3229eeab-6ab8 0",
      "resourceCustomizationUUID": "bbf43dff-a85c-4ce3-9384-ff2f1d0c1478",
      "resourceName": "vFW 3229eeab-6ab8",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850",
      "resourceInvariantUUID": "6f487355-e424-4b76-9ef4-7f60cecc0cee",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw3229eeab6ab80_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json",
          "artifactChecksum": "YjhjOTY1OGI5YWEyOGJhODkwMWIwMzBlYjcwYTEyMzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "127b1619-50cf-438a-a046-c05d6a5e780b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "24d6c314-9225-43b0-9b4a-495965c4b649",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "50d273c5-c4c8-48ad-97b1-0fcf90649b8d",
            "generatedFromUUID": "24d6c314-9225-43b0-9b4a-495965c4b649"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "50d273c5-c4c8-48ad-97b1-0fcf90649b8d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230322052555-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
      "artifactChecksum": "OTBmMWEwY2YzZDk1MzU0NzhlY2RiOTFkMjc5YTVkOGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T05:37:46.274Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T05:37:46.274Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eda70000-0f19-4eaf-b072-0771557b768b ASDC
2023-03-22T05:37:46.275Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:fbc0587e-4f99-4206-ac97-4f248ab7b2de
ServiceName:vFW 2023-03-22 05-25-55
ServiceVersion:1.0
ServiceUUID:eda70000-0f19-4eaf-b072-0771557b768b
ServiceInvariantUUID:54638bfb-5802-44c3-ba60-61ecd799a1bc
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230322052555-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar
ArtifactUUID:bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f
ArtifactChecksum:OTBmMWEwY2YzZDk1MzU0NzhlY2RiOTFkMjc5YTVkOGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 3229eeab-6ab8 0
ResourceCustomizationUUID:bbf43dff-a85c-4ce3-9384-ff2f1d0c1478
ResourceInvariantUUID:6f487355-e424-4b76-9ef4-7f60cecc0cee
ResourceName:vFW 3229eeab-6ab8
ResourceType:VF
ResourceUUID:bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw3229eeab6ab80_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json
ArtifactUUID:127b1619-50cf-438a-a046-c05d6a5e780b
ArtifactChecksum:YjhjOTY1OGI5YWEyOGJhODkwMWIwMzBlYjcwYTEyMzA=
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/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml
ArtifactUUID:24d6c314-9225-43b0-9b4a-495965c4b649
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/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env
ArtifactUUID:50d273c5-c4c8-48ad-97b1-0fcf90649b8d
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/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env
ArtifactUUID:50d273c5-c4c8-48ad-97b1-0fcf90649b8d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-22T05:37:46.275Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eda70000-0f19-4eaf-b072-0771557b768b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-22T05:37:46.336Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T05:37:46.337Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T05:37:46.337Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T05:37:46.338Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f from URL: /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar
2023-03-22T05:37:46.338Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-22T05:37:46.338Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar
2023-03-22T05:37:46.662Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-22T05:37:46.666Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f 101497
2023-03-22T05:37:46.666Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar ASDC sendASDCNotification
2023-03-22T05:37:46.667Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar
2023-03-22T05:37:46.667Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T05:37:46.667Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:37:46.668Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:37:46.668Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463466666,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:37:47.669Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T05:37:47.670Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T05:37:47.670Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f, URL: /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar to file: /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T05:37:47.671Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230322052555-csar.csar
2023-03-22T05:37:47.671Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T05:37:47.672Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T05:37:47.801Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2184708592007870702/Definitions/service-Vfw20230322052555-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-22T05:37:49.658Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-22T05:37:49.659Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-22T05:37:49.659Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T05:37:49.659Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-22T05:37:49.659Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-Vfw20230322052555-csar.csar
2023-03-22T05:37:49.659Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3229eeab-6ab8 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-Vfw20230322052555-csar.csar
2023-03-22T05:37:49.659Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-Vfw20230322052555-csar.csar
2023-03-22T05:37:49.659Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-Vfw20230322052555-csar.csar
2023-03-22T05:37:49.659Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-Vfw20230322052555-csar.csar
2023-03-22T05:37:49.659Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-Vfw20230322052555-csar.csar
2023-03-22T05:37:49.659Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-Vfw20230322052555-csar.csar
2023-03-22T05:37:49.660Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-Vfw20230322052555-csar.csar
2023-03-22T05:37:49.660Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-Vfw20230322052555-csar.csar
2023-03-22T05:37:49.660Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-Vfw20230322052555-csar.csar
2023-03-22T05:37:49.660Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-Vfw20230322052555-csar.csar
2023-03-22T05:37:49.660Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-22T05:37:49.660Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:37:49.660Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:37:49.660Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T05:37:49.660Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-22T05:37:49.661Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T05:37:49.661Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:37:49.661Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:37:49.661Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T05:37:49.661Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-22T05:37:49.661Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T05:37:49.661Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:37:49.661Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:37:49.661Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:37:49.662Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is not matching search criteria
2023-03-22T05:37:49.662Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T05:37:49.662Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T05:37:49.662Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T05:37:49.662Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T05:37:49.662Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T05:37:49.662Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T05:37:49.662Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T05:37:49.662Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T05:37:49.662Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T05:37:49.662Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T05:37:49.663Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T05:37:49.663Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T05:37:49.663Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T05:37:49.663Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T05:37:49.663Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T05:37:49.663Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-22T05:37:49.663Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:37:49.663Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-22T05:37:49.663Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:37:49.663Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T05:37:49.663Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T05:37:49.664Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:37:49.664Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T05:37:49.664Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T05:37:49.664Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:37:49.664Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T05:37:49.664Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T05:37:49.664Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:37:49.665Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is not matching search criteria
2023-03-22T05:37:49.665Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T05:37:49.665Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-22T05:37:49.665Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T05:37:49.665Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T05:37:49.665Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T05:37:49.665Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T05:37:49.665Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T05:37:49.665Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T05:37:49.665Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T05:37:49.665Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T05:37:49.666Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T05:37:49.666Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=aa314a86-cb0e-4a5b-b3dc-67ab85529aa3
2023-03-22T05:37:49.666Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:37:49.667Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is not matching search criteria
2023-03-22T05:37:49.667Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T05:37:49.667Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T05:37:49.667Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T05:37:49.667Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T05:37:49.667Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T05:37:49.667Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T05:37:49.668Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T05:37:49.668Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-22T05:37:49.668Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T05:37:49.668Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T05:37:49.668Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T05:37:49.668Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T05:37:49.668Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d9998ff5-07a8-4e06-a366-e2fa06343e60
2023-03-22T05:37:49.668Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:37:49.669Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is not matching search criteria
2023-03-22T05:37:49.669Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T05:37:49.669Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T05:37:49.669Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T05:37:49.669Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T05:37:49.669Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T05:37:49.670Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T05:37:49.670Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T05:37:49.670Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T05:37:49.670Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T05:37:49.670Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T05:37:49.670Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T05:37:49.670Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-22T05:37:49.671Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=72136b1f-0061-4b5e-8c0f-044f0a8cd6b2
2023-03-22T05:37:49.672Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:37:49.677Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:37:49.677Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:37:49.677Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:37:49.677Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:37:49.677Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:37:49.677Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:37:49.677Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:37:49.677Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-22 05-25-55
Description:catalog service description
Model UUID:eda70000-0f19-4eaf-b072-0771557b768b
Model Version:NULL
Model InvariantUuid:54638bfb-5802-44c3-ba60-61ecd799a1bc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 3229eeab-6ab8
Model UUID:dd90c608-56d0-4044-b77e-6f9404d60812
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6f487355-e424-4b76-9ef4-7f60cecc0cee
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bbf43dff-a85c-4ce3-9384-ff2f1d0c1478
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2340f6cb-b4db-4011-b9c3-b4bb2848eb7c
ModelName:Vfw3229eeab6ab8..base_vfw..module-0
ModelUuid:c74453a0-bfa7-4668-9055-82db75071a8d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:aa314a86-cb0e-4a5b-b3dc-67ab85529aa3
ModelInvariantUuid:74332490-9cd4-4220-be9e-93c4591dd72d
ModelName:vFW 3229eeab-6ab8-nodes.vfwCvfc
ModelUuid:61ffbf75-6e28-4757-a025-b2c0ab962a74
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:b563dbc2-8b56-450f-a599-b56cc6be1007
ModelInvariantUuid:e6f4acf5-2121-4837-8eb8-e79dbf0b46ec
ModelName:Vfw3229eeab6ab8.compute.nodes.heat.vfw
ModelUuid:3ddfdfb8-55a4-40cd-9b94-9474bbb1c6d3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:d9998ff5-07a8-4e06-a366-e2fa06343e60
ModelInvariantUuid:75eef7ce-cbf0-426f-a147-534c62c9b134
ModelName:vFW 3229eeab-6ab8-nodes.vsnCvfc
ModelUuid:4c386c48-c8e8-4e57-8fc6-0995d6047810
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:7ea81968-c783-413a-9c62-f56e7faf2485
ModelInvariantUuid:8251d429-389a-4c59-b3bb-f88c27094de4
ModelName:Vfw3229eeab6ab8.compute.nodes.heat.vsn
ModelUuid:7baacf9a-a7aa-4a5d-9cd8-e291da6e2df3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:72136b1f-0061-4b5e-8c0f-044f0a8cd6b2
ModelInvariantUuid:212509d2-d95e-4210-9e4f-19fde5069d41
ModelName:vFW 3229eeab-6ab8-nodes.vpgCvfc
ModelUuid:44417cb2-1a4d-4bbd-972e-b0b0505ab818
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:1600c0ab-d5be-4c3c-83e2-1b664c1463d8
ModelInvariantUuid:d3c4495c-70b8-4c49-b3c6-423d142f6163
ModelName:Vfw3229eeab6ab8.compute.nodes.heat.vpg
ModelUuid:c23fe525-aef3-474a-ba0e-b18de4f76ede
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-22T05:37:49.699Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T05:37:49.705Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||vFW 3229eeab-6ab8 0
2023-03-22T05:37:49.705Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850
2023-03-22T05:37:49.705Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 127b1619-50cf-438a-a046-c05d6a5e780b from URL: /sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json
2023-03-22T05:37:49.705Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-22T05:37:49.705Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json
2023-03-22T05:37:49.789Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-22T05:37:49.789Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json 127b1619-50cf-438a-a046-c05d6a5e780b 785
2023-03-22T05:37:49.790Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json ASDC sendASDCNotification
2023-03-22T05:37:49.790Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json
2023-03-22T05:37:49.790Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T05:37:49.790Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:37:49.790Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:37:49.790Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463469790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:37:50.791Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw3229eeab6ab8..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "2340f6cb-b4db-4011-b9c3-b4bb2848eb7c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c74453a0-bfa7-4668-9055-82db75071a8d",
    "vfModuleModelCustomizationUUID": "d928e36f-4722-4a14-9655-3124a813ce7a",
    "isBase": true,
    "artifacts": [
      "24d6c314-9225-43b0-9b4a-495965c4b649",
      "50d273c5-c4c8-48ad-97b1-0fcf90649b8d"
    ],
    "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-22T05:37:50.813Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3229eeab6ab8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c74453a0-bfa7-4668-9055-82db75071a8d
VfModuleModelInvariantUUID:2340f6cb-b4db-4011-b9c3-b4bb2848eb7c
VfModuleModelDescription:NULL
Artifacts UUID List:{
24d6c314-9225-43b0-9b4a-495965c4b649
,
50d273c5-c4c8-48ad-97b1-0fcf90649b8d

}
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-22T05:37:50.817Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw3229eeab6ab8..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "2340f6cb-b4db-4011-b9c3-b4bb2848eb7c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c74453a0-bfa7-4668-9055-82db75071a8d",
    "vfModuleModelCustomizationUUID": "d928e36f-4722-4a14-9655-3124a813ce7a",
    "isBase": true,
    "artifacts": [
      "24d6c314-9225-43b0-9b4a-495965c4b649",
      "50d273c5-c4c8-48ad-97b1-0fcf90649b8d"
    ],
    "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-22T05:37:50.818Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3229eeab6ab8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c74453a0-bfa7-4668-9055-82db75071a8d
VfModuleModelInvariantUUID:2340f6cb-b4db-4011-b9c3-b4bb2848eb7c
VfModuleModelDescription:NULL
Artifacts UUID List:{
24d6c314-9225-43b0-9b4a-495965c4b649
,
50d273c5-c4c8-48ad-97b1-0fcf90649b8d

}
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-22T05:37:50.818Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 24d6c314-9225-43b0-9b4a-495965c4b649 from URL: /sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml
2023-03-22T05:37:50.818Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-22T05:37:50.818Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml
2023-03-22T05:37:50.921Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-22T05:37:50.922Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml 24d6c314-9225-43b0-9b4a-495965c4b649 20368
2023-03-22T05:37:50.923Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-03-22T05:37:50.923Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml
2023-03-22T05:37:50.923Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T05:37:50.923Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:37:50.924Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:37:50.924Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463470923,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:37:51.926Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 50d273c5-c4c8-48ad-97b1-0fcf90649b8d from URL: /sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env
2023-03-22T05:37:51.926Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-22T05:37:51.927Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env
2023-03-22T05:37:52.039Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-22T05:37:52.040Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env 50d273c5-c4c8-48ad-97b1-0fcf90649b8d 2098
2023-03-22T05:37:52.041Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env ASDC sendASDCNotification
2023-03-22T05:37:52.041Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env
2023-03-22T05:37:52.041Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T05:37:52.041Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:37:52.041Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:37:52.042Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463472040,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:37:53.043Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: eda70000-0f19-4eaf-b072-0771557b768b
2023-03-22T05:37:53.043Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 3229eeab-6ab8 0 bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850 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-22T05:37:53.090Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@74280c0f, org.onap.sdc.toscaparser.api.parameters.Input@4357c369, org.onap.sdc.toscaparser.api.parameters.Input@5a865f8e, org.onap.sdc.toscaparser.api.parameters.Input@763697dd, org.onap.sdc.toscaparser.api.parameters.Input@424ab560]
2023-03-22T05:37:53.094Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:37:53.094Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:37:53.094Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2023-03-22T05:37:53.094Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= bbf43dff-a85c-4ce3-9384-ff2f1d0c1478
2023-03-22T05:37:53.094Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bbf43dff-a85c-4ce3-9384-ff2f1d0c1478 matches Tosca VF Customization UUID: bbf43dff-a85c-4ce3-9384-ff2f1d0c1478
2023-03-22T05:37:53.095Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: bbf43dff-a85c-4ce3-9384-ff2f1d0c1478  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-22T05:37:53.101Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:37:53.102Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:37:53.102Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id bbf43dff-a85c-4ce3-9384-ff2f1d0c1478: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-03-22T05:37:53.103Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@11f55fbf
2023-03-22T05:37:53.103Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:37:53.103Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-22T05:37:53.103Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d928e36f-4722-4a14-9655-3124a813ce7a
2023-03-22T05:37:53.104Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d928e36f-4722-4a14-9655-3124a813ce7a
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-22T05:37:53.110Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:37:53.110Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T05:37:53.110Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T05:37:53.111Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:37:53.111Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T05:37:53.111Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T05:37:53.111Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:37:53.111Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is not matching search criteria
2023-03-22T05:37:53.111Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T05:37:53.111Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-22T05:37:53.111Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T05:37:53.112Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T05:37:53.112Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T05:37:53.112Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T05:37:53.112Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T05:37:53.112Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T05:37:53.112Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T05:37:53.112Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T05:37:53.112Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T05:37:53.112Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=aa314a86-cb0e-4a5b-b3dc-67ab85529aa3
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-22T05:37:53.131Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:37:53.131Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T05:37:53.131Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T05:37:53.131Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:37:53.131Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is not matching search criteria
2023-03-22T05:37:53.131Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T05:37:53.131Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T05:37:53.131Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T05:37:53.131Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T05:37:53.131Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T05:37:53.131Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T05:37:53.132Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T05:37:53.132Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-22T05:37:53.132Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T05:37:53.132Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T05:37:53.132Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T05:37:53.132Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T05:37:53.132Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d9998ff5-07a8-4e06-a366-e2fa06343e60
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-22T05:37:53.135Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:37:53.136Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T05:37:53.136Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T05:37:53.138Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:37:53.138Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is not matching search criteria
2023-03-22T05:37:53.138Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T05:37:53.138Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T05:37:53.138Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T05:37:53.139Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T05:37:53.139Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T05:37:53.139Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T05:37:53.139Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T05:37:53.139Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T05:37:53.139Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T05:37:53.139Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T05:37:53.139Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T05:37:53.139Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-22T05:37:53.139Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=72136b1f-0061-4b5e-8c0f-044f0a8cd6b2
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-22T05:37:53.143Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:37:53.143Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T05:37:53.143Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T05:37:53.143Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:37:53.143Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T05:37:53.143Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0] matching following query criteria: sdcType=VF, customizationUUID=bbf43dff-a85c-4ce3-9384-ff2f1d0c1478
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T05:37:53.147Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:37:53.148Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:37:53.148Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid eda70000-0f19-4eaf-b072-0771557b768b: vFW 3229eeab-6ab8
2023-03-22T05:37:53.148Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:37:53.148Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:37:53.148Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:37:53.148Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:37:53.148Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:37:53.149Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:37:53.149Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:37:53.149Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:37:53.149Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:37:53.149Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:37:53.149Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2023-03-22 05-25-55 
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-22T05:37:53.677Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 3229eeab-6ab8 bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850 1 ASDC deployResourceStructure
2023-03-22T05:37:53.677Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json ASDC sendASDCNotification
2023-03-22T05:37:53.677Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json
2023-03-22T05:37:53.677Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-22T05:37:53.677Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:37:53.678Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:37:53.678Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463473677,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:37:54.678Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-03-22T05:37:54.679Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml
2023-03-22T05:37:54.679Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-22T05:37:54.679Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:37:54.680Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:37:54.680Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463474678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:37:55.681Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env ASDC sendASDCNotification
2023-03-22T05:37:55.681Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env
2023-03-22T05:37:55.682Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-22T05:37:55.682Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:37:55.682Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:37:55.682Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463475681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:37:56.684Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar ASDC sendASDCNotification
2023-03-22T05:37:56.684Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar
2023-03-22T05:37:56.684Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-22T05:37:56.685Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:37:56.685Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:37:56.685Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463476684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:37:57.686Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fbc0587e-4f99-4206-ac97-4f248ab7b2de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:37:57.710Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fbc0587e-4f99-4206-ac97-4f248ab7b2de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:37:57.715Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T05:37:57.715Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T05:37:57.715Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T05:37:57.715Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T05:37:57.715Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T05:37:57.715Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T05:37:57.715Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T05:37:57.715Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T05:37:57.715Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-22T05:37:57.731Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T05:38:27.731Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fbc0587e-4f99-4206-ac97-4f248ab7b2de and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T05:38:27.742Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fbc0587e-4f99-4206-ac97-4f248ab7b2de and serviceModelVersionId: eda70000-0f19-4eaf-b072-0771557b768b
2023-03-22T05:38:27.742Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 54638bfb-5802-44c3-ba60-61ecd799a1bc
2023-03-22T05:38:27.743Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0
2023-03-22T05:38:27.750Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T05:38:27.787Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?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-22T05:38:27.788Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0|INFO|500||Invoke
2023-03-22T05:38:27.794Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T05:38:28.061Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0|INFO|500||InvokeReturn
2023-03-22T05:38:28.062Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 05:38:27 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[247], vertex-id=[188528], x-aai-txid=[1-aai-resources-230322-05:38:27:643-98288], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T05:38:28.062Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-22T05:38:28.063Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T05:38:28.063Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-22T05:38:28.073Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-22T05:38:28.074Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fbc0587e-4f99-4206-ac97-4f248ab7b2de and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T05:38:28.074Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T05:38:28.074Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:38:28.074Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:38:28.075Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463508074,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:38:28.533Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:38:28.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:38:28.540Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463099285,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:38:28.541Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:38:28.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:38:28.541Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463099285,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T05:38:28.541Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:38:28.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:38:28.541Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463099285,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-22T05:38:28.542Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:38:28.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:38:28.542Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463099285,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:38:28.542Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:38:28.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:38:28.542Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463099285,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-22T05:38:28.542Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:38:28.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:38:28.542Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463099285,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:38:28.543Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:38:28.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:38:28.543Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463099285,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T05:38:28.543Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:38:28.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:38:28.543Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463466666,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T05:38:28.543Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:38:28.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:38:28.543Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463469790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-22T05:38:28.543Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:38:28.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:38:28.544Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463470923,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-22T05:38:28.544Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:38:28.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:38:28.544Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463472040,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-03-22T05:38:28.544Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:38:28.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:38:28.544Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463473677,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-22T05:38:28.544Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:38:28.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:38:28.545Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463474678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-03-22T05:38:28.545Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:38:28.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:38:28.545Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463475681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-03-22T05:38:28.545Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:38:28.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:38:28.545Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463476684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-22T05:38:28.545Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:38:28.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:38:28.546Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463508074,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T05:38:28.546Z||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-22T05:38:29.110Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T05:38:29.111Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-22T05:38:29.111Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T05:38:29.112Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T05:38:29.112Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T05:38:29.112Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] (Re-)joining group
2023-03-22T05:38:29.116Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T05:38:29.117Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-3110a021-4886-4d80-8b92-02420d0b46fa
2023-03-22T05:38:29.117Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T05:38:29.117Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] (Re-)joining group
2023-03-22T05:38:29.385Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T05:38:32.394Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T05:38:35.402Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T05:38:38.412Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T05:38:41.419Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T05:38:44.429Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T05:38:47.438Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T05:38:50.448Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T05:38:53.456Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T05:38:56.465Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T05:38:59.478Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T05:39:02.487Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T05:39:05.495Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T05:39:08.504Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T05:39:11.512Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T05:39:14.520Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T05:39:17.528Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T05:39:20.537Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T05:39:23.545Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T05:39:26.554Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T05:39:28.533Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:39:28.549Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:39:28.549Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] (Re-)joining group
2023-03-22T05:39:28.557Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully joined group with generation Generation{generationId=7, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T05:39:28.557Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Successfully joined group with generation Generation{generationId=7, memberId='SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-3110a021-4886-4d80-8b92-02420d0b46fa', protocol='range'}
2023-03-22T05:39:28.562Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Finished assignment for group at generation 7: {SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-3110a021-4886-4d80-8b92-02420d0b46fa=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-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-22T05:39:28.578Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully synced group in generation Generation{generationId=7, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T05:39:28.578Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:39:28.578Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:39:28.578Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Successfully synced group in generation Generation{generationId=7, memberId='SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-3110a021-4886-4d80-8b92-02420d0b46fa', protocol='range'}
2023-03-22T05:39:28.579Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T05:39:28.579Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T05:39:28.582Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:39:28.582Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:39:28.583Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:39:28.583Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:39:28.583Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:39:28.583Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:39:28.585Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T05:39:28.586Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T05:39:28.586Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T05:39:28.587Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T05:39:28.587Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T05:39:28.588Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-22T05:39:28.597Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T05:39:28.597Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"1a5e8e35-87ed-40f0-91a8-3b150a1e0fca","serviceName":"basic_onboard_NCnVBE","serviceVersion":"1.0","serviceUUID":"e5f12647-c344-47df-98f7-08a8565b00b6","serviceDescription":"service","serviceInvariantUUID":"51f08bee-59f8-40fa-935c-cd0599c584b5","resources":[{"resourceInstanceName":"basic_onboard_NCnVBE 0","resourceName":"basic_onboard_NCnVBE","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"73768750-8efc-41f5-8d10-5bfad5a080c6","resourceInvariantUUID":"3f902fda-2512-4773-9240-2d25a4405852","resourceCustomizationUUID":"f212e54c-b0bb-4702-b4c4-175e06e278d2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vf-license-model.xml","artifactChecksum":"OTA1ZTkxNzEyZTViN2JiM2U4NGIyMDBkNWU3NzNjZmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"19f3bbed-75be-40ee-b35d-a9d87796e6f1","artifactVersion":"1"},{"artifactName":"basic_onboard_ncnvbe0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json","artifactChecksum":"ZWQ3NTUzZmZlNGY2MGFmNTVmZWQ5OTA0NDFhM2ZmMTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ceda833e-13d7-416e-883f-3f2acb53642c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0dff949b-8137-4b9a-ab54-eb6f0bdd3a39","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5d7083d5-a974-48d7-8a4a-5859d7f018f7","artifactVersion":"2","generatedFromUUID":"2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNcnvbe-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-template.yml","artifactChecksum":"MzFlODEzZDM0NzhjOWZiYTdiMGRkODUxMzU2MTdmNzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"97614832-45b7-45e5-b1d5-5a9c89fe5a74","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNcnvbe-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar","artifactChecksum":"Y2Q1OGViOTJjODRmZWE4OWJiY2VjMTMxMzgxZTJlMDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aef3d4fb-c703-4c66-af36-81e4bf7b5d1d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T05:39:28.599Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:39:28.600Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:39:28.600Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:39:28.600Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463509110,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:39:29.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:39:29.599Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463509110,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:39:29.600Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:39:29.602Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:39:29.602Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:39:29.602Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:39:29.603Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463509110,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:39:30.604Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:39:30.604Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:39:30.605Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:39:30.605Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463509110,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:39:31.606Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:39:31.606Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:39:31.607Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:39:31.607Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463509110,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:39:32.608Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:39:32.608Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:39:32.608Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:39:32.609Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463509110,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:39:33.610Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:39:33.611Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:39:33.611Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:39:33.611Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463509110,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:39:34.612Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:39:34.612Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:39:34.612Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:39:34.612Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463509110,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:39:35.614Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "serviceName": "basic_onboard_NCnVBE",
  "serviceVersion": "1.0",
  "serviceUUID": "e5f12647-c344-47df-98f7-08a8565b00b6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "51f08bee-59f8-40fa-935c-cd0599c584b5",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_NCnVBE 0",
      "resourceCustomizationUUID": "f212e54c-b0bb-4702-b4c4-175e06e278d2",
      "resourceName": "basic_onboard_NCnVBE",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "73768750-8efc-41f5-8d10-5bfad5a080c6",
      "resourceInvariantUUID": "3f902fda-2512-4773-9240-2d25a4405852",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ncnvbe0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
          "artifactChecksum": "ZWQ3NTUzZmZlNGY2MGFmNTVmZWQ5OTA0NDFhM2ZmMTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ceda833e-13d7-416e-883f-3f2acb53642c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5d7083d5-a974-48d7-8a4a-5859d7f018f7",
            "generatedFromUUID": "2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5d7083d5-a974-48d7-8a4a-5859d7f018f7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardNcnvbe-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
      "artifactChecksum": "Y2Q1OGViOTJjODRmZWE4OWJiY2VjMTMxMzgxZTJlMDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "aef3d4fb-c703-4c66-af36-81e4bf7b5d1d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T05:39:35.614Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T05:39:35.615Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e5f12647-c344-47df-98f7-08a8565b00b6 ASDC
2023-03-22T05:39:35.615Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
ServiceName:basic_onboard_NCnVBE
ServiceVersion:1.0
ServiceUUID:e5f12647-c344-47df-98f7-08a8565b00b6
ServiceInvariantUUID:51f08bee-59f8-40fa-935c-cd0599c584b5
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNcnvbe-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar
ArtifactUUID:aef3d4fb-c703-4c66-af36-81e4bf7b5d1d
ArtifactChecksum:Y2Q1OGViOTJjODRmZWE4OWJiY2VjMTMxMzgxZTJlMDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_NCnVBE 0
ResourceCustomizationUUID:f212e54c-b0bb-4702-b4c4-175e06e278d2
ResourceInvariantUUID:3f902fda-2512-4773-9240-2d25a4405852
ResourceName:basic_onboard_NCnVBE
ResourceType:VF
ResourceUUID:73768750-8efc-41f5-8d10-5bfad5a080c6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ncnvbe0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json
ArtifactUUID:ceda833e-13d7-416e-883f-3f2acb53642c
ArtifactChecksum:ZWQ3NTUzZmZlNGY2MGFmNTVmZWQ5OTA0NDFhM2ZmMTY=
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/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml
ArtifactUUID:2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33
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/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env
ArtifactUUID:5d7083d5-a974-48d7-8a4a-5859d7f018f7
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/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env
ArtifactUUID:5d7083d5-a974-48d7-8a4a-5859d7f018f7
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-22T05:39:35.615Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e5f12647-c344-47df-98f7-08a8565b00b6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T05:39:35.666Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T05:39:35.667Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T05:39:35.667Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T05:39:35.667Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: aef3d4fb-c703-4c66-af36-81e4bf7b5d1d from URL: /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar
2023-03-22T05:39:35.667Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-22T05:39:35.667Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar
2023-03-22T05:39:35.691Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-22T05:39:35.692Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@312c9ddc
2023-03-22T05:39:35.692Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T05:39:35.692Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|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": [
        "BasicOnboardNcnvbe"
      ]
    }
  }
}
2023-03-22T05:39:35.692Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardNcnvbe-csar.csar /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar aef3d4fb-c703-4c66-af36-81e4bf7b5d1d Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T05:39:35.692Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar ASDC sendASDCNotification
2023-03-22T05:39:35.692Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar(Specified artifact is  not found)
2023-03-22T05:39:35.692Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T05:39:35.692Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:39:35.692Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:39:35.692Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463575692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:39:36.693Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|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-BasicOnboardNcnvbe-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar(UUID:aef3d4fb-c703-4c66-af36-81e4bf7b5d1d)
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-22T05:39:36.715Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|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-22T05:39:36.716Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 73768750-8efc-41f5-8d10-5bfad5a080c6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T05:39:36.722Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||basic_onboard_NCnVBE 0
2023-03-22T05:39:36.723Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 73768750-8efc-41f5-8d10-5bfad5a080c6
2023-03-22T05:39:36.723Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ceda833e-13d7-416e-883f-3f2acb53642c from URL: /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json
2023-03-22T05:39:36.723Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-22T05:39:36.724Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json
2023-03-22T05:39:36.741Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-22T05:39:36.742Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6014e067
2023-03-22T05:39:36.742Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T05:39:36.742Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|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": [
        "BasicOnboardNcnvbe"
      ]
    }
  }
}
2023-03-22T05:39:36.742Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_ncnvbe0_modules.json /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json ceda833e-13d7-416e-883f-3f2acb53642c Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T05:39:36.743Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json ASDC sendASDCNotification
2023-03-22T05:39:36.743Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json(Specified artifact is  not found)
2023-03-22T05:39:36.743Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T05:39:36.743Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:39:36.743Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:39:36.743Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463576742,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:39:37.744Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|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_ncnvbe0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json(UUID:ceda833e-13d7-416e-883f-3f2acb53642c)
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-22T05:39:37.745Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:39:37.778Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:39:37.784Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T05:39:37.784Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T05:40:07.785Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:40:07.815Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:40:07.820Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T05:40:07.821Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T05:40:28.533Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:40:28.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:40:28.535Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463509110,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T05:40:28.536Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:40:37.821Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:40:37.848Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:40:37.854Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T05:40:37.854Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T05:41:07.854Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:41:07.879Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:41:07.885Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T05:41:07.885Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T05:41:28.533Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:41:28.536Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:41:28.536Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463509110,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-22T05:41:28.536Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:41:28.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:41:28.537Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463509110,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:41:28.537Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:41:28.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:41:28.537Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463509110,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-22T05:41:28.537Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:41:28.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:41:28.537Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463509110,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:41:28.537Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:41:28.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:41:28.537Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463509110,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T05:41:28.537Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:41:28.538Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:41:28.538Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463575692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-22T05:41:28.538Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:41:28.538Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:41:28.538Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463576742,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-22T05:41:28.538Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:41:28.538Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:41:28.538Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679463623731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:41:28.538Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:41:28.538Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:41:28.538Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679463621768,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:41:28.538Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:41:28.538Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:41:28.538Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679463620989,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:41:28.539Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:41:28.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:41:28.539Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679463595409,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:41:28.539Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:41:28.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:41:28.539Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "aai-model-loader",
  "timestamp": 1679463626861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:41:28.539Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:41:28.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:41:28.539Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679463620989,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:41:28.539Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:41:28.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:41:28.539Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679463623731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:41:28.539Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:41:28.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:41:28.539Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679463621768,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:41:28.539Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:41:28.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:41:28.540Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679463595409,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T05:41:28.540Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:41:28.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:41:28.540Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "aai-model-loader",
  "timestamp": 1679463626861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:41:28.540Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:41:28.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:41:28.540Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679463620989,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:41:28.540Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:41:28.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:41:28.540Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679463623731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-22T05:41:28.540Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:41:28.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:41:28.540Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679463621768,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:41:28.540Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:41:28.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:41:28.541Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679463595409,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-22T05:41:28.541Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:41:37.886Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:41:37.909Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:41:37.913Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T05:41:37.913Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T05:42:07.914Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:42:07.944Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:42:07.950Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T05:42:07.951Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T05:42:28.533Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:42:28.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:42:28.537Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "aai-model-loader",
  "timestamp": 1679463626861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:42:28.538Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:42:28.538Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:42:28.538Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679463620989,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:42:28.539Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:42:28.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:42:28.539Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679463623731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:42:28.539Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:42:28.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:42:28.539Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679463621768,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:42:28.539Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:42:28.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:42:28.540Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679463595409,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:42:28.540Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:42:28.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:42:28.540Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "aai-model-loader",
  "timestamp": 1679463626861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:42:28.540Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:42:28.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:42:28.541Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679463620989,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:42:28.541Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:42:28.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:42:28.541Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679463623731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:42:28.541Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:42:28.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:42:28.542Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679463621768,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:42:28.542Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:42:28.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:42:28.542Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679463595409,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-22T05:42:28.542Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:42:28.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:42:28.542Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "aai-model-loader",
  "timestamp": 1679463626861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:42:28.543Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:42:28.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:42:28.543Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679463620989,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:42:28.543Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:42:28.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:42:28.543Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679463623731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:42:28.544Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:42:28.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:42:28.544Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679463621768,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:42:28.544Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:42:28.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:42:28.544Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679463595409,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:42:28.545Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:42:28.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:42:28.545Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "aai-model-loader",
  "timestamp": 1679463626861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:42:28.545Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:42:28.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:42:28.545Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679463620989,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T05:42:28.545Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:42:28.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:42:28.546Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679463623731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T05:42:28.546Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:42:28.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:42:28.546Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679463621768,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:42:28.546Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:42:28.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:42:28.546Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679463595409,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T05:42:28.546Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:42:28.547Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:42:28.547Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "aai-model-loader",
  "timestamp": 1679463626861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T05:42:28.547Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:42:28.547Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:42:28.547Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679463632463,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T05:42:28.547Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:42:28.547Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:42:28.547Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679463632497,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-22T05:42:28.548Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:42:28.548Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:42:28.548Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679463633207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T05:42:28.548Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:42:28.548Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:42:28.548Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "aai-model-loader",
  "timestamp": 1679463634015,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T05:42:28.548Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:42:28.548Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:42:28.548Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679463634211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-22T05:42:28.548Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:42:28.548Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:42:28.549Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679463633602,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-22T05:42:28.549Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:42:28.549Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:42:28.549Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679463635213,
  "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-22T05:42:28.585Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e45a6ddb-db7b-441f-b7ed-2e79323362e4
2023-03-22T05:42:28.586Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e45a6ddb-db7b-441f-b7ed-2e79323362e4 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-22T05:42:28.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:42:28.609Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679463634708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-03-22T05:42:28.610Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:42:28.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:42:28.610Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679463635791,
  "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-22T05:42:28.624Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e45a6ddb-db7b-441f-b7ed-2e79323362e4
2023-03-22T05:42:28.624Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e45a6ddb-db7b-441f-b7ed-2e79323362e4 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-22T05:42:28.641Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:42:28.641Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679463636795,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-22T05:42:28.641Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:42:28.641Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:42:28.642Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679463636034,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:42:28.642Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:42:28.642Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:42:28.642Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679463636034,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:42:28.642Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:42:28.642Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:42:28.642Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679463636034,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:42:28.642Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:42:28.642Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:42:28.643Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679463636034,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:42:28.643Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:42:28.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:42:28.643Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "aai-model-loader",
  "timestamp": 1679463641288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-22T05:42:28.643Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:42:28.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:42:28.643Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679463636034,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:42:28.644Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:42:28.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:42:28.644Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "aai-model-loader",
  "timestamp": 1679463642291,
  "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-22T05:42:28.656Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e45a6ddb-db7b-441f-b7ed-2e79323362e4
2023-03-22T05:42:28.657Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e45a6ddb-db7b-441f-b7ed-2e79323362e4 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-22T05:42:28.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:42:28.678Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679463636034,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:42:28.678Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:42:28.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:42:28.678Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679463636034,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T05:42:28.678Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:42:28.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:42:28.678Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679463643838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T05:42:28.678Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:42:28.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:42:28.678Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679463646779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-22T05:42:28.678Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:42:28.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:42:28.679Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679463647783,
  "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-22T05:42:28.691Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e45a6ddb-db7b-441f-b7ed-2e79323362e4
2023-03-22T05:42:28.691Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e45a6ddb-db7b-441f-b7ed-2e79323362e4 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-22T05:42:37.951Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:42:37.980Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:42:37.985Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T05:42:37.986Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T05:43:07.986Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:43:08.013Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:43:08.018Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T05:43:08.018Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T05:43:28.533Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:43:38.018Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:43:38.048Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:43:38.054Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T05:43:38.054Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T05:44:08.054Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:44:08.078Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:44:08.083Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T05:44:08.084Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T05:44:28.534Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:44:28.619Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T05:44:28.619Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Member SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-3110a021-4886-4d80-8b92-02420d0b46fa sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-22T05:44:28.620Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-22T05:44:28.620Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-22T05:44:29.254Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T05:44:29.272Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:44:29.272Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] (Re-)joining group
2023-03-22T05:44:29.277Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully joined group with generation Generation{generationId=8, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T05:44:29.278Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Finished assignment for group at generation 8: {SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-22T05:44:29.297Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully synced group in generation Generation{generationId=8, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T05:44:29.297Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:44:29.297Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:44:29.302Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:44:29.302Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:44:29.302Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:44:29.302Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=225, 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-22T05:44:29.302Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:44:29.302Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:44:38.084Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-22T05:44:38.084Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T05:44:38.095Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca and serviceModelVersionId: e5f12647-c344-47df-98f7-08a8565b00b6
2023-03-22T05:44:38.095Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 51f08bee-59f8-40fa-935c-cd0599c584b5
2023-03-22T05:44:38.096Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0
2023-03-22T05:44:38.102Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T05:44:38.129Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|INFO|500||Invoke
2023-03-22T05:44:38.129Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1a5e8e35-87ed-40f0-91a8-3b150a1e0fca], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b96abf6b-c18f-4f7f-b9c3-cef2e167e60c], X-ECOMP-RequestID=[1a5e8e35-87ed-40f0-91a8-3b150a1e0fca], X-TransactionId=[], X-ONAP-RequestID=[1a5e8e35-87ed-40f0-91a8-3b150a1e0fca], Content-Type=[application/merge-patch+json]}
2023-03-22T05:44:38.135Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-22T05:44:38.177Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0 has http status code:404 and response headers:{date=[Wed, 22 Mar 2023 05:44:37 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[40], x-aai-txid=[2-aai-resources-230322-05:44:37:986-54412], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T05:44:38.179Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6","ERR.5.4.6114"]}}}

2023-03-22T05:44:38.180Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-22T05:44:38.185Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
2023-03-22T05:44:38.185Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T05:44:38.186Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
2023-03-22T05:44:38.186Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T05:44:38.196Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|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-22T05:44:38.197Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
2023-03-22T05:44:38.197Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-22T05:44:38.197Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:44:38.197Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:44:38.197Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463878197,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:44:38.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:44:38.215Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463878197,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec\u003dERR.5.4.6114)"
}
2023-03-22T05:44:38.216Z||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-22T05:44:39.229Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T05:44:39.230Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"fbc0587e-4f99-4206-ac97-4f248ab7b2de","serviceName":"vFW 2023-03-22 05-25-55","serviceVersion":"1.0","serviceUUID":"eda70000-0f19-4eaf-b072-0771557b768b","serviceDescription":"catalog service description","serviceInvariantUUID":"54638bfb-5802-44c3-ba60-61ecd799a1bc","resources":[{"resourceInstanceName":"vFW 3229eeab-6ab8 0","resourceName":"vFW 3229eeab-6ab8","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850","resourceInvariantUUID":"6f487355-e424-4b76-9ef4-7f60cecc0cee","resourceCustomizationUUID":"bbf43dff-a85c-4ce3-9384-ff2f1d0c1478","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vf-license-model.xml","artifactChecksum":"ZTk2NGJjN2RmNjIyODk5M2YxODVjYWM0MmE5NDU2NjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"327fa8b9-2434-45ca-a5cb-6c0e0c48f279","artifactVersion":"1"},{"artifactName":"vfw3229eeab6ab80_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json","artifactChecksum":"YjhjOTY1OGI5YWEyOGJhODkwMWIwMzBlYjcwYTEyMzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"127b1619-50cf-438a-a046-c05d6a5e780b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"24d6c314-9225-43b0-9b4a-495965c4b649","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vendor-license-model.xml","artifactChecksum":"ZDIwMTBhYTFkOWY1ZTc0YTc0OTM0MmE0Zjg3NTI4Zjc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e883ee8a-b506-436c-8720-ece3099298d8","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"50d273c5-c4c8-48ad-97b1-0fcf90649b8d","artifactVersion":"2","generatedFromUUID":"24d6c314-9225-43b0-9b4a-495965c4b649"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230322052555-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-template.yml","artifactChecksum":"MDkzODk1YzU4OTAyYTFlOWM5YTFkYjljNWYxMWFmMjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"527da56d-ecd6-45fc-81ca-1ca14b3fe96a","artifactVersion":"1"},{"artifactName":"service-Vfw20230322052555-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar","artifactChecksum":"OTBmMWEwY2YzZDk1MzU0NzhlY2RiOTFkMjc5YTVkOGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T05:44:39.230Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:44:39.231Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:44:39.231Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:44:39.231Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463509110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:44:40.232Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:44:40.232Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:44:40.232Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:44:40.233Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463509110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:44:41.234Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:44:41.234Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:44:41.234Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:44:41.234Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463509110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:44:42.235Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:44:42.235Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:44:42.235Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:44:42.236Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463509110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:44:43.236Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:44:43.237Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:44:43.237Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:44:43.237Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463509110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:44:44.238Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:44:44.238Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:44:44.238Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:44:44.238Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463509110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:44:45.239Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:44:45.239Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:44:45.240Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:44:45.240Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463509110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:44:46.241Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "serviceName": "vFW 2023-03-22 05-25-55",
  "serviceVersion": "1.0",
  "serviceUUID": "eda70000-0f19-4eaf-b072-0771557b768b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "54638bfb-5802-44c3-ba60-61ecd799a1bc",
  "resources": [
    {
      "resourceInstanceName": "vFW 3229eeab-6ab8 0",
      "resourceCustomizationUUID": "bbf43dff-a85c-4ce3-9384-ff2f1d0c1478",
      "resourceName": "vFW 3229eeab-6ab8",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850",
      "resourceInvariantUUID": "6f487355-e424-4b76-9ef4-7f60cecc0cee",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw3229eeab6ab80_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json",
          "artifactChecksum": "YjhjOTY1OGI5YWEyOGJhODkwMWIwMzBlYjcwYTEyMzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "127b1619-50cf-438a-a046-c05d6a5e780b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "24d6c314-9225-43b0-9b4a-495965c4b649",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "50d273c5-c4c8-48ad-97b1-0fcf90649b8d",
            "generatedFromUUID": "24d6c314-9225-43b0-9b4a-495965c4b649"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "50d273c5-c4c8-48ad-97b1-0fcf90649b8d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230322052555-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
      "artifactChecksum": "OTBmMWEwY2YzZDk1MzU0NzhlY2RiOTFkMjc5YTVkOGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T05:44:46.241Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T05:44:46.242Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eda70000-0f19-4eaf-b072-0771557b768b ASDC
2023-03-22T05:44:46.242Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:fbc0587e-4f99-4206-ac97-4f248ab7b2de
ServiceName:vFW 2023-03-22 05-25-55
ServiceVersion:1.0
ServiceUUID:eda70000-0f19-4eaf-b072-0771557b768b
ServiceInvariantUUID:54638bfb-5802-44c3-ba60-61ecd799a1bc
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230322052555-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar
ArtifactUUID:bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f
ArtifactChecksum:OTBmMWEwY2YzZDk1MzU0NzhlY2RiOTFkMjc5YTVkOGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 3229eeab-6ab8 0
ResourceCustomizationUUID:bbf43dff-a85c-4ce3-9384-ff2f1d0c1478
ResourceInvariantUUID:6f487355-e424-4b76-9ef4-7f60cecc0cee
ResourceName:vFW 3229eeab-6ab8
ResourceType:VF
ResourceUUID:bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw3229eeab6ab80_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json
ArtifactUUID:127b1619-50cf-438a-a046-c05d6a5e780b
ArtifactChecksum:YjhjOTY1OGI5YWEyOGJhODkwMWIwMzBlYjcwYTEyMzA=
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/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml
ArtifactUUID:24d6c314-9225-43b0-9b4a-495965c4b649
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/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env
ArtifactUUID:50d273c5-c4c8-48ad-97b1-0fcf90649b8d
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/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env
ArtifactUUID:50d273c5-c4c8-48ad-97b1-0fcf90649b8d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-22T05:44:46.242Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eda70000-0f19-4eaf-b072-0771557b768b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T05:44:46.293Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T05:44:46.293Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T05:44:46.293Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T05:44:46.294Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f from URL: /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar
2023-03-22T05:44:46.294Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-22T05:44:46.294Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar
2023-03-22T05:44:46.631Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-22T05:44:46.635Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f 101497
2023-03-22T05:44:46.635Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar ASDC sendASDCNotification
2023-03-22T05:44:46.636Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar
2023-03-22T05:44:46.636Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T05:44:46.636Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:44:46.636Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:44:46.637Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463886635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:44:47.638Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T05:44:47.639Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T05:44:47.639Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f, URL: /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar to file: /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T05:44:47.640Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230322052555-csar.csar
2023-03-22T05:44:47.640Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T05:44:47.641Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T05:44:47.751Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17656037048383601874/Definitions/service-Vfw20230322052555-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-22T05:44:49.325Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-22T05:44:49.325Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-22T05:44:49.326Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T05:44:49.326Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-22T05:44:49.326Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-Vfw20230322052555-csar.csar
2023-03-22T05:44:49.326Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3229eeab-6ab8 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-Vfw20230322052555-csar.csar
2023-03-22T05:44:49.326Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-Vfw20230322052555-csar.csar
2023-03-22T05:44:49.326Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-Vfw20230322052555-csar.csar
2023-03-22T05:44:49.326Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-Vfw20230322052555-csar.csar
2023-03-22T05:44:49.326Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-Vfw20230322052555-csar.csar
2023-03-22T05:44:49.326Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-Vfw20230322052555-csar.csar
2023-03-22T05:44:49.326Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-Vfw20230322052555-csar.csar
2023-03-22T05:44:49.326Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-Vfw20230322052555-csar.csar
2023-03-22T05:44:49.326Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-Vfw20230322052555-csar.csar
2023-03-22T05:44:49.326Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-Vfw20230322052555-csar.csar
2023-03-22T05:44:49.326Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-22T05:44:49.326Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:44:49.327Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:44:49.327Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T05:44:49.327Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-22T05:44:49.327Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T05:44:49.327Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:44:49.327Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:44:49.327Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T05:44:49.327Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-22T05:44:49.327Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T05:44:49.328Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:44:49.328Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:44:49.328Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:44:49.328Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is not matching search criteria
2023-03-22T05:44:49.328Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T05:44:49.328Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T05:44:49.328Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T05:44:49.328Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T05:44:49.328Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T05:44:49.328Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T05:44:49.328Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T05:44:49.329Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T05:44:49.329Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T05:44:49.329Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T05:44:49.329Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T05:44:49.329Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T05:44:49.329Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T05:44:49.329Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T05:44:49.329Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T05:44:49.329Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-22T05:44:49.329Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:44:49.329Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-22T05:44:49.329Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:44:49.330Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T05:44:49.330Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T05:44:49.330Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:44:49.330Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T05:44:49.330Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T05:44:49.330Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:44:49.330Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T05:44:49.330Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T05:44:49.331Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:44:49.331Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is not matching search criteria
2023-03-22T05:44:49.331Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T05:44:49.331Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-22T05:44:49.331Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T05:44:49.331Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T05:44:49.331Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T05:44:49.331Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T05:44:49.331Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T05:44:49.332Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T05:44:49.332Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T05:44:49.332Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T05:44:49.332Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T05:44:49.332Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=aa314a86-cb0e-4a5b-b3dc-67ab85529aa3
2023-03-22T05:44:49.332Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:44:49.332Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is not matching search criteria
2023-03-22T05:44:49.332Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T05:44:49.333Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T05:44:49.333Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T05:44:49.333Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T05:44:49.333Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T05:44:49.333Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T05:44:49.333Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T05:44:49.333Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-22T05:44:49.333Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T05:44:49.333Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T05:44:49.334Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T05:44:49.334Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T05:44:49.334Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d9998ff5-07a8-4e06-a366-e2fa06343e60
2023-03-22T05:44:49.334Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:44:49.334Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is not matching search criteria
2023-03-22T05:44:49.334Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T05:44:49.334Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T05:44:49.334Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T05:44:49.334Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T05:44:49.334Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T05:44:49.335Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T05:44:49.335Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T05:44:49.335Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T05:44:49.335Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T05:44:49.335Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T05:44:49.335Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T05:44:49.335Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-22T05:44:49.335Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=72136b1f-0061-4b5e-8c0f-044f0a8cd6b2
2023-03-22T05:44:49.335Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:44:49.336Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:44:49.336Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:44:49.336Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:44:49.336Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:44:49.336Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:44:49.336Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:44:49.336Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:44:49.336Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-22 05-25-55
Description:catalog service description
Model UUID:eda70000-0f19-4eaf-b072-0771557b768b
Model Version:NULL
Model InvariantUuid:54638bfb-5802-44c3-ba60-61ecd799a1bc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 3229eeab-6ab8
Model UUID:dd90c608-56d0-4044-b77e-6f9404d60812
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6f487355-e424-4b76-9ef4-7f60cecc0cee
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bbf43dff-a85c-4ce3-9384-ff2f1d0c1478
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2340f6cb-b4db-4011-b9c3-b4bb2848eb7c
ModelName:Vfw3229eeab6ab8..base_vfw..module-0
ModelUuid:c74453a0-bfa7-4668-9055-82db75071a8d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:aa314a86-cb0e-4a5b-b3dc-67ab85529aa3
ModelInvariantUuid:74332490-9cd4-4220-be9e-93c4591dd72d
ModelName:vFW 3229eeab-6ab8-nodes.vfwCvfc
ModelUuid:61ffbf75-6e28-4757-a025-b2c0ab962a74
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:b563dbc2-8b56-450f-a599-b56cc6be1007
ModelInvariantUuid:e6f4acf5-2121-4837-8eb8-e79dbf0b46ec
ModelName:Vfw3229eeab6ab8.compute.nodes.heat.vfw
ModelUuid:3ddfdfb8-55a4-40cd-9b94-9474bbb1c6d3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:d9998ff5-07a8-4e06-a366-e2fa06343e60
ModelInvariantUuid:75eef7ce-cbf0-426f-a147-534c62c9b134
ModelName:vFW 3229eeab-6ab8-nodes.vsnCvfc
ModelUuid:4c386c48-c8e8-4e57-8fc6-0995d6047810
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:7ea81968-c783-413a-9c62-f56e7faf2485
ModelInvariantUuid:8251d429-389a-4c59-b3bb-f88c27094de4
ModelName:Vfw3229eeab6ab8.compute.nodes.heat.vsn
ModelUuid:7baacf9a-a7aa-4a5d-9cd8-e291da6e2df3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:72136b1f-0061-4b5e-8c0f-044f0a8cd6b2
ModelInvariantUuid:212509d2-d95e-4210-9e4f-19fde5069d41
ModelName:vFW 3229eeab-6ab8-nodes.vpgCvfc
ModelUuid:44417cb2-1a4d-4bbd-972e-b0b0505ab818
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:1600c0ab-d5be-4c3c-83e2-1b664c1463d8
ModelInvariantUuid:d3c4495c-70b8-4c49-b3c6-423d142f6163
ModelName:Vfw3229eeab6ab8.compute.nodes.heat.vpg
ModelUuid:c23fe525-aef3-474a-ba0e-b18de4f76ede
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-22T05:44:49.389Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||ERROR|500||Csar with UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f already exists
2023-03-22T05:44:49.389Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar ASDC sendASDCNotification
2023-03-22T05:44:49.389Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar(Csar with UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f already exists)
2023-03-22T05:44:49.389Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T05:44:49.390Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:44:49.390Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:44:49.390Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463889389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:44:50.391Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar ASDC sendASDCNotification
2023-03-22T05:44:50.391Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar(Resource with UUID: bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850 already exists)
2023-03-22T05:44:50.391Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T05:44:50.391Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:44:50.391Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:44:50.391Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463890391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:44:51.392Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fbc0587e-4f99-4206-ac97-4f248ab7b2de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:44:51.423Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fbc0587e-4f99-4206-ac97-4f248ab7b2de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:44:51.429Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T05:44:51.430Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T05:44:51.430Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T05:44:51.430Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T05:44:51.430Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T05:44:51.430Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T05:44:51.430Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T05:44:51.430Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T05:44:51.430Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-22T05:44:51.446Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T05:45:21.447Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fbc0587e-4f99-4206-ac97-4f248ab7b2de and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T05:45:21.462Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fbc0587e-4f99-4206-ac97-4f248ab7b2de and serviceModelVersionId: eda70000-0f19-4eaf-b072-0771557b768b
2023-03-22T05:45:21.462Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 54638bfb-5802-44c3-ba60-61ecd799a1bc
2023-03-22T05:45:21.463Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0
2023-03-22T05:45:21.470Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T05:45:21.503Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?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-22T05:45:21.504Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0|INFO|500||Invoke
2023-03-22T05:45:21.511Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T05:45:21.763Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0|INFO|500||InvokeReturn
2023-03-22T05:45:21.764Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 05:45:21 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[239], vertex-id=[188528], x-aai-txid=[2-aai-resources-230322-05:45:21:362-22404], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T05:45:21.764Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-22T05:45:21.764Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T05:45:21.764Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-22T05:45:21.772Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-22T05:45:21.772Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fbc0587e-4f99-4206-ac97-4f248ab7b2de and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T05:45:21.772Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T05:45:21.773Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:45:21.773Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:45:21.773Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463921772,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T05:45:22.807Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T05:45:22.807Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-22T05:45:22.808Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T05:45:22.808Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T05:45:22.808Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T05:45:22.809Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] (Re-)joining group
2023-03-22T05:45:22.814Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-19d26574-3439-4413-8bae-d29a3d920e86
2023-03-22T05:45:22.815Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T05:45:22.815Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T05:45:22.815Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] (Re-)joining group
2023-03-22T05:45:23.528Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T05:45:26.537Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T05:45:28.533Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:45:28.548Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:45:28.549Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] (Re-)joining group
2023-03-22T05:45:28.556Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully joined group with generation Generation{generationId=9, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T05:45:28.556Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Successfully joined group with generation Generation{generationId=9, memberId='SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-19d26574-3439-4413-8bae-d29a3d920e86', protocol='range'}
2023-03-22T05:45:28.562Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Finished assignment for group at generation 9: {SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-b2f59705-e9bd-4065-aeec-d2645577c82a-19d26574-3439-4413-8bae-d29a3d920e86=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-22T05:45:28.579Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Successfully synced group in generation Generation{generationId=9, memberId='SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-19d26574-3439-4413-8bae-d29a3d920e86', protocol='range'}
2023-03-22T05:45:28.580Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully synced group in generation Generation{generationId=9, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T05:45:28.580Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T05:45:28.580Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T05:45:28.581Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:45:28.581Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:45:28.585Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:45:28.585Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T05:45:28.586Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:45:28.586Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T05:45:28.586Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:45:28.586Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T05:45:28.586Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=226, 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-22T05:45:28.586Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T05:45:28.586Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:45:28.586Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T05:45:28.587Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:45:28.587Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-22T05:45:28.596Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T05:45:28.596Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"1a5e8e35-87ed-40f0-91a8-3b150a1e0fca","serviceName":"basic_onboard_NCnVBE","serviceVersion":"1.0","serviceUUID":"e5f12647-c344-47df-98f7-08a8565b00b6","serviceDescription":"service","serviceInvariantUUID":"51f08bee-59f8-40fa-935c-cd0599c584b5","resources":[{"resourceInstanceName":"basic_onboard_NCnVBE 0","resourceName":"basic_onboard_NCnVBE","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"73768750-8efc-41f5-8d10-5bfad5a080c6","resourceInvariantUUID":"3f902fda-2512-4773-9240-2d25a4405852","resourceCustomizationUUID":"f212e54c-b0bb-4702-b4c4-175e06e278d2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vf-license-model.xml","artifactChecksum":"OTA1ZTkxNzEyZTViN2JiM2U4NGIyMDBkNWU3NzNjZmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"19f3bbed-75be-40ee-b35d-a9d87796e6f1","artifactVersion":"1"},{"artifactName":"basic_onboard_ncnvbe0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json","artifactChecksum":"ZWQ3NTUzZmZlNGY2MGFmNTVmZWQ5OTA0NDFhM2ZmMTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ceda833e-13d7-416e-883f-3f2acb53642c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0dff949b-8137-4b9a-ab54-eb6f0bdd3a39","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5d7083d5-a974-48d7-8a4a-5859d7f018f7","artifactVersion":"2","generatedFromUUID":"2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNcnvbe-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-template.yml","artifactChecksum":"MzFlODEzZDM0NzhjOWZiYTdiMGRkODUxMzU2MTdmNzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"97614832-45b7-45e5-b1d5-5a9c89fe5a74","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNcnvbe-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar","artifactChecksum":"Y2Q1OGViOTJjODRmZWE4OWJiY2VjMTMxMzgxZTJlMDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aef3d4fb-c703-4c66-af36-81e4bf7b5d1d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T05:45:28.597Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:45:28.598Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:45:28.598Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:45:28.598Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463922807,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:45:29.598Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:45:29.600Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:45:29.600Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:45:29.600Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463922807,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:45:29.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:45:29.603Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463509110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:45:29.604Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:45:29.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:45:29.604Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463509110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T05:45:29.604Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:45:29.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:45:29.604Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463509110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-22T05:45:29.604Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:45:29.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:45:29.604Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463509110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:45:29.604Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:45:29.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:45:29.604Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463509110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-22T05:45:29.604Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:45:29.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:45:29.604Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463509110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:45:29.604Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:45:29.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:45:29.604Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463509110,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T05:45:29.605Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:45:29.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:45:29.605Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463886635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T05:45:29.605Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:45:29.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:45:29.605Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463889389,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f already exists"
}
2023-03-22T05:45:29.605Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:45:29.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:45:29.605Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463890391,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850 already exists"
}
2023-03-22T05:45:29.605Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:45:29.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:45:29.605Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463921772,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T05:45:29.605Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:45:29.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:45:29.605Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463922807,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:45:29.605Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:45:30.601Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:45:30.601Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:45:30.601Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:45:30.601Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463922807,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:45:31.602Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:45:31.602Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:45:31.602Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:45:31.602Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463922807,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:45:32.603Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:45:32.604Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:45:32.604Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:45:32.604Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463922807,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:45:33.605Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:45:33.605Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:45:33.605Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:45:33.605Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463922807,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:45:34.606Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:45:34.607Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:45:34.607Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:45:34.607Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463922807,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:45:35.608Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "serviceName": "basic_onboard_NCnVBE",
  "serviceVersion": "1.0",
  "serviceUUID": "e5f12647-c344-47df-98f7-08a8565b00b6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "51f08bee-59f8-40fa-935c-cd0599c584b5",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_NCnVBE 0",
      "resourceCustomizationUUID": "f212e54c-b0bb-4702-b4c4-175e06e278d2",
      "resourceName": "basic_onboard_NCnVBE",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "73768750-8efc-41f5-8d10-5bfad5a080c6",
      "resourceInvariantUUID": "3f902fda-2512-4773-9240-2d25a4405852",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ncnvbe0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
          "artifactChecksum": "ZWQ3NTUzZmZlNGY2MGFmNTVmZWQ5OTA0NDFhM2ZmMTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ceda833e-13d7-416e-883f-3f2acb53642c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5d7083d5-a974-48d7-8a4a-5859d7f018f7",
            "generatedFromUUID": "2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5d7083d5-a974-48d7-8a4a-5859d7f018f7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardNcnvbe-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
      "artifactChecksum": "Y2Q1OGViOTJjODRmZWE4OWJiY2VjMTMxMzgxZTJlMDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "aef3d4fb-c703-4c66-af36-81e4bf7b5d1d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T05:45:35.609Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T05:45:35.609Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e5f12647-c344-47df-98f7-08a8565b00b6 ASDC
2023-03-22T05:45:35.609Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
ServiceName:basic_onboard_NCnVBE
ServiceVersion:1.0
ServiceUUID:e5f12647-c344-47df-98f7-08a8565b00b6
ServiceInvariantUUID:51f08bee-59f8-40fa-935c-cd0599c584b5
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNcnvbe-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar
ArtifactUUID:aef3d4fb-c703-4c66-af36-81e4bf7b5d1d
ArtifactChecksum:Y2Q1OGViOTJjODRmZWE4OWJiY2VjMTMxMzgxZTJlMDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_NCnVBE 0
ResourceCustomizationUUID:f212e54c-b0bb-4702-b4c4-175e06e278d2
ResourceInvariantUUID:3f902fda-2512-4773-9240-2d25a4405852
ResourceName:basic_onboard_NCnVBE
ResourceType:VF
ResourceUUID:73768750-8efc-41f5-8d10-5bfad5a080c6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ncnvbe0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json
ArtifactUUID:ceda833e-13d7-416e-883f-3f2acb53642c
ArtifactChecksum:ZWQ3NTUzZmZlNGY2MGFmNTVmZWQ5OTA0NDFhM2ZmMTY=
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/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml
ArtifactUUID:2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33
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/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env
ArtifactUUID:5d7083d5-a974-48d7-8a4a-5859d7f018f7
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/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env
ArtifactUUID:5d7083d5-a974-48d7-8a4a-5859d7f018f7
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-22T05:45:35.610Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e5f12647-c344-47df-98f7-08a8565b00b6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T05:45:35.659Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T05:45:35.660Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T05:45:35.660Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T05:45:35.660Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: aef3d4fb-c703-4c66-af36-81e4bf7b5d1d from URL: /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar
2023-03-22T05:45:35.660Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-22T05:45:35.660Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar
2023-03-22T05:45:35.686Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-22T05:45:35.687Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@28498c15
2023-03-22T05:45:35.687Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T05:45:35.687Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|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": [
        "BasicOnboardNcnvbe"
      ]
    }
  }
}
2023-03-22T05:45:35.687Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardNcnvbe-csar.csar /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar aef3d4fb-c703-4c66-af36-81e4bf7b5d1d Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T05:45:35.687Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar ASDC sendASDCNotification
2023-03-22T05:45:35.687Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar(Specified artifact is  not found)
2023-03-22T05:45:35.688Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T05:45:35.688Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:45:35.688Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:45:35.688Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463935687,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:45:36.689Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|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-BasicOnboardNcnvbe-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar(UUID:aef3d4fb-c703-4c66-af36-81e4bf7b5d1d)
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-22T05:45:36.708Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|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-22T05:45:36.708Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 73768750-8efc-41f5-8d10-5bfad5a080c6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T05:45:36.713Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||basic_onboard_NCnVBE 0
2023-03-22T05:45:36.714Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 73768750-8efc-41f5-8d10-5bfad5a080c6
2023-03-22T05:45:36.714Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ceda833e-13d7-416e-883f-3f2acb53642c from URL: /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json
2023-03-22T05:45:36.714Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-22T05:45:36.714Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json
2023-03-22T05:45:36.731Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-22T05:45:36.731Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@234b35e8
2023-03-22T05:45:36.731Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T05:45:36.731Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|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": [
        "BasicOnboardNcnvbe"
      ]
    }
  }
}
2023-03-22T05:45:36.732Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_ncnvbe0_modules.json /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json ceda833e-13d7-416e-883f-3f2acb53642c Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T05:45:36.732Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json ASDC sendASDCNotification
2023-03-22T05:45:36.732Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json(Specified artifact is  not found)
2023-03-22T05:45:36.732Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T05:45:36.732Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:45:36.732Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:45:36.732Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463936732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:45:37.733Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|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_ncnvbe0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json(UUID:ceda833e-13d7-416e-883f-3f2acb53642c)
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-22T05:45:37.734Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:45:37.763Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:45:37.770Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T05:45:37.770Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T05:46:07.770Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:46:07.790Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:46:07.795Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T05:46:07.795Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T05:46:28.533Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:46:28.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:46:28.535Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463922807,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T05:46:28.535Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:46:37.796Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:46:37.817Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:46:37.822Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T05:46:37.822Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T05:47:07.823Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:47:07.850Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:47:07.855Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T05:47:07.855Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T05:47:28.533Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:47:28.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:47:28.535Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463922807,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-22T05:47:28.536Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:47:28.536Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:47:28.536Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463922807,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:47:28.536Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:47:28.536Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:47:28.536Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463922807,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-22T05:47:28.536Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:47:28.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:47:28.537Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463922807,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:47:28.537Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:47:28.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:47:28.537Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463922807,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T05:47:28.537Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:47:28.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:47:28.537Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463935687,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-22T05:47:28.537Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:47:28.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T05:47:28.538Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463936732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-22T05:47:28.538Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:47:37.855Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:47:37.877Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:47:37.882Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T05:47:37.882Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T05:48:07.883Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:48:07.906Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:48:07.910Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T05:48:07.910Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T05:48:28.533Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:48:37.911Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:48:37.930Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:48:37.934Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T05:48:37.934Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T05:49:07.935Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:49:07.957Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:49:07.962Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T05:49:07.963Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T05:49:28.535Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:49:37.963Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:49:37.988Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:49:37.992Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T05:49:37.993Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T05:50:07.993Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:50:08.014Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:50:08.019Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T05:50:08.020Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T05:50:28.536Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:50:28.591Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T05:50:28.591Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Member SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-19d26574-3439-4413-8bae-d29a3d920e86 sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-22T05:50:28.592Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-22T05:50:28.592Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-22T05:50:29.100Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T05:50:29.116Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:50:29.116Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] (Re-)joining group
2023-03-22T05:50:29.124Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully joined group with generation Generation{generationId=10, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T05:50:29.125Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Finished assignment for group at generation 10: {SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-22T05:50:29.140Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully synced group in generation Generation{generationId=10, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T05:50:29.142Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:50:29.142Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:50:29.147Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:50:29.148Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:50:29.148Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:50:29.148Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=246, 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-22T05:50:29.148Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:50:29.148Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:50:38.020Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-22T05:50:38.020Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T05:50:38.028Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca and serviceModelVersionId: e5f12647-c344-47df-98f7-08a8565b00b6
2023-03-22T05:50:38.028Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 51f08bee-59f8-40fa-935c-cd0599c584b5
2023-03-22T05:50:38.029Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0
2023-03-22T05:50:38.035Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T05:50:38.057Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|INFO|500||Invoke
2023-03-22T05:50:38.057Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1a5e8e35-87ed-40f0-91a8-3b150a1e0fca], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4dd764c7-ae6f-46ff-bb16-5d519cf8e7a1], X-ECOMP-RequestID=[1a5e8e35-87ed-40f0-91a8-3b150a1e0fca], X-TransactionId=[], X-ONAP-RequestID=[1a5e8e35-87ed-40f0-91a8-3b150a1e0fca], Content-Type=[application/merge-patch+json]}
2023-03-22T05:50:38.064Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-22T05:50:38.111Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0 has http status code:404 and response headers:{date=[Wed, 22 Mar 2023 05:50:37 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[44], x-aai-txid=[2-aai-resources-230322-05:50:37:917-23905], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T05:50:38.112Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6","ERR.5.4.6114"]}}}

2023-03-22T05:50:38.113Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-22T05:50:38.117Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
2023-03-22T05:50:38.118Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T05:50:38.118Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
2023-03-22T05:50:38.118Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T05:50:38.124Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|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-22T05:50:38.124Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
2023-03-22T05:50:38.125Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-22T05:50:38.125Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:50:38.125Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:50:38.125Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464238124,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:50:38.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-22T05:50:38.147Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464238124,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec\u003dERR.5.4.6114)"
}
2023-03-22T05:50:38.151Z||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-22T05:50:39.155Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T05:50:39.155Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"fbc0587e-4f99-4206-ac97-4f248ab7b2de","serviceName":"vFW 2023-03-22 05-25-55","serviceVersion":"1.0","serviceUUID":"eda70000-0f19-4eaf-b072-0771557b768b","serviceDescription":"catalog service description","serviceInvariantUUID":"54638bfb-5802-44c3-ba60-61ecd799a1bc","resources":[{"resourceInstanceName":"vFW 3229eeab-6ab8 0","resourceName":"vFW 3229eeab-6ab8","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850","resourceInvariantUUID":"6f487355-e424-4b76-9ef4-7f60cecc0cee","resourceCustomizationUUID":"bbf43dff-a85c-4ce3-9384-ff2f1d0c1478","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vf-license-model.xml","artifactChecksum":"ZTk2NGJjN2RmNjIyODk5M2YxODVjYWM0MmE5NDU2NjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"327fa8b9-2434-45ca-a5cb-6c0e0c48f279","artifactVersion":"1"},{"artifactName":"vfw3229eeab6ab80_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json","artifactChecksum":"YjhjOTY1OGI5YWEyOGJhODkwMWIwMzBlYjcwYTEyMzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"127b1619-50cf-438a-a046-c05d6a5e780b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"24d6c314-9225-43b0-9b4a-495965c4b649","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vendor-license-model.xml","artifactChecksum":"ZDIwMTBhYTFkOWY1ZTc0YTc0OTM0MmE0Zjg3NTI4Zjc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e883ee8a-b506-436c-8720-ece3099298d8","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"50d273c5-c4c8-48ad-97b1-0fcf90649b8d","artifactVersion":"2","generatedFromUUID":"24d6c314-9225-43b0-9b4a-495965c4b649"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230322052555-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-template.yml","artifactChecksum":"MDkzODk1YzU4OTAyYTFlOWM5YTFkYjljNWYxMWFmMjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"527da56d-ecd6-45fc-81ca-1ca14b3fe96a","artifactVersion":"1"},{"artifactName":"service-Vfw20230322052555-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar","artifactChecksum":"OTBmMWEwY2YzZDk1MzU0NzhlY2RiOTFkMjc5YTVkOGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T05:50:39.156Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:50:39.156Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:50:39.156Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:50:39.156Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463922807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:50:40.159Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:50:40.160Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:50:40.160Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:50:40.160Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463922807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:50:41.161Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:50:41.161Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:50:41.161Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:50:41.162Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463922807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:50:42.162Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:50:42.163Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:50:42.163Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:50:42.163Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463922807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:50:43.164Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:50:43.164Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:50:43.164Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:50:43.164Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463922807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:50:44.165Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:50:44.166Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:50:44.166Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:50:44.166Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463922807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:50:45.167Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:50:45.167Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:50:45.167Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:50:45.168Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463922807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:50:46.169Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "serviceName": "vFW 2023-03-22 05-25-55",
  "serviceVersion": "1.0",
  "serviceUUID": "eda70000-0f19-4eaf-b072-0771557b768b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "54638bfb-5802-44c3-ba60-61ecd799a1bc",
  "resources": [
    {
      "resourceInstanceName": "vFW 3229eeab-6ab8 0",
      "resourceCustomizationUUID": "bbf43dff-a85c-4ce3-9384-ff2f1d0c1478",
      "resourceName": "vFW 3229eeab-6ab8",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850",
      "resourceInvariantUUID": "6f487355-e424-4b76-9ef4-7f60cecc0cee",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw3229eeab6ab80_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json",
          "artifactChecksum": "YjhjOTY1OGI5YWEyOGJhODkwMWIwMzBlYjcwYTEyMzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "127b1619-50cf-438a-a046-c05d6a5e780b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "24d6c314-9225-43b0-9b4a-495965c4b649",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "50d273c5-c4c8-48ad-97b1-0fcf90649b8d",
            "generatedFromUUID": "24d6c314-9225-43b0-9b4a-495965c4b649"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "50d273c5-c4c8-48ad-97b1-0fcf90649b8d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230322052555-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
      "artifactChecksum": "OTBmMWEwY2YzZDk1MzU0NzhlY2RiOTFkMjc5YTVkOGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T05:50:46.169Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T05:50:46.169Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eda70000-0f19-4eaf-b072-0771557b768b ASDC
2023-03-22T05:50:46.170Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:fbc0587e-4f99-4206-ac97-4f248ab7b2de
ServiceName:vFW 2023-03-22 05-25-55
ServiceVersion:1.0
ServiceUUID:eda70000-0f19-4eaf-b072-0771557b768b
ServiceInvariantUUID:54638bfb-5802-44c3-ba60-61ecd799a1bc
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230322052555-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar
ArtifactUUID:bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f
ArtifactChecksum:OTBmMWEwY2YzZDk1MzU0NzhlY2RiOTFkMjc5YTVkOGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 3229eeab-6ab8 0
ResourceCustomizationUUID:bbf43dff-a85c-4ce3-9384-ff2f1d0c1478
ResourceInvariantUUID:6f487355-e424-4b76-9ef4-7f60cecc0cee
ResourceName:vFW 3229eeab-6ab8
ResourceType:VF
ResourceUUID:bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw3229eeab6ab80_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json
ArtifactUUID:127b1619-50cf-438a-a046-c05d6a5e780b
ArtifactChecksum:YjhjOTY1OGI5YWEyOGJhODkwMWIwMzBlYjcwYTEyMzA=
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/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml
ArtifactUUID:24d6c314-9225-43b0-9b4a-495965c4b649
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/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env
ArtifactUUID:50d273c5-c4c8-48ad-97b1-0fcf90649b8d
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/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env
ArtifactUUID:50d273c5-c4c8-48ad-97b1-0fcf90649b8d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-22T05:50:46.170Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eda70000-0f19-4eaf-b072-0771557b768b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T05:50:46.228Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T05:50:46.229Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T05:50:46.229Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T05:50:46.229Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f from URL: /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar
2023-03-22T05:50:46.229Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-22T05:50:46.230Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar
2023-03-22T05:50:46.566Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-22T05:50:46.570Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f 101497
2023-03-22T05:50:46.571Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar ASDC sendASDCNotification
2023-03-22T05:50:46.571Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar
2023-03-22T05:50:46.571Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T05:50:46.571Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:50:46.571Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:50:46.571Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464246571,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:50:47.572Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T05:50:47.573Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T05:50:47.573Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f, URL: /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar to file: /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T05:50:47.574Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230322052555-csar.csar
2023-03-22T05:50:47.574Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T05:50:47.575Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T05:50:47.704Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12645098286810409958/Definitions/service-Vfw20230322052555-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-03-22T05:50:49.260Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-22T05:50:49.261Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-22T05:50:49.261Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T05:50:49.261Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-22T05:50:49.261Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-Vfw20230322052555-csar.csar
2023-03-22T05:50:49.261Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3229eeab-6ab8 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-Vfw20230322052555-csar.csar
2023-03-22T05:50:49.261Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-Vfw20230322052555-csar.csar
2023-03-22T05:50:49.261Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-Vfw20230322052555-csar.csar
2023-03-22T05:50:49.261Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-Vfw20230322052555-csar.csar
2023-03-22T05:50:49.261Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-Vfw20230322052555-csar.csar
2023-03-22T05:50:49.261Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-Vfw20230322052555-csar.csar
2023-03-22T05:50:49.261Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-Vfw20230322052555-csar.csar
2023-03-22T05:50:49.261Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-Vfw20230322052555-csar.csar
2023-03-22T05:50:49.261Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-Vfw20230322052555-csar.csar
2023-03-22T05:50:49.261Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-Vfw20230322052555-csar.csar
2023-03-22T05:50:49.261Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-22T05:50:49.261Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:50:49.262Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:50:49.262Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T05:50:49.262Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-22T05:50:49.262Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T05:50:49.262Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:50:49.262Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:50:49.262Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T05:50:49.262Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-22T05:50:49.262Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T05:50:49.262Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:50:49.262Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:50:49.262Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:50:49.262Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is not matching search criteria
2023-03-22T05:50:49.263Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T05:50:49.263Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T05:50:49.263Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T05:50:49.263Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T05:50:49.263Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T05:50:49.263Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T05:50:49.263Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T05:50:49.263Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T05:50:49.263Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T05:50:49.263Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T05:50:49.263Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T05:50:49.263Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T05:50:49.263Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T05:50:49.263Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T05:50:49.263Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T05:50:49.263Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-22T05:50:49.263Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:50:49.263Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-22T05:50:49.263Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:50:49.264Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T05:50:49.264Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T05:50:49.264Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:50:49.264Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T05:50:49.264Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T05:50:49.264Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:50:49.264Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T05:50:49.264Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T05:50:49.264Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:50:49.264Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is not matching search criteria
2023-03-22T05:50:49.264Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T05:50:49.264Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-22T05:50:49.264Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T05:50:49.265Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T05:50:49.265Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T05:50:49.265Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T05:50:49.265Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T05:50:49.265Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T05:50:49.265Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T05:50:49.265Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T05:50:49.265Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T05:50:49.265Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=aa314a86-cb0e-4a5b-b3dc-67ab85529aa3
2023-03-22T05:50:49.265Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:50:49.265Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is not matching search criteria
2023-03-22T05:50:49.265Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T05:50:49.265Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T05:50:49.265Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T05:50:49.265Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T05:50:49.265Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T05:50:49.265Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T05:50:49.266Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T05:50:49.266Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-22T05:50:49.266Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T05:50:49.266Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T05:50:49.266Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T05:50:49.266Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T05:50:49.266Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d9998ff5-07a8-4e06-a366-e2fa06343e60
2023-03-22T05:50:49.266Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:50:49.266Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is not matching search criteria
2023-03-22T05:50:49.266Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T05:50:49.266Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T05:50:49.266Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T05:50:49.266Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T05:50:49.266Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T05:50:49.266Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T05:50:49.266Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T05:50:49.267Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T05:50:49.267Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T05:50:49.267Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T05:50:49.267Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T05:50:49.267Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-22T05:50:49.267Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=72136b1f-0061-4b5e-8c0f-044f0a8cd6b2
2023-03-22T05:50:49.267Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:50:49.267Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:50:49.267Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:50:49.267Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:50:49.267Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:50:49.267Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:50:49.267Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:50:49.267Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:50:49.267Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-22 05-25-55
Description:catalog service description
Model UUID:eda70000-0f19-4eaf-b072-0771557b768b
Model Version:NULL
Model InvariantUuid:54638bfb-5802-44c3-ba60-61ecd799a1bc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 3229eeab-6ab8
Model UUID:dd90c608-56d0-4044-b77e-6f9404d60812
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6f487355-e424-4b76-9ef4-7f60cecc0cee
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bbf43dff-a85c-4ce3-9384-ff2f1d0c1478
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2340f6cb-b4db-4011-b9c3-b4bb2848eb7c
ModelName:Vfw3229eeab6ab8..base_vfw..module-0
ModelUuid:c74453a0-bfa7-4668-9055-82db75071a8d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:aa314a86-cb0e-4a5b-b3dc-67ab85529aa3
ModelInvariantUuid:74332490-9cd4-4220-be9e-93c4591dd72d
ModelName:vFW 3229eeab-6ab8-nodes.vfwCvfc
ModelUuid:61ffbf75-6e28-4757-a025-b2c0ab962a74
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:b563dbc2-8b56-450f-a599-b56cc6be1007
ModelInvariantUuid:e6f4acf5-2121-4837-8eb8-e79dbf0b46ec
ModelName:Vfw3229eeab6ab8.compute.nodes.heat.vfw
ModelUuid:3ddfdfb8-55a4-40cd-9b94-9474bbb1c6d3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:d9998ff5-07a8-4e06-a366-e2fa06343e60
ModelInvariantUuid:75eef7ce-cbf0-426f-a147-534c62c9b134
ModelName:vFW 3229eeab-6ab8-nodes.vsnCvfc
ModelUuid:4c386c48-c8e8-4e57-8fc6-0995d6047810
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:7ea81968-c783-413a-9c62-f56e7faf2485
ModelInvariantUuid:8251d429-389a-4c59-b3bb-f88c27094de4
ModelName:Vfw3229eeab6ab8.compute.nodes.heat.vsn
ModelUuid:7baacf9a-a7aa-4a5d-9cd8-e291da6e2df3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:72136b1f-0061-4b5e-8c0f-044f0a8cd6b2
ModelInvariantUuid:212509d2-d95e-4210-9e4f-19fde5069d41
ModelName:vFW 3229eeab-6ab8-nodes.vpgCvfc
ModelUuid:44417cb2-1a4d-4bbd-972e-b0b0505ab818
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:1600c0ab-d5be-4c3c-83e2-1b664c1463d8
ModelInvariantUuid:d3c4495c-70b8-4c49-b3c6-423d142f6163
ModelName:Vfw3229eeab6ab8.compute.nodes.heat.vpg
ModelUuid:c23fe525-aef3-474a-ba0e-b18de4f76ede
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-22T05:50:49.316Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||ERROR|500||Csar with UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f already exists
2023-03-22T05:50:49.316Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar ASDC sendASDCNotification
2023-03-22T05:50:49.316Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar(Csar with UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f already exists)
2023-03-22T05:50:49.316Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T05:50:49.317Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:50:49.317Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:50:49.317Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464249316,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:50:50.318Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar ASDC sendASDCNotification
2023-03-22T05:50:50.318Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar(Resource with UUID: bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850 already exists)
2023-03-22T05:50:50.318Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T05:50:50.319Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:50:50.319Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:50:50.319Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464250318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:50:51.320Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fbc0587e-4f99-4206-ac97-4f248ab7b2de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:50:51.342Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fbc0587e-4f99-4206-ac97-4f248ab7b2de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:50:51.347Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T05:50:51.347Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T05:50:51.347Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T05:50:51.347Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T05:50:51.347Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T05:50:51.347Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T05:50:51.347Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T05:50:51.347Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T05:50:51.348Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-22T05:50:51.359Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T05:51:21.359Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fbc0587e-4f99-4206-ac97-4f248ab7b2de and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T05:51:21.375Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fbc0587e-4f99-4206-ac97-4f248ab7b2de and serviceModelVersionId: eda70000-0f19-4eaf-b072-0771557b768b
2023-03-22T05:51:21.375Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 54638bfb-5802-44c3-ba60-61ecd799a1bc
2023-03-22T05:51:21.375Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0
2023-03-22T05:51:21.383Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T05:51:21.411Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?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-22T05:51:21.412Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0|INFO|500||Invoke
2023-03-22T05:51:21.423Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T05:51:21.724Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0|INFO|500||InvokeReturn
2023-03-22T05:51:21.725Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 05:51:21 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[297], vertex-id=[188528], x-aai-txid=[2-aai-resources-230322-05:51:21:276-15288], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T05:51:21.725Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-22T05:51:21.725Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T05:51:21.725Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-22T05:51:21.733Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-22T05:51:21.734Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fbc0587e-4f99-4206-ac97-4f248ab7b2de and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T05:51:21.734Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T05:51:21.735Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:51:21.735Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:51:21.735Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464281734,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T05:51:22.770Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T05:51:22.770Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"e45a6ddb-db7b-441f-b7ed-2e79323362e4","serviceName":"vFW 2023-03-22 05-39-11","serviceVersion":"1.0","serviceUUID":"562f90e9-8e25-4df5-abb7-1b0c5d5c58ec","serviceDescription":"catalog service description","serviceInvariantUUID":"52e7b3d8-c424-43b5-ac13-789d4eb414c3","resources":[{"resourceInstanceName":"vFW c60b0202-0ea7 0","resourceName":"vFW c60b0202-0ea7","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a403d108-1e0a-4b72-ac99-f7abbce4ed23","resourceInvariantUUID":"8351f926-86d0-4cb7-823c-18b7802f48a1","resourceCustomizationUUID":"06e7df1e-8a54-4cc2-9b1f-86a8234bc06f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vf-license-model.xml","artifactChecksum":"NDhhYmFmMmY5Zjc5MTk2MDI3NzVkOTc0YWFhZTk1MDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ac048545-2b2d-4e16-a159-921d7d783742","artifactVersion":"1"},{"artifactName":"vfwc60b02020ea70_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json","artifactChecksum":"NmViOGFlN2U2MzE3NTY0NTdmNGY4MzJhZjFjYTMwMGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6849c46b-4130-4e78-b948-01a8c8600c05","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vendor-license-model.xml","artifactChecksum":"ZDJhNGY2ZjE0MGM0NGY4MWIzODE0ZDdlNjY3MmQ1NWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"330b063c-7793-44ce-a503-a49511c0d654","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"70401413-6f4d-49ec-be0e-187b3f996134","artifactVersion":"2","generatedFromUUID":"6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230322053911-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-template.yml","artifactChecksum":"ZjQ2NmEzOGYwMGNjYWE2Y2ZiZjYwOTcyYjExYWJiMDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4242fb19-e71a-48c4-b953-65a008cd83b8","artifactVersion":"1"},{"artifactName":"service-Vfw20230322053911-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar","artifactChecksum":"MzQ2NDA1NGJmMDE1NjcxMTQxM2RjMWJkYTQ5MDNjMDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"92a1cf4b-1054-452b-880a-e75dccd519aa","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T05:51:22.771Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:51:22.771Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:51:22.772Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:51:22.772Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463922807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:51:23.772Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:51:23.773Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:51:23.773Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:51:23.773Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463922807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:51:24.777Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:51:24.777Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:51:24.778Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:51:24.778Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463922807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:51:25.778Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:51:25.779Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:51:25.779Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:51:25.779Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463922807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:51:26.780Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:51:26.781Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:51:26.781Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:51:26.781Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463922807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:51:27.782Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:51:27.782Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:51:27.783Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:51:27.783Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463922807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:51:28.533Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:51:28.542Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:51:28.542Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463922807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:51:28.543Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:51:28.543Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:51:28.543Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463922807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T05:51:28.543Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:51:28.543Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:51:28.543Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463922807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-22T05:51:28.544Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:51:28.544Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:51:28.544Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463922807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:51:28.544Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:51:28.544Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:51:28.544Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463922807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-22T05:51:28.544Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:51:28.544Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:51:28.544Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463922807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:51:28.544Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:51:28.545Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:51:28.545Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463922807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T05:51:28.545Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:51:28.545Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:51:28.545Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464246571,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T05:51:28.545Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:51:28.545Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:51:28.545Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464249316,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f already exists"
}
2023-03-22T05:51:28.545Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:51:28.545Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:51:28.545Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464250318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850 already exists"
}
2023-03-22T05:51:28.546Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:51:28.546Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:51:28.546Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679464233472,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:51:28.546Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:51:28.546Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:51:28.546Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679464261767,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:51:28.546Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:51:28.546Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:51:28.546Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679464266228,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:51:28.546Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:51:28.546Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:51:28.546Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "aai-model-loader",
  "timestamp": 1679464256860,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:51:28.546Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:51:28.546Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:51:28.547Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679464267825,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:51:28.547Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:51:28.547Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:51:28.547Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679464266034,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:51:28.547Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:51:28.547Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:51:28.547Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679464233472,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T05:51:28.547Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:51:28.547Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:51:28.547Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679464261767,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:51:28.547Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:51:28.547Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:51:28.547Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679464266228,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T05:51:28.548Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:51:28.548Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:51:28.548Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679464267825,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T05:51:28.548Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:51:28.548Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:51:28.548Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "aai-model-loader",
  "timestamp": 1679464256860,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T05:51:28.548Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:51:28.548Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:51:28.548Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679464266034,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T05:51:28.548Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:51:28.548Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:51:28.548Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679464277005,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T05:51:28.549Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:51:28.549Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:51:28.549Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "aai-model-loader",
  "timestamp": 1679464277683,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T05:51:28.549Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:51:28.550Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:51:28.550Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679464277744,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T05:51:28.550Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:51:28.550Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:51:28.550Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679464277469,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T05:51:28.550Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:51:28.550Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:51:28.550Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679464278747,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-22T05:51:28.550Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:51:28.550Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:51:28.550Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679464279748,
  "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-22T05:51:28.584Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b64429f8-68d6-4a68-b948-a3a538b17dd3
2023-03-22T05:51:28.584Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b64429f8-68d6-4a68-b948-a3a538b17dd3 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-22T05:51:28.606Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:51:28.606Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679464278996,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-22T05:51:28.606Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:51:28.606Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:51:28.606Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679464280000,
  "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-22T05:51:28.617Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b64429f8-68d6-4a68-b948-a3a538b17dd3
2023-03-22T05:51:28.617Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b64429f8-68d6-4a68-b948-a3a538b17dd3 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-22T05:51:28.638Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:51:28.638Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "aai-model-loader",
  "timestamp": 1679464280911,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-22T05:51:28.638Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:51:28.638Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:51:28.638Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464281734,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T05:51:28.638Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:51:28.639Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:51:28.639Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "aai-model-loader",
  "timestamp": 1679464281913,
  "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-22T05:51:28.651Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b64429f8-68d6-4a68-b948-a3a538b17dd3
2023-03-22T05:51:28.651Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b64429f8-68d6-4a68-b948-a3a538b17dd3 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-22T05:51:28.672Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:51:28.672Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463922807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:51:28.673Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:51:28.673Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:51:28.673Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463922807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T05:51:28.673Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:51:28.673Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:51:28.673Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463922807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-22T05:51:28.673Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:51:28.673Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:51:28.673Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463922807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:51:28.673Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:51:28.674Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:51:28.674Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463922807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-22T05:51:28.674Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:51:28.674Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:51:28.674Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463922807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:51:28.674Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:51:28.784Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:51:28.784Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:51:28.784Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:51:28.784Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463922807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:51:29.785Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "serviceName": "vFW 2023-03-22 05-39-11",
  "serviceVersion": "1.0",
  "serviceUUID": "562f90e9-8e25-4df5-abb7-1b0c5d5c58ec",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "52e7b3d8-c424-43b5-ac13-789d4eb414c3",
  "resources": [
    {
      "resourceInstanceName": "vFW c60b0202-0ea7 0",
      "resourceCustomizationUUID": "06e7df1e-8a54-4cc2-9b1f-86a8234bc06f",
      "resourceName": "vFW c60b0202-0ea7",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a403d108-1e0a-4b72-ac99-f7abbce4ed23",
      "resourceInvariantUUID": "8351f926-86d0-4cb7-823c-18b7802f48a1",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc60b02020ea70_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json",
          "artifactChecksum": "NmViOGFlN2U2MzE3NTY0NTdmNGY4MzJhZjFjYTMwMGQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6849c46b-4130-4e78-b948-01a8c8600c05",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "70401413-6f4d-49ec-be0e-187b3f996134",
            "generatedFromUUID": "6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "70401413-6f4d-49ec-be0e-187b3f996134",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230322053911-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
      "artifactChecksum": "MzQ2NDA1NGJmMDE1NjcxMTQxM2RjMWJkYTQ5MDNjMDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "92a1cf4b-1054-452b-880a-e75dccd519aa"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T05:51:29.785Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T05:51:29.785Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 562f90e9-8e25-4df5-abb7-1b0c5d5c58ec ASDC
2023-03-22T05:51:29.785Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:e45a6ddb-db7b-441f-b7ed-2e79323362e4
ServiceName:vFW 2023-03-22 05-39-11
ServiceVersion:1.0
ServiceUUID:562f90e9-8e25-4df5-abb7-1b0c5d5c58ec
ServiceInvariantUUID:52e7b3d8-c424-43b5-ac13-789d4eb414c3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230322053911-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar
ArtifactUUID:92a1cf4b-1054-452b-880a-e75dccd519aa
ArtifactChecksum:MzQ2NDA1NGJmMDE1NjcxMTQxM2RjMWJkYTQ5MDNjMDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c60b0202-0ea7 0
ResourceCustomizationUUID:06e7df1e-8a54-4cc2-9b1f-86a8234bc06f
ResourceInvariantUUID:8351f926-86d0-4cb7-823c-18b7802f48a1
ResourceName:vFW c60b0202-0ea7
ResourceType:VF
ResourceUUID:a403d108-1e0a-4b72-ac99-f7abbce4ed23
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc60b02020ea70_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json
ArtifactUUID:6849c46b-4130-4e78-b948-01a8c8600c05
ArtifactChecksum:NmViOGFlN2U2MzE3NTY0NTdmNGY4MzJhZjFjYTMwMGQ=
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/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml
ArtifactUUID:6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5
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/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env
ArtifactUUID:70401413-6f4d-49ec-be0e-187b3f996134
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/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env
ArtifactUUID:70401413-6f4d-49ec-be0e-187b3f996134
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-22T05:51:29.785Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 562f90e9-8e25-4df5-abb7-1b0c5d5c58ec ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-22T05:51:29.852Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T05:51:29.852Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T05:51:29.852Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T05:51:29.852Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa from URL: /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar
2023-03-22T05:51:29.852Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-22T05:51:29.853Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar
2023-03-22T05:51:30.128Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-22T05:51:30.131Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar 92a1cf4b-1054-452b-880a-e75dccd519aa 101506
2023-03-22T05:51:30.131Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar ASDC sendASDCNotification
2023-03-22T05:51:30.131Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar
2023-03-22T05:51:30.132Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T05:51:30.132Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:51:30.132Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:51:30.132Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464290131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:51:31.133Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T05:51:31.134Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T05:51:31.134Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa, URL: /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar to file: /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T05:51:31.135Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230322053911-csar.csar
2023-03-22T05:51:31.135Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T05:51:31.135Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T05:51:31.259Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16430009374409920566/Definitions/service-Vfw20230322053911-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-22T05:51:32.788Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-22T05:51:32.788Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-22T05:51:32.788Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T05:51:32.788Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-22T05:51:32.788Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|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-Vfw20230322053911-csar.csar
2023-03-22T05:51:32.789Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|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-Vfw20230322053911-csar.csar
2023-03-22T05:51:32.789Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|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-Vfw20230322053911-csar.csar
2023-03-22T05:51:32.789Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c60b0202-0ea7 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-Vfw20230322053911-csar.csar
2023-03-22T05:51:32.789Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|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-Vfw20230322053911-csar.csar
2023-03-22T05:51:32.789Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|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-Vfw20230322053911-csar.csar
2023-03-22T05:51:32.789Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|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-Vfw20230322053911-csar.csar
2023-03-22T05:51:32.789Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|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-Vfw20230322053911-csar.csar
2023-03-22T05:51:32.789Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|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-Vfw20230322053911-csar.csar
2023-03-22T05:51:32.789Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|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-Vfw20230322053911-csar.csar
2023-03-22T05:51:32.789Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|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-Vfw20230322053911-csar.csar
2023-03-22T05:51:32.789Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-22T05:51:32.789Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:51:32.790Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:51:32.790Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T05:51:32.790Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-22T05:51:32.790Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T05:51:32.790Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:51:32.790Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:51:32.790Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T05:51:32.791Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-22T05:51:32.791Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T05:51:32.791Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:51:32.791Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:51:32.791Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:51:32.791Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is not matching search criteria
2023-03-22T05:51:32.791Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T05:51:32.791Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T05:51:32.791Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T05:51:32.791Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T05:51:32.792Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T05:51:32.792Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T05:51:32.792Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T05:51:32.792Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T05:51:32.792Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T05:51:32.792Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T05:51:32.792Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T05:51:32.792Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T05:51:32.792Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T05:51:32.792Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T05:51:32.792Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T05:51:32.793Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-22T05:51:32.793Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:51:32.793Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-22T05:51:32.793Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:51:32.793Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T05:51:32.793Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T05:51:32.793Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:51:32.793Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T05:51:32.794Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T05:51:32.794Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:51:32.794Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T05:51:32.794Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T05:51:32.794Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:51:32.794Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is not matching search criteria
2023-03-22T05:51:32.794Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T05:51:32.794Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-22T05:51:32.794Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T05:51:32.794Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T05:51:32.794Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T05:51:32.795Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T05:51:32.795Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T05:51:32.795Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T05:51:32.795Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T05:51:32.795Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T05:51:32.795Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T05:51:32.795Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=206c1997-b141-46b2-9d54-58f6537370b4
2023-03-22T05:51:32.795Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:51:32.795Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is not matching search criteria
2023-03-22T05:51:32.795Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T05:51:32.795Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T05:51:32.796Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T05:51:32.796Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T05:51:32.796Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T05:51:32.796Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T05:51:32.796Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T05:51:32.796Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-22T05:51:32.796Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T05:51:32.796Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T05:51:32.796Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T05:51:32.796Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T05:51:32.796Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b4e01378-0842-4b95-b007-3ff10435fd7f
2023-03-22T05:51:32.797Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:51:32.797Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is not matching search criteria
2023-03-22T05:51:32.797Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T05:51:32.797Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T05:51:32.797Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T05:51:32.797Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T05:51:32.797Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T05:51:32.797Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T05:51:32.797Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T05:51:32.797Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T05:51:32.797Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T05:51:32.798Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T05:51:32.798Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T05:51:32.798Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-22T05:51:32.798Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3b592c80-4694-4e6b-b370-b55c6b9b8c7a
2023-03-22T05:51:32.798Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:51:32.798Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:51:32.798Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:51:32.798Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:51:32.798Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:51:32.798Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:51:32.798Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:51:32.799Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:51:32.799Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-22 05-39-11
Description:catalog service description
Model UUID:562f90e9-8e25-4df5-abb7-1b0c5d5c58ec
Model Version:NULL
Model InvariantUuid:52e7b3d8-c424-43b5-ac13-789d4eb414c3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c60b0202-0ea7
Model UUID:4b02448c-c22a-4af2-8c31-5bc4cd68a847
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8351f926-86d0-4cb7-823c-18b7802f48a1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:06e7df1e-8a54-4cc2-9b1f-86a8234bc06f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e6a99d09-50e2-41a0-83a9-772a39c5566f
ModelName:VfwC60b02020ea7..base_vfw..module-0
ModelUuid:41cdfe7d-91ad-4bc3-b65d-bb4235a70705
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:206c1997-b141-46b2-9d54-58f6537370b4
ModelInvariantUuid:37b691ed-6612-4526-940c-3e394079630b
ModelName:vFW c60b0202-0ea7-nodes.vfwCvfc
ModelUuid:aa93ecc6-c0b2-4018-88b9-6b0d4aecf8bd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:a2df18d2-3fdb-4860-a301-0ef4bedbff9d
ModelInvariantUuid:7cccaa2e-d2f0-4077-9b9c-81f8c3ec8330
ModelName:VfwC60b02020ea7.compute.nodes.heat.vfw
ModelUuid:1993e040-202b-48bb-8eb8-907bd2b927ba
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:b4e01378-0842-4b95-b007-3ff10435fd7f
ModelInvariantUuid:e7177ea2-699a-419f-aa5f-2038fa1ea474
ModelName:vFW c60b0202-0ea7-nodes.vsnCvfc
ModelUuid:8a079ade-48ca-4f48-9af8-272723cac5ff
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:a9974314-41bf-4317-9b03-6461baecf54e
ModelInvariantUuid:854c0b2f-0303-45e3-8e3f-15d5a400209a
ModelName:VfwC60b02020ea7.compute.nodes.heat.vsn
ModelUuid:a30b7738-0dec-4740-94e1-85f3ae713a30
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:3b592c80-4694-4e6b-b370-b55c6b9b8c7a
ModelInvariantUuid:4fbcc6bf-54ba-402a-94de-b15fc858b0cb
ModelName:vFW c60b0202-0ea7-nodes.vpgCvfc
ModelUuid:6a108ab5-3f67-4128-855e-ac4bfa896c57
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:77c55b3d-f116-4bf0-81ca-27720f2cf36d
ModelInvariantUuid:2af9f482-4a84-430d-8fb2-b6638734ac2d
ModelName:VfwC60b02020ea7.compute.nodes.heat.vpg
ModelUuid:0922df60-f80a-4c67-940b-87ac2d65c358
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-22T05:51:32.820Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: a403d108-1e0a-4b72-ac99-f7abbce4ed23
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T05:51:32.825Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||vFW c60b0202-0ea7 0
2023-03-22T05:51:32.825Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a403d108-1e0a-4b72-ac99-f7abbce4ed23
2023-03-22T05:51:32.825Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6849c46b-4130-4e78-b948-01a8c8600c05 from URL: /sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json
2023-03-22T05:51:32.825Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-22T05:51:32.825Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json
2023-03-22T05:51:32.924Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-22T05:51:32.924Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json 6849c46b-4130-4e78-b948-01a8c8600c05 785
2023-03-22T05:51:32.924Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json ASDC sendASDCNotification
2023-03-22T05:51:32.924Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json
2023-03-22T05:51:32.924Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T05:51:32.925Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:51:32.925Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:51:32.925Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464292924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:51:33.926Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwC60b02020ea7..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "e6a99d09-50e2-41a0-83a9-772a39c5566f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "41cdfe7d-91ad-4bc3-b65d-bb4235a70705",
    "vfModuleModelCustomizationUUID": "0a6363c3-757d-4cf0-ba21-be40164dabe5",
    "isBase": true,
    "artifacts": [
      "6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5",
      "70401413-6f4d-49ec-be0e-187b3f996134"
    ],
    "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-22T05:51:33.931Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC60b02020ea7..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:41cdfe7d-91ad-4bc3-b65d-bb4235a70705
VfModuleModelInvariantUUID:e6a99d09-50e2-41a0-83a9-772a39c5566f
VfModuleModelDescription:NULL
Artifacts UUID List:{
6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5
,
70401413-6f4d-49ec-be0e-187b3f996134

}
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-22T05:51:33.934Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwC60b02020ea7..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "e6a99d09-50e2-41a0-83a9-772a39c5566f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "41cdfe7d-91ad-4bc3-b65d-bb4235a70705",
    "vfModuleModelCustomizationUUID": "0a6363c3-757d-4cf0-ba21-be40164dabe5",
    "isBase": true,
    "artifacts": [
      "6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5",
      "70401413-6f4d-49ec-be0e-187b3f996134"
    ],
    "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-22T05:51:33.935Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC60b02020ea7..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:41cdfe7d-91ad-4bc3-b65d-bb4235a70705
VfModuleModelInvariantUUID:e6a99d09-50e2-41a0-83a9-772a39c5566f
VfModuleModelDescription:NULL
Artifacts UUID List:{
6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5
,
70401413-6f4d-49ec-be0e-187b3f996134

}
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-22T05:51:33.935Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5 from URL: /sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml
2023-03-22T05:51:33.935Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-22T05:51:33.935Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml
2023-03-22T05:51:34.028Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-22T05:51:34.029Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml 6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5 20368
2023-03-22T05:51:34.029Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-03-22T05:51:34.029Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml
2023-03-22T05:51:34.029Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T05:51:34.030Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:51:34.030Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:51:34.030Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464294029,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:51:35.031Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 70401413-6f4d-49ec-be0e-187b3f996134 from URL: /sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env
2023-03-22T05:51:35.032Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-22T05:51:35.032Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env
2023-03-22T05:51:35.132Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-22T05:51:35.133Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env 70401413-6f4d-49ec-be0e-187b3f996134 2098
2023-03-22T05:51:35.133Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env ASDC sendASDCNotification
2023-03-22T05:51:35.133Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env
2023-03-22T05:51:35.133Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T05:51:35.134Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:51:35.134Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:51:35.134Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464295133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:51:36.136Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 562f90e9-8e25-4df5-abb7-1b0c5d5c58ec
2023-03-22T05:51:36.136Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW c60b0202-0ea7 0 a403d108-1e0a-4b72-ac99-f7abbce4ed23 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-22T05:51:36.165Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@487c199b, org.onap.sdc.toscaparser.api.parameters.Input@495a646e, org.onap.sdc.toscaparser.api.parameters.Input@545050ca, org.onap.sdc.toscaparser.api.parameters.Input@17f0e3b7, org.onap.sdc.toscaparser.api.parameters.Input@3f689013]
2023-03-22T05:51:36.166Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:51:36.166Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:51:36.166Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2023-03-22T05:51:36.166Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 06e7df1e-8a54-4cc2-9b1f-86a8234bc06f
2023-03-22T05:51:36.166Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 06e7df1e-8a54-4cc2-9b1f-86a8234bc06f matches Tosca VF Customization UUID: 06e7df1e-8a54-4cc2-9b1f-86a8234bc06f
2023-03-22T05:51:36.166Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 06e7df1e-8a54-4cc2-9b1f-86a8234bc06f  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-22T05:51:36.170Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:51:36.170Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:51:36.171Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 06e7df1e-8a54-4cc2-9b1f-86a8234bc06f: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-03-22T05:51:36.171Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@63f68062
2023-03-22T05:51:36.171Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:51:36.171Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-22T05:51:36.171Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0a6363c3-757d-4cf0-ba21-be40164dabe5
2023-03-22T05:51:36.171Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0a6363c3-757d-4cf0-ba21-be40164dabe5
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-22T05:51:36.174Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:51:36.175Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T05:51:36.175Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T05:51:36.175Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:51:36.175Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T05:51:36.175Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T05:51:36.175Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:51:36.175Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is not matching search criteria
2023-03-22T05:51:36.175Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T05:51:36.175Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-22T05:51:36.176Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T05:51:36.176Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T05:51:36.176Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T05:51:36.176Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T05:51:36.176Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T05:51:36.176Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T05:51:36.176Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T05:51:36.176Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T05:51:36.176Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T05:51:36.177Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=206c1997-b141-46b2-9d54-58f6537370b4
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-22T05:51:36.180Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:51:36.180Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T05:51:36.180Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T05:51:36.181Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:51:36.181Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is not matching search criteria
2023-03-22T05:51:36.181Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T05:51:36.181Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T05:51:36.181Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T05:51:36.181Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T05:51:36.181Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T05:51:36.181Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T05:51:36.181Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T05:51:36.181Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-22T05:51:36.181Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T05:51:36.181Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T05:51:36.181Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T05:51:36.181Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T05:51:36.181Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b4e01378-0842-4b95-b007-3ff10435fd7f
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-22T05:51:36.184Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:51:36.184Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T05:51:36.184Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T05:51:36.184Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:51:36.184Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is not matching search criteria
2023-03-22T05:51:36.184Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T05:51:36.184Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T05:51:36.184Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T05:51:36.185Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T05:51:36.185Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T05:51:36.185Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T05:51:36.185Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T05:51:36.185Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T05:51:36.185Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T05:51:36.185Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T05:51:36.185Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T05:51:36.186Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-22T05:51:36.186Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3b592c80-4694-4e6b-b370-b55c6b9b8c7a
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-22T05:51:36.188Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:51:36.188Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T05:51:36.188Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T05:51:36.189Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:51:36.189Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T05:51:36.189Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0] matching following query criteria: sdcType=VF, customizationUUID=06e7df1e-8a54-4cc2-9b1f-86a8234bc06f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T05:51:36.191Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:51:36.191Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:51:36.191Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 562f90e9-8e25-4df5-abb7-1b0c5d5c58ec: vFW c60b0202-0ea7
2023-03-22T05:51:36.191Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:51:36.191Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:51:36.191Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:51:36.192Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:51:36.192Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:51:36.192Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:51:36.192Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:51:36.192Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:51:36.192Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:51:36.192Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:51:36.192Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2023-03-22 05-39-11 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-22T05:51:36.605Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW c60b0202-0ea7 a403d108-1e0a-4b72-ac99-f7abbce4ed23 1 ASDC deployResourceStructure
2023-03-22T05:51:36.605Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json ASDC sendASDCNotification
2023-03-22T05:51:36.606Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json
2023-03-22T05:51:36.606Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-22T05:51:36.606Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:51:36.606Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:51:36.606Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464296605,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:51:37.607Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-03-22T05:51:37.608Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml
2023-03-22T05:51:37.608Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-22T05:51:37.608Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:51:37.609Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:51:37.609Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464297607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:51:38.610Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env ASDC sendASDCNotification
2023-03-22T05:51:38.610Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env
2023-03-22T05:51:38.610Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-22T05:51:38.611Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:51:38.611Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:51:38.612Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464298610,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:51:39.613Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar ASDC sendASDCNotification
2023-03-22T05:51:39.613Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar
2023-03-22T05:51:39.614Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-22T05:51:39.614Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:51:39.614Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:51:39.614Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464299613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:51:40.615Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e45a6ddb-db7b-441f-b7ed-2e79323362e4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:51:40.639Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e45a6ddb-db7b-441f-b7ed-2e79323362e4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:51:40.643Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T05:51:40.643Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T05:51:40.643Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T05:51:40.643Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T05:51:40.644Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T05:51:40.644Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T05:51:40.644Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T05:51:40.644Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T05:51:40.644Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|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-22T05:51:40.654Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T05:52:10.655Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e45a6ddb-db7b-441f-b7ed-2e79323362e4 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T05:52:10.667Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e45a6ddb-db7b-441f-b7ed-2e79323362e4 and serviceModelVersionId: 562f90e9-8e25-4df5-abb7-1b0c5d5c58ec
2023-03-22T05:52:10.667Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 52e7b3d8-c424-43b5-ac13-789d4eb414c3
2023-03-22T05:52:10.668Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0
2023-03-22T05:52:10.675Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T05:52:10.700Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|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/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?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-22T05:52:10.700Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0|INFO|500||Invoke
2023-03-22T05:52:10.708Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T05:52:10.863Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0|INFO|500||InvokeReturn
2023-03-22T05:52:10.864Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|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/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 05:52:10 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[150], vertex-id=[184392], x-aai-txid=[0-aai-resources-230322-05:52:10:562-26978], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T05:52:10.864Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-22T05:52:10.864Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T05:52:10.864Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|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-22T05:52:10.873Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|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-22T05:52:10.873Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e45a6ddb-db7b-441f-b7ed-2e79323362e4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T05:52:10.874Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T05:52:10.874Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:52:10.874Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:52:10.874Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464330874,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T05:52:11.906Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T05:52:11.907Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-22T05:52:11.907Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T05:52:11.907Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T05:52:11.908Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T05:52:11.908Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] (Re-)joining group
2023-03-22T05:52:11.913Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-bf16c5a4-3470-43ff-9c48-8ddf31f8e4aa
2023-03-22T05:52:11.913Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=3, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-22T05:52:11.913Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T05:52:11.914Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] (Re-)joining group
2023-03-22T05:52:14.580Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T05:52:17.589Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T05:52:20.600Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T05:52:23.611Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T05:52:26.620Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T05:52:28.533Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:52:28.549Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:52:28.550Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] (Re-)joining group
2023-03-22T05:52:28.557Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully joined group with generation Generation{generationId=11, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T05:52:28.558Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Successfully joined group with generation Generation{generationId=11, memberId='SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-bf16c5a4-3470-43ff-9c48-8ddf31f8e4aa', protocol='range'}
2023-03-22T05:52:28.562Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Finished assignment for group at generation 11: {SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-b2f59705-e9bd-4065-aeec-d2645577c82a-bf16c5a4-3470-43ff-9c48-8ddf31f8e4aa=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-22T05:52:28.578Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Successfully synced group in generation Generation{generationId=11, memberId='SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-bf16c5a4-3470-43ff-9c48-8ddf31f8e4aa', protocol='range'}
2023-03-22T05:52:28.578Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully synced group in generation Generation{generationId=11, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T05:52:28.578Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:52:28.579Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:52:28.579Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T05:52:28.579Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T05:52:28.584Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:52:28.584Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T05:52:28.584Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:52:28.584Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T05:52:28.584Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:52:28.584Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=286, 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-22T05:52:28.584Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T05:52:28.584Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:52:28.584Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:52:28.584Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T05:52:28.584Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T05:52:28.585Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-22T05:52:28.599Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T05:52:28.599Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"1a5e8e35-87ed-40f0-91a8-3b150a1e0fca","serviceName":"basic_onboard_NCnVBE","serviceVersion":"1.0","serviceUUID":"e5f12647-c344-47df-98f7-08a8565b00b6","serviceDescription":"service","serviceInvariantUUID":"51f08bee-59f8-40fa-935c-cd0599c584b5","resources":[{"resourceInstanceName":"basic_onboard_NCnVBE 0","resourceName":"basic_onboard_NCnVBE","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"73768750-8efc-41f5-8d10-5bfad5a080c6","resourceInvariantUUID":"3f902fda-2512-4773-9240-2d25a4405852","resourceCustomizationUUID":"f212e54c-b0bb-4702-b4c4-175e06e278d2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vf-license-model.xml","artifactChecksum":"OTA1ZTkxNzEyZTViN2JiM2U4NGIyMDBkNWU3NzNjZmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"19f3bbed-75be-40ee-b35d-a9d87796e6f1","artifactVersion":"1"},{"artifactName":"basic_onboard_ncnvbe0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json","artifactChecksum":"ZWQ3NTUzZmZlNGY2MGFmNTVmZWQ5OTA0NDFhM2ZmMTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ceda833e-13d7-416e-883f-3f2acb53642c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0dff949b-8137-4b9a-ab54-eb6f0bdd3a39","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5d7083d5-a974-48d7-8a4a-5859d7f018f7","artifactVersion":"2","generatedFromUUID":"2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNcnvbe-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-template.yml","artifactChecksum":"MzFlODEzZDM0NzhjOWZiYTdiMGRkODUxMzU2MTdmNzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"97614832-45b7-45e5-b1d5-5a9c89fe5a74","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNcnvbe-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar","artifactChecksum":"Y2Q1OGViOTJjODRmZWE4OWJiY2VjMTMxMzgxZTJlMDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aef3d4fb-c703-4c66-af36-81e4bf7b5d1d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T05:52:28.601Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:52:28.601Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:52:28.601Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:52:28.601Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464331906,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:52:29.602Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:52:29.603Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:52:29.603Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:52:29.603Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464331906,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:52:29.607Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.607Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679463922807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T05:52:29.608Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.608Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.608Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464290131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T05:52:29.608Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.608Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.609Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464292924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-22T05:52:29.609Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.609Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.609Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464294029,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-22T05:52:29.609Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.609Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.609Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464295133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-03-22T05:52:29.609Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.609Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.609Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464296605,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-22T05:52:29.609Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.609Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.610Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464297607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-03-22T05:52:29.610Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.610Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.610Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464298610,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-03-22T05:52:29.610Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.610Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.610Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464299613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-22T05:52:29.610Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.610Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.610Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679464278009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:52:29.610Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.611Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.611Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679464321739,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:52:29.611Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.611Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.611Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679464306838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:52:29.611Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.611Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.611Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679464310751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:52:29.611Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.611Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.611Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "aai-model-loader",
  "timestamp": 1679464316860,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:52:29.612Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.612Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.612Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679464278009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:52:29.612Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.612Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.612Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679464321739,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:52:29.612Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.612Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.612Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "aai-model-loader",
  "timestamp": 1679464316860,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:52:29.612Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.612Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.613Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679464310751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:52:29.613Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.613Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.613Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679464306838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:52:29.613Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.613Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.613Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679464278009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:52:29.613Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.613Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.613Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679464321739,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:52:29.613Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.613Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.613Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679464310751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:52:29.613Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.613Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.614Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "aai-model-loader",
  "timestamp": 1679464316860,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:52:29.614Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.614Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.614Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679464306838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:52:29.614Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.614Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.614Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679464278009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:52:29.614Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.614Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.614Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679464321739,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:52:29.614Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.614Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.614Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679464310751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:52:29.614Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.614Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.614Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "aai-model-loader",
  "timestamp": 1679464316860,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:52:29.614Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.614Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.614Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679464306838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:52:29.614Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.614Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.615Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679464278009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:52:29.615Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.615Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.615Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679464321739,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:52:29.615Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.615Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.615Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679464306838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:52:29.615Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.615Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.615Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "aai-model-loader",
  "timestamp": 1679464316860,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:52:29.615Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.615Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.615Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679464310751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:52:29.615Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.615Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.615Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679464326034,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:52:29.615Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.615Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.615Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679464278009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:52:29.615Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.615Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.616Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679464321739,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-03-22T05:52:29.616Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.616Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.616Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679464310751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:52:29.616Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.616Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.616Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679464306838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:52:29.616Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.616Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.616Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "aai-model-loader",
  "timestamp": 1679464316860,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:52:29.616Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.616Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.616Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679464326034,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:52:29.616Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.616Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.616Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679464278009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:52:29.616Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.616Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.616Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679464306838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:52:29.616Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.616Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.617Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "aai-model-loader",
  "timestamp": 1679464316860,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:52:29.617Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.617Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.617Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679464310751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:52:29.617Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.617Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.617Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679464321739,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:52:29.617Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.617Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.617Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679464326034,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:52:29.617Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.617Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.617Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679464278009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T05:52:29.617Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.617Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.617Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679464310751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T05:52:29.617Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.617Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.617Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "aai-model-loader",
  "timestamp": 1679464316860,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T05:52:29.617Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.617Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.617Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679464306838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T05:52:29.617Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.617Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.618Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679464321739,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:52:29.618Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.618Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.618Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679464326034,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:52:29.618Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.618Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.618Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464330874,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T05:52:29.618Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.618Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.618Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679464331545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T05:52:29.618Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.618Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.618Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679464330828,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T05:52:29.618Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.618Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.618Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "aai-model-loader",
  "timestamp": 1679464331509,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T05:52:29.618Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.618Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.618Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679464326034,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:52:29.618Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.618Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.618Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679464332547,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-22T05:52:29.618Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.618Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.618Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679464326034,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:52:29.619Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.619Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.619Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679464333548,
  "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-22T05:52:29.651Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4d2fc27d-4827-4431-8901-1a7fe4ae70eb
2023-03-22T05:52:29.652Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d2fc27d-4827-4431-8901-1a7fe4ae70eb 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-22T05:52:29.667Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.667Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679464326034,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:52:29.667Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.667Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.667Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679464326034,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T05:52:29.667Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.667Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.667Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "aai-model-loader",
  "timestamp": 1679464335105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-22T05:52:29.667Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.667Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.667Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679464334845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T05:52:29.667Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.667Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.668Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "aai-model-loader",
  "timestamp": 1679464336108,
  "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-22T05:52:29.679Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4d2fc27d-4827-4431-8901-1a7fe4ae70eb
2023-03-22T05:52:29.679Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d2fc27d-4827-4431-8901-1a7fe4ae70eb 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-22T05:52:29.700Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.701Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679464336617,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-22T05:52:29.701Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:29.701Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.701Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679464337621,
  "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-22T05:52:29.713Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4d2fc27d-4827-4431-8901-1a7fe4ae70eb
2023-03-22T05:52:29.713Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d2fc27d-4827-4431-8901-1a7fe4ae70eb 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-22T05:52:29.731Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:52:29.731Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464331906,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:52:29.732Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:52:30.604Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:52:30.605Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:52:30.605Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:52:30.605Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464331906,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:52:31.606Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:52:31.607Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:52:31.607Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:52:31.608Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464331906,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:52:32.609Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:52:32.610Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:52:32.610Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:52:32.611Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464331906,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:52:33.612Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:52:33.612Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:52:33.613Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:52:33.613Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464331906,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:52:34.614Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:52:34.615Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:52:34.615Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:52:34.615Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464331906,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:52:35.617Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "serviceName": "basic_onboard_NCnVBE",
  "serviceVersion": "1.0",
  "serviceUUID": "e5f12647-c344-47df-98f7-08a8565b00b6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "51f08bee-59f8-40fa-935c-cd0599c584b5",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_NCnVBE 0",
      "resourceCustomizationUUID": "f212e54c-b0bb-4702-b4c4-175e06e278d2",
      "resourceName": "basic_onboard_NCnVBE",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "73768750-8efc-41f5-8d10-5bfad5a080c6",
      "resourceInvariantUUID": "3f902fda-2512-4773-9240-2d25a4405852",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ncnvbe0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
          "artifactChecksum": "ZWQ3NTUzZmZlNGY2MGFmNTVmZWQ5OTA0NDFhM2ZmMTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ceda833e-13d7-416e-883f-3f2acb53642c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5d7083d5-a974-48d7-8a4a-5859d7f018f7",
            "generatedFromUUID": "2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5d7083d5-a974-48d7-8a4a-5859d7f018f7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardNcnvbe-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
      "artifactChecksum": "Y2Q1OGViOTJjODRmZWE4OWJiY2VjMTMxMzgxZTJlMDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "aef3d4fb-c703-4c66-af36-81e4bf7b5d1d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T05:52:35.618Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T05:52:35.619Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e5f12647-c344-47df-98f7-08a8565b00b6 ASDC
2023-03-22T05:52:35.619Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
ServiceName:basic_onboard_NCnVBE
ServiceVersion:1.0
ServiceUUID:e5f12647-c344-47df-98f7-08a8565b00b6
ServiceInvariantUUID:51f08bee-59f8-40fa-935c-cd0599c584b5
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNcnvbe-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar
ArtifactUUID:aef3d4fb-c703-4c66-af36-81e4bf7b5d1d
ArtifactChecksum:Y2Q1OGViOTJjODRmZWE4OWJiY2VjMTMxMzgxZTJlMDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_NCnVBE 0
ResourceCustomizationUUID:f212e54c-b0bb-4702-b4c4-175e06e278d2
ResourceInvariantUUID:3f902fda-2512-4773-9240-2d25a4405852
ResourceName:basic_onboard_NCnVBE
ResourceType:VF
ResourceUUID:73768750-8efc-41f5-8d10-5bfad5a080c6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ncnvbe0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json
ArtifactUUID:ceda833e-13d7-416e-883f-3f2acb53642c
ArtifactChecksum:ZWQ3NTUzZmZlNGY2MGFmNTVmZWQ5OTA0NDFhM2ZmMTY=
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/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml
ArtifactUUID:2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33
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/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env
ArtifactUUID:5d7083d5-a974-48d7-8a4a-5859d7f018f7
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/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env
ArtifactUUID:5d7083d5-a974-48d7-8a4a-5859d7f018f7
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-22T05:52:35.619Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e5f12647-c344-47df-98f7-08a8565b00b6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T05:52:35.662Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T05:52:35.662Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T05:52:35.662Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T05:52:35.662Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: aef3d4fb-c703-4c66-af36-81e4bf7b5d1d from URL: /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar
2023-03-22T05:52:35.662Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-22T05:52:35.663Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar
2023-03-22T05:52:35.689Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-22T05:52:35.689Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@681c9aa6
2023-03-22T05:52:35.690Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T05:52:35.690Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|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": [
        "BasicOnboardNcnvbe"
      ]
    }
  }
}
2023-03-22T05:52:35.690Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardNcnvbe-csar.csar /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar aef3d4fb-c703-4c66-af36-81e4bf7b5d1d Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T05:52:35.690Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar ASDC sendASDCNotification
2023-03-22T05:52:35.690Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar(Specified artifact is  not found)
2023-03-22T05:52:35.690Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T05:52:35.690Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:52:35.690Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:52:35.690Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464355690,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:52:36.691Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|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-BasicOnboardNcnvbe-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar(UUID:aef3d4fb-c703-4c66-af36-81e4bf7b5d1d)
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-22T05:52:36.711Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|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-22T05:52:36.711Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 73768750-8efc-41f5-8d10-5bfad5a080c6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T05:52:36.716Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||basic_onboard_NCnVBE 0
2023-03-22T05:52:36.717Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 73768750-8efc-41f5-8d10-5bfad5a080c6
2023-03-22T05:52:36.717Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ceda833e-13d7-416e-883f-3f2acb53642c from URL: /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json
2023-03-22T05:52:36.717Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-22T05:52:36.717Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json
2023-03-22T05:52:36.734Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-22T05:52:36.734Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@151fa9ba
2023-03-22T05:52:36.734Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T05:52:36.735Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|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": [
        "BasicOnboardNcnvbe"
      ]
    }
  }
}
2023-03-22T05:52:36.735Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_ncnvbe0_modules.json /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json ceda833e-13d7-416e-883f-3f2acb53642c Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T05:52:36.735Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json ASDC sendASDCNotification
2023-03-22T05:52:36.735Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json(Specified artifact is  not found)
2023-03-22T05:52:36.735Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T05:52:36.736Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:52:36.736Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:52:36.736Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464356735,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:52:37.737Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|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_ncnvbe0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json(UUID:ceda833e-13d7-416e-883f-3f2acb53642c)
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-22T05:52:37.737Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:52:37.759Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:52:37.762Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T05:52:37.762Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T05:53:07.762Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:53:07.789Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:53:07.794Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T05:53:07.794Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T05:53:28.533Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:53:28.535Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:53:28.535Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464331906,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T05:53:28.536Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:53:37.794Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:53:37.815Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:53:37.819Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T05:53:37.819Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T05:54:07.820Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:54:07.846Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:54:07.850Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T05:54:07.850Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T05:54:28.533Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:54:28.536Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.536Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464331906,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-22T05:54:28.538Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:54:28.538Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.538Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464331906,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:54:28.539Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:54:28.539Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.539Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464331906,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-22T05:54:28.539Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:54:28.539Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.539Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464331906,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:54:28.539Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:54:28.540Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.540Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464331906,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T05:54:28.540Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:54:28.540Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.540Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464355690,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-22T05:54:28.540Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:54:28.540Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.540Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464356735,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-22T05:54:28.540Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:54:28.540Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.540Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679464361737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:54:28.540Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:54:28.541Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.541Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679464364549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:54:28.541Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:54:28.541Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.541Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679464331832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:54:28.541Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:54:28.541Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.541Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679464360697,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:54:28.541Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:54:28.541Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.541Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679464364549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:54:28.541Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:54:28.541Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.542Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679464361737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:54:28.542Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:54:28.542Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.542Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679464331832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:54:28.542Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:54:28.542Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.542Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679464360697,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T05:54:28.542Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:54:28.542Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.542Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679464364549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-22T05:54:28.542Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:54:28.542Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.542Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679464361737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:54:28.543Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:54:28.543Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.543Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679464331832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:54:28.543Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:54:28.543Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.543Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679464360697,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-22T05:54:28.543Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:54:28.543Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.543Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679464364549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:54:28.543Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:54:28.543Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.543Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679464361737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:54:28.543Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:54:28.544Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.544Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679464331832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:54:28.544Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:54:28.544Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.544Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679464360697,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:54:28.544Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:54:28.544Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.544Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679464364549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:54:28.544Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:54:28.544Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.544Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679464361737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:54:28.544Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:54:28.544Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.544Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679464331832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:54:28.544Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:54:28.544Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.544Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679464360697,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-22T05:54:28.545Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:54:28.545Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.545Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679464361737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:54:28.545Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:54:28.545Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.545Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679464364549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:54:28.545Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:54:28.545Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.545Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679464331832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:54:28.545Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:54:28.545Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.545Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679464360697,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:54:28.546Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:54:28.546Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.546Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "aai-model-loader",
  "timestamp": 1679464376861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:54:28.546Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:54:28.546Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.546Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679464361737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:54:28.546Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:54:28.546Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.546Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679464364549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T05:54:28.546Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:54:28.546Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.546Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679464331832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T05:54:28.546Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:54:28.547Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.547Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679464360697,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T05:54:28.547Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:54:28.547Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.547Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "aai-model-loader",
  "timestamp": 1679464376861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:54:28.547Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:54:28.547Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.547Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679464377680,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-22T05:54:28.547Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:54:28.547Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.547Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679464378388,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T05:54:28.547Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:54:28.547Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.547Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679464377655,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T05:54:28.547Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:54:28.548Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.548Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "aai-model-loader",
  "timestamp": 1679464376861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:54:28.548Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:54:28.548Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.548Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679464379391,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-22T05:54:28.548Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:54:28.548Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.548Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679464378799,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-22T05:54:28.548Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:54:28.548Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.548Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "aai-model-loader",
  "timestamp": 1679464376861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:54:28.548Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:54:28.549Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.549Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679464380392,
  "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-22T05:54:28.580Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 44063b6d-45da-49fc-ab15-9656002e57f4
2023-03-22T05:54:28.580Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44063b6d-45da-49fc-ab15-9656002e57f4 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-22T05:54:28.600Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.601Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679464379902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-03-22T05:54:28.601Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:54:28.601Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.601Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "aai-model-loader",
  "timestamp": 1679464376861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:54:28.601Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:54:28.601Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.601Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679464380979,
  "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-22T05:54:28.611Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 44063b6d-45da-49fc-ab15-9656002e57f4
2023-03-22T05:54:28.611Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44063b6d-45da-49fc-ab15-9656002e57f4 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-22T05:54:28.624Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.625Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "aai-model-loader",
  "timestamp": 1679464376861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:54:28.625Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:54:28.625Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.625Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679464381986,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-22T05:54:28.625Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:54:28.625Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.625Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "aai-model-loader",
  "timestamp": 1679464376861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T05:54:28.625Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:54:28.625Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.625Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "aai-model-loader",
  "timestamp": 1679464383997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T05:54:28.626Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:54:28.626Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.626Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679464386034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:54:28.626Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:54:28.626Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.626Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679464386034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:54:28.626Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:54:28.626Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.626Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "aai-model-loader",
  "timestamp": 1679464389163,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-22T05:54:28.626Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:54:28.626Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.626Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679464386034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:54:28.627Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:54:28.627Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.627Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "aai-model-loader",
  "timestamp": 1679464390166,
  "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-22T05:54:28.637Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 44063b6d-45da-49fc-ab15-9656002e57f4
2023-03-22T05:54:28.638Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44063b6d-45da-49fc-ab15-9656002e57f4 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-22T05:54:28.657Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.657Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679464386034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:54:28.657Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:54:28.657Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.657Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679464386034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:54:28.657Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:54:28.657Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.657Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679464386034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:54:28.658Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:54:28.658Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.658Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679464386034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T05:54:28.658Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:54:28.658Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.658Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679464393835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T05:54:28.658Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:54:28.658Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.658Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679464395964,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-22T05:54:28.658Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:54:28.658Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:54:28.658Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679464396968,
  "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-22T05:54:28.669Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 44063b6d-45da-49fc-ab15-9656002e57f4
2023-03-22T05:54:28.670Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 44063b6d-45da-49fc-ab15-9656002e57f4 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-22T05:54:37.851Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:54:37.877Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:54:37.881Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T05:54:37.881Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T05:55:07.881Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:55:07.910Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:55:07.915Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T05:55:07.916Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T05:55:28.533Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:55:37.916Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:55:37.944Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:55:37.950Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T05:55:37.950Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T05:56:07.950Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:56:07.976Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:56:07.981Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T05:56:07.981Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T05:56:28.534Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:56:37.981Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:56:38.010Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:56:38.014Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T05:56:38.015Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T05:57:08.015Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:57:08.039Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:57:08.043Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T05:57:08.043Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T05:57:28.534Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:57:28.684Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T05:57:28.685Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Member SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-bf16c5a4-3470-43ff-9c48-8ddf31f8e4aa sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-22T05:57:28.685Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-22T05:57:28.685Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-22T05:57:29.097Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T05:57:29.113Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:57:29.113Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] (Re-)joining group
2023-03-22T05:57:29.120Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully joined group with generation Generation{generationId=12, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T05:57:29.121Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Finished assignment for group at generation 12: {SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-22T05:57:29.139Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully synced group in generation Generation{generationId=12, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T05:57:29.139Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:57:29.140Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:57:29.145Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:57:29.145Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:57:29.146Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:57:29.146Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=420, 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-22T05:57:29.146Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:57:29.146Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T05:57:38.043Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-22T05:57:38.043Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T05:57:38.055Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca and serviceModelVersionId: e5f12647-c344-47df-98f7-08a8565b00b6
2023-03-22T05:57:38.055Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 51f08bee-59f8-40fa-935c-cd0599c584b5
2023-03-22T05:57:38.056Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0
2023-03-22T05:57:38.063Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T05:57:38.087Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|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/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?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-22T05:57:38.088Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|INFO|500||Invoke
2023-03-22T05:57:38.096Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-22T05:57:38.139Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-22T05:57:38.139Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|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/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0 has http status code:404 and response headers:{date=[Wed, 22 Mar 2023 05:57:37 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[38], x-aai-txid=[2-aai-resources-230322-05:57:37:951-61163], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T05:57:38.141Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6","ERR.5.4.6114"]}}}

2023-03-22T05:57:38.146Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
2023-03-22T05:57:38.146Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T05:57:38.146Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
2023-03-22T05:57:38.146Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T05:57:38.155Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|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-22T05:57:38.155Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
2023-03-22T05:57:38.155Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-22T05:57:38.155Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:57:38.155Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:57:38.155Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464658155,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:57:38.174Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T05:57:38.174Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464658155,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec\u003dERR.5.4.6114)"
}
2023-03-22T05:57:38.174Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|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-22T05:57:39.187Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T05:57:39.187Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"fbc0587e-4f99-4206-ac97-4f248ab7b2de","serviceName":"vFW 2023-03-22 05-25-55","serviceVersion":"1.0","serviceUUID":"eda70000-0f19-4eaf-b072-0771557b768b","serviceDescription":"catalog service description","serviceInvariantUUID":"54638bfb-5802-44c3-ba60-61ecd799a1bc","resources":[{"resourceInstanceName":"vFW 3229eeab-6ab8 0","resourceName":"vFW 3229eeab-6ab8","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850","resourceInvariantUUID":"6f487355-e424-4b76-9ef4-7f60cecc0cee","resourceCustomizationUUID":"bbf43dff-a85c-4ce3-9384-ff2f1d0c1478","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vf-license-model.xml","artifactChecksum":"ZTk2NGJjN2RmNjIyODk5M2YxODVjYWM0MmE5NDU2NjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"327fa8b9-2434-45ca-a5cb-6c0e0c48f279","artifactVersion":"1"},{"artifactName":"vfw3229eeab6ab80_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json","artifactChecksum":"YjhjOTY1OGI5YWEyOGJhODkwMWIwMzBlYjcwYTEyMzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"127b1619-50cf-438a-a046-c05d6a5e780b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"24d6c314-9225-43b0-9b4a-495965c4b649","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vendor-license-model.xml","artifactChecksum":"ZDIwMTBhYTFkOWY1ZTc0YTc0OTM0MmE0Zjg3NTI4Zjc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e883ee8a-b506-436c-8720-ece3099298d8","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"50d273c5-c4c8-48ad-97b1-0fcf90649b8d","artifactVersion":"2","generatedFromUUID":"24d6c314-9225-43b0-9b4a-495965c4b649"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230322052555-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-template.yml","artifactChecksum":"MDkzODk1YzU4OTAyYTFlOWM5YTFkYjljNWYxMWFmMjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"527da56d-ecd6-45fc-81ca-1ca14b3fe96a","artifactVersion":"1"},{"artifactName":"service-Vfw20230322052555-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar","artifactChecksum":"OTBmMWEwY2YzZDk1MzU0NzhlY2RiOTFkMjc5YTVkOGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T05:57:39.187Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:57:39.188Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:57:39.188Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:57:39.188Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464331906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:57:40.189Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:57:40.189Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:57:40.189Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:57:40.190Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464331906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:57:41.190Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:57:41.191Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:57:41.191Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:57:41.192Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464331906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:57:42.192Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:57:42.193Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:57:42.193Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:57:42.193Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464331906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:57:43.194Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:57:43.194Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:57:43.194Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:57:43.195Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464331906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:57:44.195Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:57:44.196Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:57:44.196Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:57:44.196Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464331906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:57:45.197Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:57:45.198Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:57:45.198Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:57:45.198Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464331906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:57:46.199Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "serviceName": "vFW 2023-03-22 05-25-55",
  "serviceVersion": "1.0",
  "serviceUUID": "eda70000-0f19-4eaf-b072-0771557b768b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "54638bfb-5802-44c3-ba60-61ecd799a1bc",
  "resources": [
    {
      "resourceInstanceName": "vFW 3229eeab-6ab8 0",
      "resourceCustomizationUUID": "bbf43dff-a85c-4ce3-9384-ff2f1d0c1478",
      "resourceName": "vFW 3229eeab-6ab8",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850",
      "resourceInvariantUUID": "6f487355-e424-4b76-9ef4-7f60cecc0cee",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw3229eeab6ab80_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json",
          "artifactChecksum": "YjhjOTY1OGI5YWEyOGJhODkwMWIwMzBlYjcwYTEyMzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "127b1619-50cf-438a-a046-c05d6a5e780b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "24d6c314-9225-43b0-9b4a-495965c4b649",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "50d273c5-c4c8-48ad-97b1-0fcf90649b8d",
            "generatedFromUUID": "24d6c314-9225-43b0-9b4a-495965c4b649"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "50d273c5-c4c8-48ad-97b1-0fcf90649b8d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230322052555-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
      "artifactChecksum": "OTBmMWEwY2YzZDk1MzU0NzhlY2RiOTFkMjc5YTVkOGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T05:57:46.200Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T05:57:46.200Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eda70000-0f19-4eaf-b072-0771557b768b ASDC
2023-03-22T05:57:46.201Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:fbc0587e-4f99-4206-ac97-4f248ab7b2de
ServiceName:vFW 2023-03-22 05-25-55
ServiceVersion:1.0
ServiceUUID:eda70000-0f19-4eaf-b072-0771557b768b
ServiceInvariantUUID:54638bfb-5802-44c3-ba60-61ecd799a1bc
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230322052555-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar
ArtifactUUID:bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f
ArtifactChecksum:OTBmMWEwY2YzZDk1MzU0NzhlY2RiOTFkMjc5YTVkOGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 3229eeab-6ab8 0
ResourceCustomizationUUID:bbf43dff-a85c-4ce3-9384-ff2f1d0c1478
ResourceInvariantUUID:6f487355-e424-4b76-9ef4-7f60cecc0cee
ResourceName:vFW 3229eeab-6ab8
ResourceType:VF
ResourceUUID:bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw3229eeab6ab80_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json
ArtifactUUID:127b1619-50cf-438a-a046-c05d6a5e780b
ArtifactChecksum:YjhjOTY1OGI5YWEyOGJhODkwMWIwMzBlYjcwYTEyMzA=
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/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml
ArtifactUUID:24d6c314-9225-43b0-9b4a-495965c4b649
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/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env
ArtifactUUID:50d273c5-c4c8-48ad-97b1-0fcf90649b8d
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/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env
ArtifactUUID:50d273c5-c4c8-48ad-97b1-0fcf90649b8d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-22T05:57:46.201Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eda70000-0f19-4eaf-b072-0771557b768b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T05:57:46.256Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T05:57:46.257Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T05:57:46.258Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T05:57:46.258Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f from URL: /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar
2023-03-22T05:57:46.258Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-22T05:57:46.258Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar
2023-03-22T05:57:46.587Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-22T05:57:46.591Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f 101497
2023-03-22T05:57:46.591Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar ASDC sendASDCNotification
2023-03-22T05:57:46.591Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar
2023-03-22T05:57:46.591Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T05:57:46.592Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:57:46.592Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:57:46.592Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464666591,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:57:47.593Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T05:57:47.593Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T05:57:47.594Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f, URL: /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar to file: /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T05:57:47.594Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230322052555-csar.csar
2023-03-22T05:57:47.595Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T05:57:47.595Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T05:57:47.701Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15984392496371718879/Definitions/service-Vfw20230322052555-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-22T05:57:49.287Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-22T05:57:49.288Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-22T05:57:49.288Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T05:57:49.288Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-22T05:57:49.288Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-Vfw20230322052555-csar.csar
2023-03-22T05:57:49.288Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3229eeab-6ab8 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-Vfw20230322052555-csar.csar
2023-03-22T05:57:49.288Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-Vfw20230322052555-csar.csar
2023-03-22T05:57:49.288Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-Vfw20230322052555-csar.csar
2023-03-22T05:57:49.288Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-Vfw20230322052555-csar.csar
2023-03-22T05:57:49.288Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-Vfw20230322052555-csar.csar
2023-03-22T05:57:49.288Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-Vfw20230322052555-csar.csar
2023-03-22T05:57:49.288Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-Vfw20230322052555-csar.csar
2023-03-22T05:57:49.288Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-Vfw20230322052555-csar.csar
2023-03-22T05:57:49.288Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-Vfw20230322052555-csar.csar
2023-03-22T05:57:49.288Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-Vfw20230322052555-csar.csar
2023-03-22T05:57:49.288Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-22T05:57:49.288Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:57:49.288Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:57:49.288Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T05:57:49.288Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-22T05:57:49.288Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T05:57:49.288Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:57:49.288Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:57:49.288Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T05:57:49.289Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-22T05:57:49.289Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T05:57:49.289Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:57:49.289Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:57:49.289Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:57:49.289Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is not matching search criteria
2023-03-22T05:57:49.289Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T05:57:49.289Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T05:57:49.289Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T05:57:49.289Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T05:57:49.289Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T05:57:49.289Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T05:57:49.289Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T05:57:49.289Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T05:57:49.289Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T05:57:49.289Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T05:57:49.290Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T05:57:49.290Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T05:57:49.290Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T05:57:49.290Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T05:57:49.290Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T05:57:49.290Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-22T05:57:49.290Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:57:49.290Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-22T05:57:49.290Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:57:49.290Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T05:57:49.290Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T05:57:49.290Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:57:49.290Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T05:57:49.290Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T05:57:49.290Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:57:49.291Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T05:57:49.291Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T05:57:49.291Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:57:49.291Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is not matching search criteria
2023-03-22T05:57:49.291Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T05:57:49.291Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-22T05:57:49.291Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T05:57:49.291Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T05:57:49.291Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T05:57:49.291Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T05:57:49.292Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T05:57:49.292Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T05:57:49.292Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T05:57:49.292Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T05:57:49.292Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T05:57:49.292Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=aa314a86-cb0e-4a5b-b3dc-67ab85529aa3
2023-03-22T05:57:49.292Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:57:49.292Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is not matching search criteria
2023-03-22T05:57:49.292Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T05:57:49.292Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T05:57:49.293Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T05:57:49.293Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T05:57:49.293Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T05:57:49.293Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T05:57:49.293Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T05:57:49.293Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-22T05:57:49.293Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T05:57:49.293Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T05:57:49.293Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T05:57:49.293Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T05:57:49.293Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d9998ff5-07a8-4e06-a366-e2fa06343e60
2023-03-22T05:57:49.294Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:57:49.294Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is not matching search criteria
2023-03-22T05:57:49.294Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T05:57:49.294Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T05:57:49.294Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T05:57:49.294Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T05:57:49.294Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T05:57:49.294Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T05:57:49.294Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T05:57:49.295Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T05:57:49.295Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T05:57:49.295Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T05:57:49.295Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T05:57:49.295Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-22T05:57:49.295Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=72136b1f-0061-4b5e-8c0f-044f0a8cd6b2
2023-03-22T05:57:49.295Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:57:49.295Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:57:49.295Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:57:49.295Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:57:49.295Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:57:49.296Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:57:49.296Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:57:49.296Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:57:49.296Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-22 05-25-55
Description:catalog service description
Model UUID:eda70000-0f19-4eaf-b072-0771557b768b
Model Version:NULL
Model InvariantUuid:54638bfb-5802-44c3-ba60-61ecd799a1bc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 3229eeab-6ab8
Model UUID:dd90c608-56d0-4044-b77e-6f9404d60812
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6f487355-e424-4b76-9ef4-7f60cecc0cee
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bbf43dff-a85c-4ce3-9384-ff2f1d0c1478
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2340f6cb-b4db-4011-b9c3-b4bb2848eb7c
ModelName:Vfw3229eeab6ab8..base_vfw..module-0
ModelUuid:c74453a0-bfa7-4668-9055-82db75071a8d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:aa314a86-cb0e-4a5b-b3dc-67ab85529aa3
ModelInvariantUuid:74332490-9cd4-4220-be9e-93c4591dd72d
ModelName:vFW 3229eeab-6ab8-nodes.vfwCvfc
ModelUuid:61ffbf75-6e28-4757-a025-b2c0ab962a74
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:b563dbc2-8b56-450f-a599-b56cc6be1007
ModelInvariantUuid:e6f4acf5-2121-4837-8eb8-e79dbf0b46ec
ModelName:Vfw3229eeab6ab8.compute.nodes.heat.vfw
ModelUuid:3ddfdfb8-55a4-40cd-9b94-9474bbb1c6d3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:d9998ff5-07a8-4e06-a366-e2fa06343e60
ModelInvariantUuid:75eef7ce-cbf0-426f-a147-534c62c9b134
ModelName:vFW 3229eeab-6ab8-nodes.vsnCvfc
ModelUuid:4c386c48-c8e8-4e57-8fc6-0995d6047810
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:7ea81968-c783-413a-9c62-f56e7faf2485
ModelInvariantUuid:8251d429-389a-4c59-b3bb-f88c27094de4
ModelName:Vfw3229eeab6ab8.compute.nodes.heat.vsn
ModelUuid:7baacf9a-a7aa-4a5d-9cd8-e291da6e2df3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:72136b1f-0061-4b5e-8c0f-044f0a8cd6b2
ModelInvariantUuid:212509d2-d95e-4210-9e4f-19fde5069d41
ModelName:vFW 3229eeab-6ab8-nodes.vpgCvfc
ModelUuid:44417cb2-1a4d-4bbd-972e-b0b0505ab818
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:1600c0ab-d5be-4c3c-83e2-1b664c1463d8
ModelInvariantUuid:d3c4495c-70b8-4c49-b3c6-423d142f6163
ModelName:Vfw3229eeab6ab8.compute.nodes.heat.vpg
ModelUuid:c23fe525-aef3-474a-ba0e-b18de4f76ede
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-22T05:57:49.338Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||ERROR|500||Csar with UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f already exists
2023-03-22T05:57:49.338Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar ASDC sendASDCNotification
2023-03-22T05:57:49.338Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar(Csar with UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f already exists)
2023-03-22T05:57:49.338Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T05:57:49.338Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:57:49.339Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:57:49.339Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464669338,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:57:50.339Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar ASDC sendASDCNotification
2023-03-22T05:57:50.340Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar(Resource with UUID: bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850 already exists)
2023-03-22T05:57:50.340Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T05:57:50.341Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:57:50.341Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:57:50.341Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464670339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:57:51.342Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fbc0587e-4f99-4206-ac97-4f248ab7b2de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:57:51.371Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fbc0587e-4f99-4206-ac97-4f248ab7b2de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:57:51.376Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T05:57:51.376Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T05:57:51.376Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T05:57:51.376Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T05:57:51.376Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T05:57:51.376Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T05:57:51.376Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T05:57:51.376Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T05:57:51.376Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-22T05:57:51.389Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T05:58:21.390Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fbc0587e-4f99-4206-ac97-4f248ab7b2de and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T05:58:21.402Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fbc0587e-4f99-4206-ac97-4f248ab7b2de and serviceModelVersionId: eda70000-0f19-4eaf-b072-0771557b768b
2023-03-22T05:58:21.402Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 54638bfb-5802-44c3-ba60-61ecd799a1bc
2023-03-22T05:58:21.403Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0
2023-03-22T05:58:21.408Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T05:58:21.430Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?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-22T05:58:21.430Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0|INFO|500||Invoke
2023-03-22T05:58:21.436Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T05:58:21.615Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0|INFO|500||InvokeReturn
2023-03-22T05:58:21.616Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 05:58:21 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[174], vertex-id=[188528], x-aai-txid=[0-aai-resources-230322-05:58:21:292-84853], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T05:58:21.616Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-22T05:58:21.616Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T05:58:21.616Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-22T05:58:21.625Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-22T05:58:21.625Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fbc0587e-4f99-4206-ac97-4f248ab7b2de and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T05:58:21.626Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T05:58:21.626Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:58:21.626Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:58:21.626Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464701625,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T05:58:22.656Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T05:58:22.656Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"e45a6ddb-db7b-441f-b7ed-2e79323362e4","serviceName":"vFW 2023-03-22 05-39-11","serviceVersion":"1.0","serviceUUID":"562f90e9-8e25-4df5-abb7-1b0c5d5c58ec","serviceDescription":"catalog service description","serviceInvariantUUID":"52e7b3d8-c424-43b5-ac13-789d4eb414c3","resources":[{"resourceInstanceName":"vFW c60b0202-0ea7 0","resourceName":"vFW c60b0202-0ea7","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a403d108-1e0a-4b72-ac99-f7abbce4ed23","resourceInvariantUUID":"8351f926-86d0-4cb7-823c-18b7802f48a1","resourceCustomizationUUID":"06e7df1e-8a54-4cc2-9b1f-86a8234bc06f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vf-license-model.xml","artifactChecksum":"NDhhYmFmMmY5Zjc5MTk2MDI3NzVkOTc0YWFhZTk1MDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ac048545-2b2d-4e16-a159-921d7d783742","artifactVersion":"1"},{"artifactName":"vfwc60b02020ea70_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json","artifactChecksum":"NmViOGFlN2U2MzE3NTY0NTdmNGY4MzJhZjFjYTMwMGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6849c46b-4130-4e78-b948-01a8c8600c05","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vendor-license-model.xml","artifactChecksum":"ZDJhNGY2ZjE0MGM0NGY4MWIzODE0ZDdlNjY3MmQ1NWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"330b063c-7793-44ce-a503-a49511c0d654","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"70401413-6f4d-49ec-be0e-187b3f996134","artifactVersion":"2","generatedFromUUID":"6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230322053911-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-template.yml","artifactChecksum":"ZjQ2NmEzOGYwMGNjYWE2Y2ZiZjYwOTcyYjExYWJiMDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4242fb19-e71a-48c4-b953-65a008cd83b8","artifactVersion":"1"},{"artifactName":"service-Vfw20230322053911-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar","artifactChecksum":"MzQ2NDA1NGJmMDE1NjcxMTQxM2RjMWJkYTQ5MDNjMDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"92a1cf4b-1054-452b-880a-e75dccd519aa","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T05:58:22.657Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:58:22.657Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:58:22.657Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:58:22.657Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464331906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:58:23.657Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:58:23.658Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:58:23.658Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:58:23.658Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464331906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:58:24.659Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:58:24.660Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:58:24.660Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:58:24.660Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464331906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:58:25.662Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:58:25.662Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:58:25.662Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:58:25.663Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464331906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:58:26.664Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:58:26.665Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:58:26.665Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:58:26.666Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464331906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:58:27.667Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:58:27.668Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:58:27.668Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:58:27.668Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464331906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:58:28.533Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:58:28.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T05:58:28.541Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464331906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:58:28.541Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:58:28.542Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T05:58:28.542Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464331906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T05:58:28.542Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:58:28.542Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T05:58:28.542Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464331906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-22T05:58:28.542Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:58:28.542Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T05:58:28.542Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464331906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:58:28.542Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:58:28.542Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T05:58:28.542Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464331906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-22T05:58:28.542Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:58:28.543Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T05:58:28.543Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464331906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:58:28.543Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:58:28.543Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T05:58:28.543Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464331906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T05:58:28.543Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:58:28.543Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T05:58:28.543Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464666591,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T05:58:28.543Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:58:28.543Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T05:58:28.543Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464669338,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f already exists"
}
2023-03-22T05:58:28.543Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:58:28.543Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T05:58:28.544Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464670339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850 already exists"
}
2023-03-22T05:58:28.544Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:58:28.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T05:58:28.544Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464701625,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T05:58:28.544Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:58:28.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T05:58:28.544Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464331906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:58:28.544Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:58:28.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T05:58:28.544Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464331906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T05:58:28.544Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:58:28.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T05:58:28.545Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464331906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-22T05:58:28.545Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:58:28.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T05:58:28.545Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464331906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:58:28.545Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:58:28.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T05:58:28.545Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464331906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-22T05:58:28.545Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:58:28.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T05:58:28.545Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464331906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T05:58:28.546Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:58:28.670Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:58:28.670Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:58:28.670Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:58:28.671Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464331906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:58:29.672Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "serviceName": "vFW 2023-03-22 05-39-11",
  "serviceVersion": "1.0",
  "serviceUUID": "562f90e9-8e25-4df5-abb7-1b0c5d5c58ec",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "52e7b3d8-c424-43b5-ac13-789d4eb414c3",
  "resources": [
    {
      "resourceInstanceName": "vFW c60b0202-0ea7 0",
      "resourceCustomizationUUID": "06e7df1e-8a54-4cc2-9b1f-86a8234bc06f",
      "resourceName": "vFW c60b0202-0ea7",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a403d108-1e0a-4b72-ac99-f7abbce4ed23",
      "resourceInvariantUUID": "8351f926-86d0-4cb7-823c-18b7802f48a1",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc60b02020ea70_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json",
          "artifactChecksum": "NmViOGFlN2U2MzE3NTY0NTdmNGY4MzJhZjFjYTMwMGQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6849c46b-4130-4e78-b948-01a8c8600c05",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "70401413-6f4d-49ec-be0e-187b3f996134",
            "generatedFromUUID": "6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "70401413-6f4d-49ec-be0e-187b3f996134",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230322053911-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
      "artifactChecksum": "MzQ2NDA1NGJmMDE1NjcxMTQxM2RjMWJkYTQ5MDNjMDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "92a1cf4b-1054-452b-880a-e75dccd519aa"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T05:58:29.672Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T05:58:29.672Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 562f90e9-8e25-4df5-abb7-1b0c5d5c58ec ASDC
2023-03-22T05:58:29.673Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:e45a6ddb-db7b-441f-b7ed-2e79323362e4
ServiceName:vFW 2023-03-22 05-39-11
ServiceVersion:1.0
ServiceUUID:562f90e9-8e25-4df5-abb7-1b0c5d5c58ec
ServiceInvariantUUID:52e7b3d8-c424-43b5-ac13-789d4eb414c3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230322053911-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar
ArtifactUUID:92a1cf4b-1054-452b-880a-e75dccd519aa
ArtifactChecksum:MzQ2NDA1NGJmMDE1NjcxMTQxM2RjMWJkYTQ5MDNjMDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c60b0202-0ea7 0
ResourceCustomizationUUID:06e7df1e-8a54-4cc2-9b1f-86a8234bc06f
ResourceInvariantUUID:8351f926-86d0-4cb7-823c-18b7802f48a1
ResourceName:vFW c60b0202-0ea7
ResourceType:VF
ResourceUUID:a403d108-1e0a-4b72-ac99-f7abbce4ed23
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc60b02020ea70_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json
ArtifactUUID:6849c46b-4130-4e78-b948-01a8c8600c05
ArtifactChecksum:NmViOGFlN2U2MzE3NTY0NTdmNGY4MzJhZjFjYTMwMGQ=
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/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml
ArtifactUUID:6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5
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/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env
ArtifactUUID:70401413-6f4d-49ec-be0e-187b3f996134
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/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env
ArtifactUUID:70401413-6f4d-49ec-be0e-187b3f996134
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-22T05:58:29.673Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 562f90e9-8e25-4df5-abb7-1b0c5d5c58ec ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T05:58:29.716Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T05:58:29.717Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T05:58:29.717Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T05:58:29.717Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa from URL: /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar
2023-03-22T05:58:29.717Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-22T05:58:29.717Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar
2023-03-22T05:58:29.976Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-22T05:58:29.980Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar 92a1cf4b-1054-452b-880a-e75dccd519aa 101506
2023-03-22T05:58:29.980Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar ASDC sendASDCNotification
2023-03-22T05:58:29.980Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar
2023-03-22T05:58:29.980Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T05:58:29.981Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:58:29.981Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:58:29.981Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464709980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:58:30.982Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T05:58:30.983Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T05:58:30.983Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa, URL: /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar to file: /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T05:58:30.983Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230322053911-csar.csar
2023-03-22T05:58:30.984Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T05:58:30.984Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T05:58:31.157Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3744484406553978754/Definitions/service-Vfw20230322053911-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-22T05:58:32.577Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-22T05:58:32.577Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-22T05:58:32.578Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T05:58:32.578Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-22T05:58:32.578Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|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-Vfw20230322053911-csar.csar
2023-03-22T05:58:32.578Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|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-Vfw20230322053911-csar.csar
2023-03-22T05:58:32.578Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|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-Vfw20230322053911-csar.csar
2023-03-22T05:58:32.578Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c60b0202-0ea7 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-Vfw20230322053911-csar.csar
2023-03-22T05:58:32.578Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|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-Vfw20230322053911-csar.csar
2023-03-22T05:58:32.578Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|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-Vfw20230322053911-csar.csar
2023-03-22T05:58:32.578Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|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-Vfw20230322053911-csar.csar
2023-03-22T05:58:32.578Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|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-Vfw20230322053911-csar.csar
2023-03-22T05:58:32.578Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|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-Vfw20230322053911-csar.csar
2023-03-22T05:58:32.578Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|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-Vfw20230322053911-csar.csar
2023-03-22T05:58:32.578Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|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-Vfw20230322053911-csar.csar
2023-03-22T05:58:32.578Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-22T05:58:32.578Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:58:32.578Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:58:32.579Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T05:58:32.579Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-22T05:58:32.579Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T05:58:32.579Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:58:32.579Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:58:32.579Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T05:58:32.579Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-22T05:58:32.579Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T05:58:32.579Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:58:32.579Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:58:32.579Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:58:32.579Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is not matching search criteria
2023-03-22T05:58:32.579Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T05:58:32.579Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T05:58:32.579Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T05:58:32.579Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T05:58:32.579Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T05:58:32.579Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T05:58:32.579Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T05:58:32.580Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T05:58:32.580Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T05:58:32.580Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T05:58:32.580Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T05:58:32.580Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T05:58:32.580Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T05:58:32.580Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T05:58:32.580Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T05:58:32.580Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-22T05:58:32.580Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:58:32.580Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-22T05:58:32.580Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:58:32.580Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T05:58:32.580Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T05:58:32.580Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:58:32.580Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T05:58:32.580Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T05:58:32.580Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:58:32.580Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T05:58:32.581Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T05:58:32.581Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:58:32.581Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is not matching search criteria
2023-03-22T05:58:32.581Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T05:58:32.581Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-22T05:58:32.581Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T05:58:32.581Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T05:58:32.581Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T05:58:32.581Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T05:58:32.581Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T05:58:32.581Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T05:58:32.581Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T05:58:32.581Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T05:58:32.581Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T05:58:32.581Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=206c1997-b141-46b2-9d54-58f6537370b4
2023-03-22T05:58:32.581Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:58:32.581Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is not matching search criteria
2023-03-22T05:58:32.581Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T05:58:32.581Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T05:58:32.582Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T05:58:32.582Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T05:58:32.582Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T05:58:32.582Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T05:58:32.582Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T05:58:32.582Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-22T05:58:32.582Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T05:58:32.582Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T05:58:32.582Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T05:58:32.582Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T05:58:32.582Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b4e01378-0842-4b95-b007-3ff10435fd7f
2023-03-22T05:58:32.582Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:58:32.583Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is not matching search criteria
2023-03-22T05:58:32.583Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T05:58:32.583Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T05:58:32.583Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T05:58:32.583Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T05:58:32.583Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T05:58:32.583Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T05:58:32.583Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T05:58:32.583Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T05:58:32.583Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T05:58:32.583Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T05:58:32.583Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T05:58:32.583Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-22T05:58:32.584Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3b592c80-4694-4e6b-b370-b55c6b9b8c7a
2023-03-22T05:58:32.584Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:58:32.584Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:58:32.584Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:58:32.584Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:58:32.584Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:58:32.584Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:58:32.584Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:58:32.584Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:58:32.584Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-22 05-39-11
Description:catalog service description
Model UUID:562f90e9-8e25-4df5-abb7-1b0c5d5c58ec
Model Version:NULL
Model InvariantUuid:52e7b3d8-c424-43b5-ac13-789d4eb414c3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c60b0202-0ea7
Model UUID:4b02448c-c22a-4af2-8c31-5bc4cd68a847
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8351f926-86d0-4cb7-823c-18b7802f48a1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:06e7df1e-8a54-4cc2-9b1f-86a8234bc06f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e6a99d09-50e2-41a0-83a9-772a39c5566f
ModelName:VfwC60b02020ea7..base_vfw..module-0
ModelUuid:41cdfe7d-91ad-4bc3-b65d-bb4235a70705
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:206c1997-b141-46b2-9d54-58f6537370b4
ModelInvariantUuid:37b691ed-6612-4526-940c-3e394079630b
ModelName:vFW c60b0202-0ea7-nodes.vfwCvfc
ModelUuid:aa93ecc6-c0b2-4018-88b9-6b0d4aecf8bd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:a2df18d2-3fdb-4860-a301-0ef4bedbff9d
ModelInvariantUuid:7cccaa2e-d2f0-4077-9b9c-81f8c3ec8330
ModelName:VfwC60b02020ea7.compute.nodes.heat.vfw
ModelUuid:1993e040-202b-48bb-8eb8-907bd2b927ba
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:b4e01378-0842-4b95-b007-3ff10435fd7f
ModelInvariantUuid:e7177ea2-699a-419f-aa5f-2038fa1ea474
ModelName:vFW c60b0202-0ea7-nodes.vsnCvfc
ModelUuid:8a079ade-48ca-4f48-9af8-272723cac5ff
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:a9974314-41bf-4317-9b03-6461baecf54e
ModelInvariantUuid:854c0b2f-0303-45e3-8e3f-15d5a400209a
ModelName:VfwC60b02020ea7.compute.nodes.heat.vsn
ModelUuid:a30b7738-0dec-4740-94e1-85f3ae713a30
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:3b592c80-4694-4e6b-b370-b55c6b9b8c7a
ModelInvariantUuid:4fbcc6bf-54ba-402a-94de-b15fc858b0cb
ModelName:vFW c60b0202-0ea7-nodes.vpgCvfc
ModelUuid:6a108ab5-3f67-4128-855e-ac4bfa896c57
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:77c55b3d-f116-4bf0-81ca-27720f2cf36d
ModelInvariantUuid:2af9f482-4a84-430d-8fb2-b6638734ac2d
ModelName:VfwC60b02020ea7.compute.nodes.heat.vpg
ModelUuid:0922df60-f80a-4c67-940b-87ac2d65c358
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-22T05:58:32.624Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||ERROR|500||Csar with UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa already exists
2023-03-22T05:58:32.625Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar ASDC sendASDCNotification
2023-03-22T05:58:32.625Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar(Csar with UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa already exists)
2023-03-22T05:58:32.625Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T05:58:32.625Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:58:32.625Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:58:32.625Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464712625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:58:33.626Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar ASDC sendASDCNotification
2023-03-22T05:58:33.627Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar(Resource with UUID: a403d108-1e0a-4b72-ac99-f7abbce4ed23 already exists)
2023-03-22T05:58:33.627Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T05:58:33.627Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:58:33.627Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:58:33.627Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464713626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a403d108-1e0a-4b72-ac99-f7abbce4ed23 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:58:34.628Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e45a6ddb-db7b-441f-b7ed-2e79323362e4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:58:34.650Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e45a6ddb-db7b-441f-b7ed-2e79323362e4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:58:34.654Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T05:58:34.655Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T05:58:34.655Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T05:58:34.655Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T05:58:34.655Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T05:58:34.655Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T05:58:34.655Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T05:58:34.655Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T05:58:34.655Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|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-22T05:58:34.668Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T05:59:04.669Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e45a6ddb-db7b-441f-b7ed-2e79323362e4 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T05:59:04.679Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e45a6ddb-db7b-441f-b7ed-2e79323362e4 and serviceModelVersionId: 562f90e9-8e25-4df5-abb7-1b0c5d5c58ec
2023-03-22T05:59:04.679Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 52e7b3d8-c424-43b5-ac13-789d4eb414c3
2023-03-22T05:59:04.680Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0
2023-03-22T05:59:04.688Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T05:59:04.711Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|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/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?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-22T05:59:04.712Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0|INFO|500||Invoke
2023-03-22T05:59:04.721Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T05:59:04.884Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0|INFO|500||InvokeReturn
2023-03-22T05:59:04.885Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|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/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 05:59:04 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[159], vertex-id=[184392], x-aai-txid=[1-aai-resources-230322-05:59:04:580-44183], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T05:59:04.885Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-22T05:59:04.885Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T05:59:04.886Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|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-22T05:59:04.896Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|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-22T05:59:04.897Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e45a6ddb-db7b-441f-b7ed-2e79323362e4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T05:59:04.897Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T05:59:04.897Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:59:04.897Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:59:04.897Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464744897,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T05:59:05.927Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T05:59:05.927Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"b64429f8-68d6-4a68-b948-a3a538b17dd3","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"f38337a8-d2df-48a9-a491-0868f87ff613","serviceDescription":"service","serviceInvariantUUID":"120c21e3-6916-4b71-8ac3-5c439c353b17","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"e5cee138-d08f-4f98-b954-b100fc045ce9","resourceInvariantUUID":"184f7c4b-e703-4d14-a5d9-3fcd2158143c","resourceCustomizationUUID":"32b7cdbe-58ea-461f-96d0-994e2f90eca5","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":"MGVjNDhkMjNkMDVjMTc2NTYxMzI4MDZiYzJkYTFkYTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0fcae08a-b905-4025-a931-3cefca391c35","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"Yzc2YTA3NWYxYThhNTllZmQ0NTdhNjhkMWQ1ZTEwMzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"800f3a61-86e4-4005-8b17-0252365bfbfe","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T05:59:05.928Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:59:05.928Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:59:05.928Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:59:05.929Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464331906,
  "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-22T05:59:06.930Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:59:06.930Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:59:06.930Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:59:06.931Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464331906,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:59:07.932Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "f38337a8-d2df-48a9-a491-0868f87ff613",
  "serviceDescription": "service",
  "serviceInvariantUUID": "120c21e3-6916-4b71-8ac3-5c439c353b17",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "32b7cdbe-58ea-461f-96d0-994e2f90eca5",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "e5cee138-d08f-4f98-b954-b100fc045ce9",
      "resourceInvariantUUID": "184f7c4b-e703-4d14-a5d9-3fcd2158143c",
      "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": "Yzc2YTA3NWYxYThhNTllZmQ0NTdhNjhkMWQ1ZTEwMzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "800f3a61-86e4-4005-8b17-0252365bfbfe"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T05:59:07.932Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T05:59:07.932Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f38337a8-d2df-48a9-a491-0868f87ff613 ASDC
2023-03-22T05:59:07.933Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:b64429f8-68d6-4a68-b948-a3a538b17dd3
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:f38337a8-d2df-48a9-a491-0868f87ff613
ServiceInvariantUUID:120c21e3-6916-4b71-8ac3-5c439c353b17
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:800f3a61-86e4-4005-8b17-0252365bfbfe
ArtifactChecksum:Yzc2YTA3NWYxYThhNTllZmQ0NTdhNjhkMWQ1ZTEwMzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:32b7cdbe-58ea-461f-96d0-994e2f90eca5
ResourceInvariantUUID:184f7c4b-e703-4d14-a5d9-3fcd2158143c
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:e5cee138-d08f-4f98-b954-b100fc045ce9
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-22T05:59:07.934Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f38337a8-d2df-48a9-a491-0868f87ff613 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-22T05:59:08.000Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T05:59:08.001Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T05:59:08.001Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T05:59:08.001Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 800f3a61-86e4-4005-8b17-0252365bfbfe from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-22T05:59:08.001Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-22T05:59:08.002Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|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-22T05:59:08.307Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-22T05:59:08.309Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 800f3a61-86e4-4005-8b17-0252365bfbfe 57799
2023-03-22T05:59:08.309Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|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-22T05:59:08.309Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|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-22T05:59:08.309Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T05:59:08.310Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:59:08.310Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:59:08.310Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464748309,
  "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-22T05:59:09.311Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T05:59:09.311Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T05:59:09.312Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 800f3a61-86e4-4005-8b17-0252365bfbfe, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-22T05:59:09.312Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-03-22T05:59:09.313Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-22T05:59:09.313Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-22T05:59:09.386Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7602294202043595972/Definitions/service-BasicNetwork-template.yml
2023-03-22T05:59:09.720Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-22T05:59:09.720Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-22T05:59:09.720Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-03-22T05:59:09.720Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-03-22T05:59:09.720Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|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-22T05:59:09.721Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|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-22T05:59:09.721Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|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-22T05:59:09.721Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|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-22T05:59:09.721Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|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-22T05:59:09.721Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|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-22T05:59:09.721Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|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-22T05:59:09.721Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|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-22T05:59:09.721Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-22T05:59:09.721Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:59:09.721Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|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-22T05:59:09.721Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-22T05:59:09.721Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-22T05:59:09.721Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T05:59:09.721Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:59:09.721Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|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-22T05:59:09.721Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-03-22T05:59:09.721Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-22T05:59:09.721Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T05:59:09.721Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:59:09.721Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|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-22T05:59:09.721Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:59:09.721Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|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-22T05:59:09.721Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:59:09.721Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|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-22T05:59:09.721Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:59:09.722Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|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-22T05:59:09.722Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:59:09.722Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|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-22T05:59:09.722Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:f38337a8-d2df-48a9-a491-0868f87ff613
Model Version:NULL
Model InvariantUuid:120c21e3-6916-4b71-8ac3-5c439c353b17
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:184f7c4b-e703-4d14-a5d9-3fcd2158143c
Model UUID:6f176fe7-044c-41cb-a7f8-031f18c3c0ce
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:32b7cdbe-58ea-461f-96d0-994e2f90eca5
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-22T05:59:09.737Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: e5cee138-d08f-4f98-b954-b100fc045ce9
2023-03-22T05:59:09.737Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||No resources found for Service: f38337a8-d2df-48a9-a491-0868f87ff613
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T05:59:09.743Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||
2023-03-22T05:59:09.743Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2023-03-22T05:59:09.744Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||No resources found for Service: f38337a8-d2df-48a9-a491-0868f87ff613
2023-03-22T05:59:09.744Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: f38337a8-d2df-48a9-a491-0868f87ff613
2023-03-22T05:59:09.744Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2023-03-22T05:59:09.744Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|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-22T05:59:09.759Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6ce41f2d, org.onap.sdc.toscaparser.api.parameters.Input@7cd1b4e5, org.onap.sdc.toscaparser.api.parameters.Input@516dc57, org.onap.sdc.toscaparser.api.parameters.Input@2e095986, org.onap.sdc.toscaparser.api.parameters.Input@6258261d]
2023-03-22T05:59:09.760Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:59:09.760Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|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-22T05:59:09.760Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:59:09.760Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|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-22T05:59:09.760Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid f38337a8-d2df-48a9-a491-0868f87ff613: Generic NeutronNet
2023-03-22T05:59:09.760Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:59:09.760Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|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-22T05:59:09.760Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:59:09.760Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|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-22T05:59:09.792Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:59:09.792Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|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-22T05:59:09.792Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:59:09.793Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|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-22T05:59:09.793Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:59:09.793Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|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-22T05:59:09.793Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|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-22T05:59:09.876Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2023-03-22T05:59:09.876Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|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-22T05:59:09.876Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|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-22T05:59:09.877Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-22T05:59:09.877Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:59:09.877Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:59:09.877Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464749876,
  "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-22T05:59:10.878Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b64429f8-68d6-4a68-b948-a3a538b17dd3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:59:10.904Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b64429f8-68d6-4a68-b948-a3a538b17dd3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:59:10.908Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T05:59:10.908Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T05:59:10.908Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T05:59:10.908Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T05:59:10.908Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T05:59:10.908Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T05:59:10.908Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T05:59:10.908Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T05:59:10.908Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|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-22T05:59:10.921Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T05:59:28.533Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:59:28.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T05:59:28.535Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464331906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T05:59:28.535Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T05:59:40.921Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b64429f8-68d6-4a68-b948-a3a538b17dd3 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T05:59:40.939Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b64429f8-68d6-4a68-b948-a3a538b17dd3 and serviceModelVersionId: f38337a8-d2df-48a9-a491-0868f87ff613
2023-03-22T05:59:40.940Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 120c21e3-6916-4b71-8ac3-5c439c353b17
2023-03-22T05:59:40.941Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0
2023-03-22T05:59:40.947Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T05:59:40.966Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0|INFO|500||Invoke
2023-03-22T05:59:40.966Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b64429f8-68d6-4a68-b948-a3a538b17dd3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f6ec5462-756a-4d1f-a474-07075e2a8c22], X-ECOMP-RequestID=[b64429f8-68d6-4a68-b948-a3a538b17dd3], X-TransactionId=[], X-ONAP-RequestID=[b64429f8-68d6-4a68-b948-a3a538b17dd3], Content-Type=[application/merge-patch+json]}
2023-03-22T05:59:40.977Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T05:59:41.128Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 05:59:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[148], vertex-id=[209000], x-aai-txid=[2-aai-resources-230322-05:59:40:833-31738], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T05:59:41.128Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-22T05:59:41.129Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0|INFO|500||InvokeReturn
2023-03-22T05:59:41.129Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T05:59:41.129Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|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-22T05:59:41.144Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|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-22T05:59:41.145Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b64429f8-68d6-4a68-b948-a3a538b17dd3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T05:59:41.145Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T05:59:41.145Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:59:41.145Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:59:41.145Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464781145,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T05:59:42.172Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T05:59:42.172Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"4d2fc27d-4827-4431-8901-1a7fe4ae70eb","serviceName":"Demo_pNF_Th3LXatp9s8wdDTQBYLt","serviceVersion":"1.0","serviceUUID":"cdad142e-6240-4457-8e87-75b7cbd29e38","serviceDescription":"catalog service description","serviceInvariantUUID":"81de75ee-355d-450a-b294-753817382022","resources":[{"resourceInstanceName":"pNF 6c7740df-c757 0","resourceName":"pNF 6c7740df-c757","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0da99d63-27be-4a3a-9bd6-c9f17d70a915","resourceInvariantUUID":"41ff80c8-5a8c-4586-9497-ee0ed8d8dbb8","resourceCustomizationUUID":"0404e3be-4b20-4344-a6e5-8950491f980d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vf-license-model.xml","artifactChecksum":"ZmFlNmVhNzc5ZWZlOTA2MDU4ZjgyYjAzYWI0Mzk3NDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"92d23c96-8b8f-4d9d-b136-5be1619c9ec5","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ea08e81f-ef29-4698-9ed5-fe992c4b9a9b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e8855c67-e9df-4389-96ea-13624f308c26","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vendor-license-model.xml","artifactChecksum":"MDIyM2QxNDY2ZjIzMDBhODMzMDExNmFiOGQ1ZmQxZjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9d892759-0f11-4463-b7ab-71ba4e1c07b6","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"66a0ca7b-6224-438d-b805-63e8aa6a2f6d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3e4dc005-13b1-4f11-ba54-e2d95eb2a6b8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTh3lxatp9s8wddtqbylt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-template.yml","artifactChecksum":"Yjc5YTkyYjYzNDRkY2MyN2VmMzg3NDEzODk4NDJjYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b2903a06-5b2c-414f-a385-4ca4513bf0c8","artifactVersion":"1"},{"artifactName":"service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar","artifactChecksum":"ODBhNmVlNzYyZjAyOTI2MWQwZGVlOTIzZDMzMjU1OTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c4384b06-8549-491d-87e4-dd44765b609c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T05:59:42.172Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:59:42.173Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:59:42.173Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:59:42.173Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464331906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:59:43.173Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:59:43.174Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:59:43.174Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:59:43.174Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464331906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:59:44.175Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:59:44.175Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:59:44.175Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:59:44.175Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464331906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:59:45.176Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:59:45.177Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:59:45.177Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:59:45.177Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464331906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:59:46.178Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:59:46.179Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:59:46.179Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:59:46.179Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464331906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:59:47.180Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:59:47.181Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:59:47.181Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:59:47.181Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464331906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:59:48.182Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:59:48.182Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:59:48.182Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:59:48.182Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464331906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:59:49.183Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T05:59:49.184Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:59:49.184Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:59:49.184Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464331906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:59:50.185Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "serviceName": "Demo_pNF_Th3LXatp9s8wdDTQBYLt",
  "serviceVersion": "1.0",
  "serviceUUID": "cdad142e-6240-4457-8e87-75b7cbd29e38",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "81de75ee-355d-450a-b294-753817382022",
  "resources": [
    {
      "resourceInstanceName": "pNF 6c7740df-c757 0",
      "resourceCustomizationUUID": "0404e3be-4b20-4344-a6e5-8950491f980d",
      "resourceName": "pNF 6c7740df-c757",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "0da99d63-27be-4a3a-9bd6-c9f17d70a915",
      "resourceInvariantUUID": "41ff80c8-5a8c-4586-9497-ee0ed8d8dbb8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
      "artifactChecksum": "ODBhNmVlNzYyZjAyOTI2MWQwZGVlOTIzZDMzMjU1OTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c4384b06-8549-491d-87e4-dd44765b609c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T05:59:50.186Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T05:59:50.186Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cdad142e-6240-4457-8e87-75b7cbd29e38 ASDC
2023-03-22T05:59:50.187Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:4d2fc27d-4827-4431-8901-1a7fe4ae70eb
ServiceName:Demo_pNF_Th3LXatp9s8wdDTQBYLt
ServiceVersion:1.0
ServiceUUID:cdad142e-6240-4457-8e87-75b7cbd29e38
ServiceInvariantUUID:81de75ee-355d-450a-b294-753817382022
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
ArtifactUUID:c4384b06-8549-491d-87e4-dd44765b609c
ArtifactChecksum:ODBhNmVlNzYyZjAyOTI2MWQwZGVlOTIzZDMzMjU1OTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 6c7740df-c757 0
ResourceCustomizationUUID:0404e3be-4b20-4344-a6e5-8950491f980d
ResourceInvariantUUID:41ff80c8-5a8c-4586-9497-ee0ed8d8dbb8
ResourceName:pNF 6c7740df-c757
ResourceType:PNF
ResourceUUID:0da99d63-27be-4a3a-9bd6-c9f17d70a915
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-22T05:59:50.187Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cdad142e-6240-4457-8e87-75b7cbd29e38 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-22T05:59:50.239Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T05:59:50.240Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T05:59:50.240Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T05:59:50.240Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c4384b06-8549-491d-87e4-dd44765b609c from URL: /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T05:59:50.240Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-22T05:59:50.240Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T05:59:50.535Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-22T05:59:50.538Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar c4384b06-8549-491d-87e4-dd44765b609c 88006
2023-03-22T05:59:50.538Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar ASDC sendASDCNotification
2023-03-22T05:59:50.538Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T05:59:50.538Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T05:59:50.539Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:59:50.539Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:59:50.539Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464790538,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:59:51.540Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T05:59:51.541Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T05:59:51.541Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: c4384b06-8549-491d-87e4-dd44765b609c, URL: /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar to file: /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T05:59:51.542Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T05:59:51.542Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T05:59:51.543Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T05:59:51.625Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1997084579050576776/Definitions/service-DemoPnfTh3lxatp9s8wddtqbylt-template.yml
2023-03-22T05:59:52.209Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-22T05:59:52.210Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-22T05:59:52.210Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T05:59:52.210Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-22T05:59:52.210Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|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-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T05:59:52.210Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|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-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T05:59:52.210Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|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-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T05:59:52.210Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|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-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T05:59:52.210Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|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-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T05:59:52.210Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|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-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T05:59:52.210Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6c7740df-c757 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-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T05:59:52.210Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-22T05:59:52.211Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:59:52.211Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:59:52.211Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Node template pNF 6c7740df-c757 0 is matching search criteria
2023-03-22T05:59:52.211Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-22T05:59:52.211Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 6c7740df-c757 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T05:59:52.211Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:59:52.211Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:59:52.211Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Node template pNF 6c7740df-c757 0 is matching search criteria
2023-03-22T05:59:52.211Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-22T05:59:52.212Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 6c7740df-c757 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T05:59:52.212Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:59:52.212Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:59:52.212Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:59:52.212Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:59:52.212Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:59:52.212Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:59:52.212Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:59:52.212Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:59:52.212Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:59:52.212Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:59:52.212Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Th3LXatp9s8wdDTQBYLt
Description:catalog service description
Model UUID:cdad142e-6240-4457-8e87-75b7cbd29e38
Model Version:NULL
Model InvariantUuid:81de75ee-355d-450a-b294-753817382022
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-22T05:59:52.234Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 0da99d63-27be-4a3a-9bd6-c9f17d70a915
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T05:59:52.238Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||pNF 6c7740df-c757 0
2023-03-22T05:59:52.239Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 0da99d63-27be-4a3a-9bd6-c9f17d70a915
2023-03-22T05:59:52.239Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||No resources found for Service: cdad142e-6240-4457-8e87-75b7cbd29e38
2023-03-22T05:59:52.239Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: cdad142e-6240-4457-8e87-75b7cbd29e38
2023-03-22T05:59:52.239Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 6c7740df-c757 0 0da99d63-27be-4a3a-9bd6-c9f17d70a915 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-22T05:59:52.249Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@37c0651a, org.onap.sdc.toscaparser.api.parameters.Input@8ab6d79, org.onap.sdc.toscaparser.api.parameters.Input@59ea58c0, org.onap.sdc.toscaparser.api.parameters.Input@20ec800b, org.onap.sdc.toscaparser.api.parameters.Input@1430d9b9]
2023-03-22T05:59:52.249Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:59:52.250Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:59:52.250Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid cdad142e-6240-4457-8e87-75b7cbd29e38: pNF 6c7740df-c757
2023-03-22T05:59:52.250Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Processing PNF resource: 0da99d63-27be-4a3a-9bd6-c9f17d70a915
2023-03-22T05:59:52.250Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T05:59:52.250Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T05:59:52.250Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Resource customization UUID: 0404e3be-4b20-4344-a6e5-8950491f980d is the same as notified resource customizationUUID: 0404e3be-4b20-4344-a6e5-8950491f980d
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-22T05:59:52.350Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 6c7740df-c757 0da99d63-27be-4a3a-9bd6-c9f17d70a915 0 ASDC deployResourceStructure
2023-03-22T05:59:52.350Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar ASDC sendASDCNotification
2023-03-22T05:59:52.351Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T05:59:52.351Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-22T05:59:52.351Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T05:59:52.351Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T05:59:52.351Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464792350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T05:59:53.352Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4d2fc27d-4827-4431-8901-1a7fe4ae70eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:59:53.377Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4d2fc27d-4827-4431-8901-1a7fe4ae70eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T05:59:53.381Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T05:59:53.381Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T05:59:53.381Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T05:59:53.381Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T05:59:53.381Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T05:59:53.381Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T05:59:53.381Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T05:59:53.381Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T05:59:53.381Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|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-22T05:59:53.393Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T06:00:23.393Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4d2fc27d-4827-4431-8901-1a7fe4ae70eb and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T06:00:23.401Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4d2fc27d-4827-4431-8901-1a7fe4ae70eb and serviceModelVersionId: cdad142e-6240-4457-8e87-75b7cbd29e38
2023-03-22T06:00:23.401Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 81de75ee-355d-450a-b294-753817382022
2023-03-22T06:00:23.402Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0
2023-03-22T06:00:23.407Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T06:00:23.438Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0|INFO|500||Invoke
2023-03-22T06:00:23.438Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4d2fc27d-4827-4431-8901-1a7fe4ae70eb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b77c64d7-cef6-411b-aa38-6281aa0568e4], X-ECOMP-RequestID=[4d2fc27d-4827-4431-8901-1a7fe4ae70eb], X-TransactionId=[], X-ONAP-RequestID=[4d2fc27d-4827-4431-8901-1a7fe4ae70eb], Content-Type=[application/merge-patch+json]}
2023-03-22T06:00:23.446Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T06:00:23.670Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 06:00:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[221], vertex-id=[430280], x-aai-txid=[1-aai-resources-230322-06:00:23:302-41033], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T06:00:23.670Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-22T06:00:23.671Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0|INFO|500||InvokeReturn
2023-03-22T06:00:23.671Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T06:00:23.671Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|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-22T06:00:23.679Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|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-22T06:00:23.679Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4d2fc27d-4827-4431-8901-1a7fe4ae70eb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T06:00:23.679Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T06:00:23.679Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:00:23.679Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:00:23.680Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464823679,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:00:24.708Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T06:00:24.708Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-22T06:00:24.709Z||pool-2-thread-8|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:00:24.709Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:00:24.709Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:00:24.709Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] (Re-)joining group
2023-03-22T06:00:24.713Z||pool-2-thread-8|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:00:24.714Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-d6af98a8-153a-4a48-b51d-e1f56e0af0f5
2023-03-22T06:00:24.714Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:00:24.714Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] (Re-)joining group
2023-03-22T06:00:26.702Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:00:28.533Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:00:28.550Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:00:28.551Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] (Re-)joining group
2023-03-22T06:00:28.557Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully joined group with generation Generation{generationId=13, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T06:00:28.557Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Successfully joined group with generation Generation{generationId=13, memberId='SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-d6af98a8-153a-4a48-b51d-e1f56e0af0f5', protocol='range'}
2023-03-22T06:00:28.563Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Finished assignment for group at generation 13: {SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-b2f59705-e9bd-4065-aeec-d2645577c82a-d6af98a8-153a-4a48-b51d-e1f56e0af0f5=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-22T06:00:28.580Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Successfully synced group in generation Generation{generationId=13, memberId='SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-d6af98a8-153a-4a48-b51d-e1f56e0af0f5', protocol='range'}
2023-03-22T06:00:28.580Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:00:28.581Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:00:28.580Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully synced group in generation Generation{generationId=13, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T06:00:28.581Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:00:28.582Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:00:28.585Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:00:28.585Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:00:28.586Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:00:28.586Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:00:28.586Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:00:28.586Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-22T06:00:28.586Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:00:28.587Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:00:28.587Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:00:28.587Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=439, 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-22T06:00:28.587Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:00:28.587Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:00:28.595Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-22T06:00:28.595Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"1a5e8e35-87ed-40f0-91a8-3b150a1e0fca","serviceName":"basic_onboard_NCnVBE","serviceVersion":"1.0","serviceUUID":"e5f12647-c344-47df-98f7-08a8565b00b6","serviceDescription":"service","serviceInvariantUUID":"51f08bee-59f8-40fa-935c-cd0599c584b5","resources":[{"resourceInstanceName":"basic_onboard_NCnVBE 0","resourceName":"basic_onboard_NCnVBE","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"73768750-8efc-41f5-8d10-5bfad5a080c6","resourceInvariantUUID":"3f902fda-2512-4773-9240-2d25a4405852","resourceCustomizationUUID":"f212e54c-b0bb-4702-b4c4-175e06e278d2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vf-license-model.xml","artifactChecksum":"OTA1ZTkxNzEyZTViN2JiM2U4NGIyMDBkNWU3NzNjZmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"19f3bbed-75be-40ee-b35d-a9d87796e6f1","artifactVersion":"1"},{"artifactName":"basic_onboard_ncnvbe0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json","artifactChecksum":"ZWQ3NTUzZmZlNGY2MGFmNTVmZWQ5OTA0NDFhM2ZmMTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ceda833e-13d7-416e-883f-3f2acb53642c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0dff949b-8137-4b9a-ab54-eb6f0bdd3a39","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5d7083d5-a974-48d7-8a4a-5859d7f018f7","artifactVersion":"2","generatedFromUUID":"2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNcnvbe-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-template.yml","artifactChecksum":"MzFlODEzZDM0NzhjOWZiYTdiMGRkODUxMzU2MTdmNzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"97614832-45b7-45e5-b1d5-5a9c89fe5a74","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNcnvbe-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar","artifactChecksum":"Y2Q1OGViOTJjODRmZWE4OWJiY2VjMTMxMzgxZTJlMDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aef3d4fb-c703-4c66-af36-81e4bf7b5d1d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T06:00:28.597Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:00:28.597Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:00:28.597Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:00:28.597Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:00:29.598Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:00:29.599Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:00:29.599Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:00:29.599Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:00:29.602Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:00:29.602Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464709980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T06:00:29.602Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:00:29.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:00:29.603Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464712625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa already exists"
}
2023-03-22T06:00:29.603Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:00:29.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:00:29.603Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464713626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a403d108-1e0a-4b72-ac99-f7abbce4ed23 already exists"
}
2023-03-22T06:00:29.603Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:00:29.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:00:29.603Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464744897,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T06:00:29.603Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:00:29.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:00:29.603Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464331906,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:00:29.604Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:00:29.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:00:29.604Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464331906,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:00:29.604Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:00:29.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:00:29.604Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464748309,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T06:00:29.604Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:00:29.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:00:29.604Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464749876,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-22T06:00:29.605Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:00:29.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:00:29.605Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464781145,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T06:00:29.605Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:00:29.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:00:29.605Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464331906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:00:29.605Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:00:29.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:00:29.605Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464331906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:00:29.605Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:00:29.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:00:29.606Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464331906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:00:29.606Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:00:29.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:00:29.606Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464331906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:00:29.606Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:00:29.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:00:29.606Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464331906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:00:29.606Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:00:29.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:00:29.606Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464331906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:00:29.607Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:00:29.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:00:29.607Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464331906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:00:29.607Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:00:29.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:00:29.607Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464331906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:00:29.607Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:00:29.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:00:29.607Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464790538,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T06:00:29.607Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:00:29.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:00:29.608Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464792350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-22T06:00:29.608Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:00:29.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:00:29.608Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464823679,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T06:00:29.608Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:00:29.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:00:29.608Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:00:29.608Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:00:30.600Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:00:30.600Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:00:30.600Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:00:30.600Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:00:31.601Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:00:31.602Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:00:31.602Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:00:31.602Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:00:32.603Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:00:32.603Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:00:32.603Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:00:32.603Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:00:33.604Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:00:33.605Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:00:33.605Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:00:33.605Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:00:34.606Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:00:34.606Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:00:34.607Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:00:34.607Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:00:35.613Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "serviceName": "basic_onboard_NCnVBE",
  "serviceVersion": "1.0",
  "serviceUUID": "e5f12647-c344-47df-98f7-08a8565b00b6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "51f08bee-59f8-40fa-935c-cd0599c584b5",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_NCnVBE 0",
      "resourceCustomizationUUID": "f212e54c-b0bb-4702-b4c4-175e06e278d2",
      "resourceName": "basic_onboard_NCnVBE",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "73768750-8efc-41f5-8d10-5bfad5a080c6",
      "resourceInvariantUUID": "3f902fda-2512-4773-9240-2d25a4405852",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ncnvbe0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
          "artifactChecksum": "ZWQ3NTUzZmZlNGY2MGFmNTVmZWQ5OTA0NDFhM2ZmMTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ceda833e-13d7-416e-883f-3f2acb53642c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5d7083d5-a974-48d7-8a4a-5859d7f018f7",
            "generatedFromUUID": "2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5d7083d5-a974-48d7-8a4a-5859d7f018f7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardNcnvbe-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
      "artifactChecksum": "Y2Q1OGViOTJjODRmZWE4OWJiY2VjMTMxMzgxZTJlMDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "aef3d4fb-c703-4c66-af36-81e4bf7b5d1d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T06:00:35.614Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T06:00:35.614Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e5f12647-c344-47df-98f7-08a8565b00b6 ASDC
2023-03-22T06:00:35.614Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
ServiceName:basic_onboard_NCnVBE
ServiceVersion:1.0
ServiceUUID:e5f12647-c344-47df-98f7-08a8565b00b6
ServiceInvariantUUID:51f08bee-59f8-40fa-935c-cd0599c584b5
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNcnvbe-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar
ArtifactUUID:aef3d4fb-c703-4c66-af36-81e4bf7b5d1d
ArtifactChecksum:Y2Q1OGViOTJjODRmZWE4OWJiY2VjMTMxMzgxZTJlMDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_NCnVBE 0
ResourceCustomizationUUID:f212e54c-b0bb-4702-b4c4-175e06e278d2
ResourceInvariantUUID:3f902fda-2512-4773-9240-2d25a4405852
ResourceName:basic_onboard_NCnVBE
ResourceType:VF
ResourceUUID:73768750-8efc-41f5-8d10-5bfad5a080c6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ncnvbe0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json
ArtifactUUID:ceda833e-13d7-416e-883f-3f2acb53642c
ArtifactChecksum:ZWQ3NTUzZmZlNGY2MGFmNTVmZWQ5OTA0NDFhM2ZmMTY=
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/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml
ArtifactUUID:2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33
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/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env
ArtifactUUID:5d7083d5-a974-48d7-8a4a-5859d7f018f7
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/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env
ArtifactUUID:5d7083d5-a974-48d7-8a4a-5859d7f018f7
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-22T06:00:35.614Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e5f12647-c344-47df-98f7-08a8565b00b6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:00:35.662Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:00:35.663Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:00:35.663Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:00:35.663Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: aef3d4fb-c703-4c66-af36-81e4bf7b5d1d from URL: /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar
2023-03-22T06:00:35.664Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-22T06:00:35.664Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar
2023-03-22T06:00:35.688Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||GET Response Status 404
2023-03-22T06:00:35.689Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@673c2fef
2023-03-22T06:00:35.689Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T06:00:35.689Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardNcnvbe"
      ]
    }
  }
}
2023-03-22T06:00:35.690Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardNcnvbe-csar.csar /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar aef3d4fb-c703-4c66-af36-81e4bf7b5d1d Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T06:00:35.690Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar ASDC sendASDCNotification
2023-03-22T06:00:35.690Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar(Specified artifact is  not found)
2023-03-22T06:00:35.690Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T06:00:35.690Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:00:35.691Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:00:35.691Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464835690,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:00:36.692Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardNcnvbe-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar(UUID:aef3d4fb-c703-4c66-af36-81e4bf7b5d1d)
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-22T06:00:36.712Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T06:00:36.712Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 73768750-8efc-41f5-8d10-5bfad5a080c6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T06:00:36.718Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||basic_onboard_NCnVBE 0
2023-03-22T06:00:36.718Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 73768750-8efc-41f5-8d10-5bfad5a080c6
2023-03-22T06:00:36.718Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ceda833e-13d7-416e-883f-3f2acb53642c from URL: /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json
2023-03-22T06:00:36.719Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-22T06:00:36.719Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json
2023-03-22T06:00:36.738Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||GET Response Status 404
2023-03-22T06:00:36.738Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5566b1d2
2023-03-22T06:00:36.738Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T06:00:36.739Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardNcnvbe"
      ]
    }
  }
}
2023-03-22T06:00:36.739Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_ncnvbe0_modules.json /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json ceda833e-13d7-416e-883f-3f2acb53642c Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T06:00:36.739Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json ASDC sendASDCNotification
2023-03-22T06:00:36.739Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json(Specified artifact is  not found)
2023-03-22T06:00:36.739Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T06:00:36.739Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:00:36.740Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:00:36.740Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464836739,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:00:37.741Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_ncnvbe0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json(UUID:ceda833e-13d7-416e-883f-3f2acb53642c)
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-22T06:00:37.741Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:00:37.770Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:00:37.775Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T06:00:37.775Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T06:01:07.776Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:01:07.799Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:01:07.804Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T06:01:07.805Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T06:01:28.533Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:01:28.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T06:01:28.535Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T06:01:28.535Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:01:37.805Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:01:37.833Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:01:37.838Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T06:01:37.838Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T06:02:07.839Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:02:07.864Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:02:07.869Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T06:02:07.869Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T06:02:28.533Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:02:28.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T06:02:28.534Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-22T06:02:28.534Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:02:28.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T06:02:28.534Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:02:28.534Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:02:28.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T06:02:28.534Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-22T06:02:28.535Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:02:28.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T06:02:28.535Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:02:28.535Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:02:28.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T06:02:28.535Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:02:28.535Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:02:28.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T06:02:28.535Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464835690,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-22T06:02:28.535Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:02:28.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T06:02:28.535Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464836739,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-22T06:02:28.535Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:02:37.869Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:02:37.892Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:02:37.897Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T06:02:37.897Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T06:03:07.898Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:03:07.925Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:03:07.930Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T06:03:07.931Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T06:03:28.533Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:03:37.931Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:03:37.957Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:03:37.964Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T06:03:37.964Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T06:04:07.965Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:04:07.992Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:04:07.997Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T06:04:07.997Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T06:04:28.534Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:04:37.997Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:04:38.023Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:04:38.028Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T06:04:38.028Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T06:05:08.028Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:05:08.058Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:05:08.063Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T06:05:08.063Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T06:05:28.535Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:05:28.601Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:05:28.601Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Member SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-d6af98a8-153a-4a48-b51d-e1f56e0af0f5 sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-22T06:05:28.601Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-22T06:05:28.601Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-22T06:05:29.092Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:05:29.106Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:05:29.106Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] (Re-)joining group
2023-03-22T06:05:29.113Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully joined group with generation Generation{generationId=14, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T06:05:29.114Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Finished assignment for group at generation 14: {SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-22T06:05:29.130Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully synced group in generation Generation{generationId=14, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T06:05:29.131Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:05:29.131Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:05:29.136Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:05:29.136Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:05:29.136Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:05:29.136Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=468, 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-22T06:05:29.137Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:05:29.137Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:05:38.063Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-22T06:05:38.064Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T06:05:38.076Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca and serviceModelVersionId: e5f12647-c344-47df-98f7-08a8565b00b6
2023-03-22T06:05:38.076Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 51f08bee-59f8-40fa-935c-cd0599c584b5
2023-03-22T06:05:38.077Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0
2023-03-22T06:05:38.083Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T06:05:38.107Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|INFO|500||Invoke
2023-03-22T06:05:38.107Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1a5e8e35-87ed-40f0-91a8-3b150a1e0fca], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e458b898-00ce-44cf-b0cd-ad522f603662], X-ECOMP-RequestID=[1a5e8e35-87ed-40f0-91a8-3b150a1e0fca], X-TransactionId=[], X-ONAP-RequestID=[1a5e8e35-87ed-40f0-91a8-3b150a1e0fca], Content-Type=[application/merge-patch+json]}
2023-03-22T06:05:38.122Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-22T06:05:38.159Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0 has http status code:404 and response headers:{date=[Wed, 22 Mar 2023 06:05:37 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[34], x-aai-txid=[2-aai-resources-230322-06:05:37:981-22315], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T06:05:38.160Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6","ERR.5.4.6114"]}}}

2023-03-22T06:05:38.161Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-22T06:05:38.163Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
2023-03-22T06:05:38.163Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T06:05:38.163Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
2023-03-22T06:05:38.163Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T06:05:38.170Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T06:05:38.171Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
2023-03-22T06:05:38.171Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-22T06:05:38.171Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:05:38.171Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:05:38.171Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465138171,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:05:38.187Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T06:05:38.187Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465138171,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec\u003dERR.5.4.6114)"
}
2023-03-22T06:05:38.187Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|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-22T06:05:39.201Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-22T06:05:39.201Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"fbc0587e-4f99-4206-ac97-4f248ab7b2de","serviceName":"vFW 2023-03-22 05-25-55","serviceVersion":"1.0","serviceUUID":"eda70000-0f19-4eaf-b072-0771557b768b","serviceDescription":"catalog service description","serviceInvariantUUID":"54638bfb-5802-44c3-ba60-61ecd799a1bc","resources":[{"resourceInstanceName":"vFW 3229eeab-6ab8 0","resourceName":"vFW 3229eeab-6ab8","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850","resourceInvariantUUID":"6f487355-e424-4b76-9ef4-7f60cecc0cee","resourceCustomizationUUID":"bbf43dff-a85c-4ce3-9384-ff2f1d0c1478","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vf-license-model.xml","artifactChecksum":"ZTk2NGJjN2RmNjIyODk5M2YxODVjYWM0MmE5NDU2NjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"327fa8b9-2434-45ca-a5cb-6c0e0c48f279","artifactVersion":"1"},{"artifactName":"vfw3229eeab6ab80_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json","artifactChecksum":"YjhjOTY1OGI5YWEyOGJhODkwMWIwMzBlYjcwYTEyMzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"127b1619-50cf-438a-a046-c05d6a5e780b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"24d6c314-9225-43b0-9b4a-495965c4b649","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vendor-license-model.xml","artifactChecksum":"ZDIwMTBhYTFkOWY1ZTc0YTc0OTM0MmE0Zjg3NTI4Zjc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e883ee8a-b506-436c-8720-ece3099298d8","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"50d273c5-c4c8-48ad-97b1-0fcf90649b8d","artifactVersion":"2","generatedFromUUID":"24d6c314-9225-43b0-9b4a-495965c4b649"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230322052555-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-template.yml","artifactChecksum":"MDkzODk1YzU4OTAyYTFlOWM5YTFkYjljNWYxMWFmMjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"527da56d-ecd6-45fc-81ca-1ca14b3fe96a","artifactVersion":"1"},{"artifactName":"service-Vfw20230322052555-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar","artifactChecksum":"OTBmMWEwY2YzZDk1MzU0NzhlY2RiOTFkMjc5YTVkOGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T06:05:39.203Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:05:39.203Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:05:39.203Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:05:39.204Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:05:40.204Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:05:40.205Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:05:40.205Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:05:40.205Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:05:41.206Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:05:41.206Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:05:41.207Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:05:41.207Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:05:42.208Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:05:42.208Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:05:42.208Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:05:42.208Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:05:43.209Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:05:43.210Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:05:43.210Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:05:43.210Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:05:44.211Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:05:44.211Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:05:44.212Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:05:44.212Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:05:45.213Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:05:45.213Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:05:45.213Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:05:45.213Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:05:46.215Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "serviceName": "vFW 2023-03-22 05-25-55",
  "serviceVersion": "1.0",
  "serviceUUID": "eda70000-0f19-4eaf-b072-0771557b768b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "54638bfb-5802-44c3-ba60-61ecd799a1bc",
  "resources": [
    {
      "resourceInstanceName": "vFW 3229eeab-6ab8 0",
      "resourceCustomizationUUID": "bbf43dff-a85c-4ce3-9384-ff2f1d0c1478",
      "resourceName": "vFW 3229eeab-6ab8",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850",
      "resourceInvariantUUID": "6f487355-e424-4b76-9ef4-7f60cecc0cee",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw3229eeab6ab80_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json",
          "artifactChecksum": "YjhjOTY1OGI5YWEyOGJhODkwMWIwMzBlYjcwYTEyMzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "127b1619-50cf-438a-a046-c05d6a5e780b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "24d6c314-9225-43b0-9b4a-495965c4b649",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "50d273c5-c4c8-48ad-97b1-0fcf90649b8d",
            "generatedFromUUID": "24d6c314-9225-43b0-9b4a-495965c4b649"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "50d273c5-c4c8-48ad-97b1-0fcf90649b8d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230322052555-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
      "artifactChecksum": "OTBmMWEwY2YzZDk1MzU0NzhlY2RiOTFkMjc5YTVkOGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T06:05:46.215Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T06:05:46.216Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eda70000-0f19-4eaf-b072-0771557b768b ASDC
2023-03-22T06:05:46.217Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:fbc0587e-4f99-4206-ac97-4f248ab7b2de
ServiceName:vFW 2023-03-22 05-25-55
ServiceVersion:1.0
ServiceUUID:eda70000-0f19-4eaf-b072-0771557b768b
ServiceInvariantUUID:54638bfb-5802-44c3-ba60-61ecd799a1bc
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230322052555-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar
ArtifactUUID:bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f
ArtifactChecksum:OTBmMWEwY2YzZDk1MzU0NzhlY2RiOTFkMjc5YTVkOGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 3229eeab-6ab8 0
ResourceCustomizationUUID:bbf43dff-a85c-4ce3-9384-ff2f1d0c1478
ResourceInvariantUUID:6f487355-e424-4b76-9ef4-7f60cecc0cee
ResourceName:vFW 3229eeab-6ab8
ResourceType:VF
ResourceUUID:bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw3229eeab6ab80_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json
ArtifactUUID:127b1619-50cf-438a-a046-c05d6a5e780b
ArtifactChecksum:YjhjOTY1OGI5YWEyOGJhODkwMWIwMzBlYjcwYTEyMzA=
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/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml
ArtifactUUID:24d6c314-9225-43b0-9b4a-495965c4b649
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/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env
ArtifactUUID:50d273c5-c4c8-48ad-97b1-0fcf90649b8d
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/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env
ArtifactUUID:50d273c5-c4c8-48ad-97b1-0fcf90649b8d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-22T06:05:46.217Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eda70000-0f19-4eaf-b072-0771557b768b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:05:46.266Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:05:46.266Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:05:46.266Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:05:46.266Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f from URL: /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar
2023-03-22T06:05:46.266Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-22T06:05:46.266Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar
2023-03-22T06:05:46.578Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-03-22T06:05:46.581Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f 101497
2023-03-22T06:05:46.582Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar ASDC sendASDCNotification
2023-03-22T06:05:46.582Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar
2023-03-22T06:05:46.582Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T06:05:46.582Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:05:46.582Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:05:46.582Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465146582,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:05:47.583Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:05:47.584Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:05:47.585Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f, URL: /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar to file: /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:05:47.586Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230322052555-csar.csar
2023-03-22T06:05:47.587Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:05:47.587Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:05:47.769Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7499631474767861848/Definitions/service-Vfw20230322052555-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-22T06:05:49.221Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-22T06:05:49.221Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-03-22T06:05:49.222Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:05:49.222Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-22T06:05:49.222Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:05:49.222Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3229eeab-6ab8 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-Vfw20230322052555-csar.csar
2023-03-22T06:05:49.222Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:05:49.222Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:05:49.222Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:05:49.222Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:05:49.222Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:05:49.222Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:05:49.222Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:05:49.222Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:05:49.222Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:05:49.223Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-03-22T06:05:49.223Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:05:49.223Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:05:49.223Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T06:05:49.223Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-03-22T06:05:49.223Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T06:05:49.223Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:05:49.223Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:05:49.223Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T06:05:49.224Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-03-22T06:05:49.224Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T06:05:49.224Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:05:49.224Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:05:49.224Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:05:49.224Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is not matching search criteria
2023-03-22T06:05:49.224Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T06:05:49.224Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T06:05:49.224Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:05:49.224Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T06:05:49.224Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T06:05:49.224Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:05:49.224Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T06:05:49.224Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T06:05:49.225Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T06:05:49.225Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:05:49.225Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T06:05:49.225Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T06:05:49.225Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T06:05:49.225Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T06:05:49.225Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:05:49.225Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-22T06:05:49.225Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:05:49.225Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-22T06:05:49.225Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:05:49.225Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T06:05:49.225Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T06:05:49.225Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:05:49.226Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T06:05:49.226Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T06:05:49.226Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:05:49.226Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T06:05:49.226Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T06:05:49.226Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:05:49.226Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is not matching search criteria
2023-03-22T06:05:49.226Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T06:05:49.226Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-22T06:05:49.226Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T06:05:49.226Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T06:05:49.226Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T06:05:49.226Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:05:49.226Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T06:05:49.227Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T06:05:49.227Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T06:05:49.227Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T06:05:49.227Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:05:49.227Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=aa314a86-cb0e-4a5b-b3dc-67ab85529aa3
2023-03-22T06:05:49.227Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:05:49.227Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is not matching search criteria
2023-03-22T06:05:49.227Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T06:05:49.227Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T06:05:49.227Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:05:49.227Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T06:05:49.227Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T06:05:49.227Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:05:49.227Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T06:05:49.227Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-22T06:05:49.227Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T06:05:49.228Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T06:05:49.228Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T06:05:49.228Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:05:49.228Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d9998ff5-07a8-4e06-a366-e2fa06343e60
2023-03-22T06:05:49.228Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:05:49.228Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is not matching search criteria
2023-03-22T06:05:49.228Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T06:05:49.228Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T06:05:49.228Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:05:49.228Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T06:05:49.228Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T06:05:49.228Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:05:49.228Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T06:05:49.228Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T06:05:49.228Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T06:05:49.228Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:05:49.229Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T06:05:49.229Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-22T06:05:49.229Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=72136b1f-0061-4b5e-8c0f-044f0a8cd6b2
2023-03-22T06:05:49.229Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:05:49.229Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:05:49.229Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:05:49.229Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:05:49.229Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:05:49.229Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:05:49.229Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:05:49.229Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:05:49.229Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-22 05-25-55
Description:catalog service description
Model UUID:eda70000-0f19-4eaf-b072-0771557b768b
Model Version:NULL
Model InvariantUuid:54638bfb-5802-44c3-ba60-61ecd799a1bc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 3229eeab-6ab8
Model UUID:dd90c608-56d0-4044-b77e-6f9404d60812
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6f487355-e424-4b76-9ef4-7f60cecc0cee
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bbf43dff-a85c-4ce3-9384-ff2f1d0c1478
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2340f6cb-b4db-4011-b9c3-b4bb2848eb7c
ModelName:Vfw3229eeab6ab8..base_vfw..module-0
ModelUuid:c74453a0-bfa7-4668-9055-82db75071a8d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:aa314a86-cb0e-4a5b-b3dc-67ab85529aa3
ModelInvariantUuid:74332490-9cd4-4220-be9e-93c4591dd72d
ModelName:vFW 3229eeab-6ab8-nodes.vfwCvfc
ModelUuid:61ffbf75-6e28-4757-a025-b2c0ab962a74
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:b563dbc2-8b56-450f-a599-b56cc6be1007
ModelInvariantUuid:e6f4acf5-2121-4837-8eb8-e79dbf0b46ec
ModelName:Vfw3229eeab6ab8.compute.nodes.heat.vfw
ModelUuid:3ddfdfb8-55a4-40cd-9b94-9474bbb1c6d3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:d9998ff5-07a8-4e06-a366-e2fa06343e60
ModelInvariantUuid:75eef7ce-cbf0-426f-a147-534c62c9b134
ModelName:vFW 3229eeab-6ab8-nodes.vsnCvfc
ModelUuid:4c386c48-c8e8-4e57-8fc6-0995d6047810
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:7ea81968-c783-413a-9c62-f56e7faf2485
ModelInvariantUuid:8251d429-389a-4c59-b3bb-f88c27094de4
ModelName:Vfw3229eeab6ab8.compute.nodes.heat.vsn
ModelUuid:7baacf9a-a7aa-4a5d-9cd8-e291da6e2df3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:72136b1f-0061-4b5e-8c0f-044f0a8cd6b2
ModelInvariantUuid:212509d2-d95e-4210-9e4f-19fde5069d41
ModelName:vFW 3229eeab-6ab8-nodes.vpgCvfc
ModelUuid:44417cb2-1a4d-4bbd-972e-b0b0505ab818
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:1600c0ab-d5be-4c3c-83e2-1b664c1463d8
ModelInvariantUuid:d3c4495c-70b8-4c49-b3c6-423d142f6163
ModelName:Vfw3229eeab6ab8.compute.nodes.heat.vpg
ModelUuid:c23fe525-aef3-474a-ba0e-b18de4f76ede
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-22T06:05:49.277Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||ERROR|500||Csar with UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f already exists
2023-03-22T06:05:49.278Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar ASDC sendASDCNotification
2023-03-22T06:05:49.278Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar(Csar with UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f already exists)
2023-03-22T06:05:49.278Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:05:49.278Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:05:49.278Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:05:49.278Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465149278,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:05:50.279Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar ASDC sendASDCNotification
2023-03-22T06:05:50.280Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar(Resource with UUID: bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850 already exists)
2023-03-22T06:05:50.280Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:05:50.280Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:05:50.281Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:05:50.281Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465150279,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:05:51.282Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fbc0587e-4f99-4206-ac97-4f248ab7b2de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:05:51.307Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fbc0587e-4f99-4206-ac97-4f248ab7b2de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:05:51.312Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T06:05:51.312Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T06:05:51.312Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T06:05:51.312Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T06:05:51.312Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:05:51.312Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:05:51.313Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:05:51.313Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:05:51.313Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-22T06:05:51.323Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T06:06:21.324Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fbc0587e-4f99-4206-ac97-4f248ab7b2de and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T06:06:21.337Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fbc0587e-4f99-4206-ac97-4f248ab7b2de and serviceModelVersionId: eda70000-0f19-4eaf-b072-0771557b768b
2023-03-22T06:06:21.337Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 54638bfb-5802-44c3-ba60-61ecd799a1bc
2023-03-22T06:06:21.338Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0
2023-03-22T06:06:21.346Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T06:06:21.384Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0|INFO|500||Invoke
2023-03-22T06:06:21.385Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fbc0587e-4f99-4206-ac97-4f248ab7b2de], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[07a0122a-6fa8-45eb-b637-71f78b1d4f5f], X-ECOMP-RequestID=[fbc0587e-4f99-4206-ac97-4f248ab7b2de], X-TransactionId=[], X-ONAP-RequestID=[fbc0587e-4f99-4206-ac97-4f248ab7b2de], Content-Type=[application/merge-patch+json]}
2023-03-22T06:06:21.394Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T06:06:21.541Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 06:06:21 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[143], vertex-id=[188528], x-aai-txid=[2-aai-resources-230322-06:06:21:251-94513], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T06:06:21.542Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-22T06:06:21.543Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0|INFO|500||InvokeReturn
2023-03-22T06:06:21.544Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T06:06:21.544Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T06:06:21.551Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T06:06:21.551Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fbc0587e-4f99-4206-ac97-4f248ab7b2de and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T06:06:21.551Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T06:06:21.551Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:06:21.551Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:06:21.551Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465181551,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:06:22.579Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-22T06:06:22.579Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"e45a6ddb-db7b-441f-b7ed-2e79323362e4","serviceName":"vFW 2023-03-22 05-39-11","serviceVersion":"1.0","serviceUUID":"562f90e9-8e25-4df5-abb7-1b0c5d5c58ec","serviceDescription":"catalog service description","serviceInvariantUUID":"52e7b3d8-c424-43b5-ac13-789d4eb414c3","resources":[{"resourceInstanceName":"vFW c60b0202-0ea7 0","resourceName":"vFW c60b0202-0ea7","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a403d108-1e0a-4b72-ac99-f7abbce4ed23","resourceInvariantUUID":"8351f926-86d0-4cb7-823c-18b7802f48a1","resourceCustomizationUUID":"06e7df1e-8a54-4cc2-9b1f-86a8234bc06f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vf-license-model.xml","artifactChecksum":"NDhhYmFmMmY5Zjc5MTk2MDI3NzVkOTc0YWFhZTk1MDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ac048545-2b2d-4e16-a159-921d7d783742","artifactVersion":"1"},{"artifactName":"vfwc60b02020ea70_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json","artifactChecksum":"NmViOGFlN2U2MzE3NTY0NTdmNGY4MzJhZjFjYTMwMGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6849c46b-4130-4e78-b948-01a8c8600c05","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vendor-license-model.xml","artifactChecksum":"ZDJhNGY2ZjE0MGM0NGY4MWIzODE0ZDdlNjY3MmQ1NWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"330b063c-7793-44ce-a503-a49511c0d654","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"70401413-6f4d-49ec-be0e-187b3f996134","artifactVersion":"2","generatedFromUUID":"6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230322053911-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-template.yml","artifactChecksum":"ZjQ2NmEzOGYwMGNjYWE2Y2ZiZjYwOTcyYjExYWJiMDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4242fb19-e71a-48c4-b953-65a008cd83b8","artifactVersion":"1"},{"artifactName":"service-Vfw20230322053911-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar","artifactChecksum":"MzQ2NDA1NGJmMDE1NjcxMTQxM2RjMWJkYTQ5MDNjMDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"92a1cf4b-1054-452b-880a-e75dccd519aa","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T06:06:22.580Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:06:22.580Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:06:22.580Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:06:22.580Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:06:23.581Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:06:23.582Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:06:23.582Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:06:23.582Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:06:24.583Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:06:24.583Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:06:24.583Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:06:24.583Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:06:25.584Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:06:25.585Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:06:25.585Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:06:25.585Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:06:26.586Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:06:26.586Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:06:26.586Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:06:26.586Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:06:27.587Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:06:27.587Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:06:27.588Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:06:27.588Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:06:28.533Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:06:28.539Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T06:06:28.539Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:06:28.540Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:06:28.540Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T06:06:28.540Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T06:06:28.540Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:06:28.540Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T06:06:28.540Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-22T06:06:28.540Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:06:28.541Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T06:06:28.541Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:06:28.541Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:06:28.541Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T06:06:28.541Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-22T06:06:28.541Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:06:28.541Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T06:06:28.541Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:06:28.541Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:06:28.541Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T06:06:28.541Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:06:28.542Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:06:28.542Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T06:06:28.542Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465146582,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T06:06:28.542Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:06:28.542Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T06:06:28.542Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465149278,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f already exists"
}
2023-03-22T06:06:28.542Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:06:28.542Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T06:06:28.542Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465150279,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850 already exists"
}
2023-03-22T06:06:28.542Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:06:28.542Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T06:06:28.542Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465181551,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T06:06:28.543Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:06:28.543Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T06:06:28.543Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:06:28.543Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:06:28.543Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T06:06:28.543Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T06:06:28.543Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:06:28.543Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T06:06:28.543Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-22T06:06:28.543Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:06:28.543Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T06:06:28.543Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:06:28.543Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:06:28.544Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T06:06:28.544Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-22T06:06:28.544Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:06:28.544Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T06:06:28.544Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:06:28.544Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:06:28.589Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:06:28.589Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:06:28.589Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:06:28.589Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:06:29.591Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "serviceName": "vFW 2023-03-22 05-39-11",
  "serviceVersion": "1.0",
  "serviceUUID": "562f90e9-8e25-4df5-abb7-1b0c5d5c58ec",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "52e7b3d8-c424-43b5-ac13-789d4eb414c3",
  "resources": [
    {
      "resourceInstanceName": "vFW c60b0202-0ea7 0",
      "resourceCustomizationUUID": "06e7df1e-8a54-4cc2-9b1f-86a8234bc06f",
      "resourceName": "vFW c60b0202-0ea7",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a403d108-1e0a-4b72-ac99-f7abbce4ed23",
      "resourceInvariantUUID": "8351f926-86d0-4cb7-823c-18b7802f48a1",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc60b02020ea70_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json",
          "artifactChecksum": "NmViOGFlN2U2MzE3NTY0NTdmNGY4MzJhZjFjYTMwMGQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6849c46b-4130-4e78-b948-01a8c8600c05",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "70401413-6f4d-49ec-be0e-187b3f996134",
            "generatedFromUUID": "6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "70401413-6f4d-49ec-be0e-187b3f996134",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230322053911-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
      "artifactChecksum": "MzQ2NDA1NGJmMDE1NjcxMTQxM2RjMWJkYTQ5MDNjMDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "92a1cf4b-1054-452b-880a-e75dccd519aa"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T06:06:29.591Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T06:06:29.591Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 562f90e9-8e25-4df5-abb7-1b0c5d5c58ec ASDC
2023-03-22T06:06:29.591Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:e45a6ddb-db7b-441f-b7ed-2e79323362e4
ServiceName:vFW 2023-03-22 05-39-11
ServiceVersion:1.0
ServiceUUID:562f90e9-8e25-4df5-abb7-1b0c5d5c58ec
ServiceInvariantUUID:52e7b3d8-c424-43b5-ac13-789d4eb414c3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230322053911-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar
ArtifactUUID:92a1cf4b-1054-452b-880a-e75dccd519aa
ArtifactChecksum:MzQ2NDA1NGJmMDE1NjcxMTQxM2RjMWJkYTQ5MDNjMDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c60b0202-0ea7 0
ResourceCustomizationUUID:06e7df1e-8a54-4cc2-9b1f-86a8234bc06f
ResourceInvariantUUID:8351f926-86d0-4cb7-823c-18b7802f48a1
ResourceName:vFW c60b0202-0ea7
ResourceType:VF
ResourceUUID:a403d108-1e0a-4b72-ac99-f7abbce4ed23
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc60b02020ea70_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json
ArtifactUUID:6849c46b-4130-4e78-b948-01a8c8600c05
ArtifactChecksum:NmViOGFlN2U2MzE3NTY0NTdmNGY4MzJhZjFjYTMwMGQ=
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/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml
ArtifactUUID:6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5
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/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env
ArtifactUUID:70401413-6f4d-49ec-be0e-187b3f996134
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/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env
ArtifactUUID:70401413-6f4d-49ec-be0e-187b3f996134
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-22T06:06:29.591Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 562f90e9-8e25-4df5-abb7-1b0c5d5c58ec ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:06:29.630Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:06:29.631Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:06:29.631Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:06:29.631Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa from URL: /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar
2023-03-22T06:06:29.631Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-22T06:06:29.631Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar
2023-03-22T06:06:29.888Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-03-22T06:06:29.891Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar 92a1cf4b-1054-452b-880a-e75dccd519aa 101506
2023-03-22T06:06:29.892Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar ASDC sendASDCNotification
2023-03-22T06:06:29.892Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar
2023-03-22T06:06:29.892Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T06:06:29.892Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:06:29.892Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:06:29.892Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465189891,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:06:30.893Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:06:30.894Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:06:30.894Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa, URL: /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar to file: /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:06:30.896Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230322053911-csar.csar
2023-03-22T06:06:30.896Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:06:30.896Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:06:31.010Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP407155918643461241/Definitions/service-Vfw20230322053911-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-22T06:06:32.570Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-22T06:06:32.570Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-03-22T06:06:32.570Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:06:32.570Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-22T06:06:32.570Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:06:32.570Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:06:32.571Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:06:32.571Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c60b0202-0ea7 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-Vfw20230322053911-csar.csar
2023-03-22T06:06:32.571Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:06:32.571Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:06:32.571Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:06:32.571Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:06:32.571Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:06:32.571Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:06:32.571Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:06:32.571Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-03-22T06:06:32.571Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:06:32.571Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:06:32.571Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T06:06:32.572Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-03-22T06:06:32.572Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T06:06:32.572Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:06:32.572Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:06:32.572Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T06:06:32.572Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-03-22T06:06:32.572Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T06:06:32.572Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:06:32.572Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:06:32.572Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:06:32.573Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is not matching search criteria
2023-03-22T06:06:32.573Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T06:06:32.573Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T06:06:32.573Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:06:32.573Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T06:06:32.574Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T06:06:32.574Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:06:32.574Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T06:06:32.574Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T06:06:32.574Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T06:06:32.574Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:06:32.574Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T06:06:32.574Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T06:06:32.574Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T06:06:32.574Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T06:06:32.574Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:06:32.574Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-22T06:06:32.574Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:06:32.575Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-22T06:06:32.575Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:06:32.575Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T06:06:32.575Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T06:06:32.575Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:06:32.575Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T06:06:32.575Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T06:06:32.575Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:06:32.575Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T06:06:32.575Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T06:06:32.576Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:06:32.576Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is not matching search criteria
2023-03-22T06:06:32.576Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T06:06:32.576Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-22T06:06:32.576Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T06:06:32.576Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T06:06:32.576Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T06:06:32.576Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:06:32.576Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T06:06:32.576Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T06:06:32.576Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T06:06:32.576Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T06:06:32.576Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:06:32.576Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=206c1997-b141-46b2-9d54-58f6537370b4
2023-03-22T06:06:32.577Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:06:32.577Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is not matching search criteria
2023-03-22T06:06:32.577Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T06:06:32.577Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T06:06:32.577Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:06:32.577Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T06:06:32.577Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T06:06:32.577Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:06:32.577Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T06:06:32.577Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-22T06:06:32.577Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T06:06:32.577Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T06:06:32.577Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T06:06:32.577Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:06:32.578Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b4e01378-0842-4b95-b007-3ff10435fd7f
2023-03-22T06:06:32.578Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:06:32.578Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is not matching search criteria
2023-03-22T06:06:32.578Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T06:06:32.578Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T06:06:32.578Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:06:32.578Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T06:06:32.578Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T06:06:32.578Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:06:32.578Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T06:06:32.578Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T06:06:32.578Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T06:06:32.578Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:06:32.579Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T06:06:32.579Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-22T06:06:32.579Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3b592c80-4694-4e6b-b370-b55c6b9b8c7a
2023-03-22T06:06:32.579Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:06:32.579Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:06:32.579Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:06:32.579Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:06:32.579Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:06:32.579Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:06:32.579Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:06:32.579Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:06:32.579Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-22 05-39-11
Description:catalog service description
Model UUID:562f90e9-8e25-4df5-abb7-1b0c5d5c58ec
Model Version:NULL
Model InvariantUuid:52e7b3d8-c424-43b5-ac13-789d4eb414c3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c60b0202-0ea7
Model UUID:4b02448c-c22a-4af2-8c31-5bc4cd68a847
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8351f926-86d0-4cb7-823c-18b7802f48a1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:06e7df1e-8a54-4cc2-9b1f-86a8234bc06f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e6a99d09-50e2-41a0-83a9-772a39c5566f
ModelName:VfwC60b02020ea7..base_vfw..module-0
ModelUuid:41cdfe7d-91ad-4bc3-b65d-bb4235a70705
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:206c1997-b141-46b2-9d54-58f6537370b4
ModelInvariantUuid:37b691ed-6612-4526-940c-3e394079630b
ModelName:vFW c60b0202-0ea7-nodes.vfwCvfc
ModelUuid:aa93ecc6-c0b2-4018-88b9-6b0d4aecf8bd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:a2df18d2-3fdb-4860-a301-0ef4bedbff9d
ModelInvariantUuid:7cccaa2e-d2f0-4077-9b9c-81f8c3ec8330
ModelName:VfwC60b02020ea7.compute.nodes.heat.vfw
ModelUuid:1993e040-202b-48bb-8eb8-907bd2b927ba
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:b4e01378-0842-4b95-b007-3ff10435fd7f
ModelInvariantUuid:e7177ea2-699a-419f-aa5f-2038fa1ea474
ModelName:vFW c60b0202-0ea7-nodes.vsnCvfc
ModelUuid:8a079ade-48ca-4f48-9af8-272723cac5ff
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:a9974314-41bf-4317-9b03-6461baecf54e
ModelInvariantUuid:854c0b2f-0303-45e3-8e3f-15d5a400209a
ModelName:VfwC60b02020ea7.compute.nodes.heat.vsn
ModelUuid:a30b7738-0dec-4740-94e1-85f3ae713a30
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:3b592c80-4694-4e6b-b370-b55c6b9b8c7a
ModelInvariantUuid:4fbcc6bf-54ba-402a-94de-b15fc858b0cb
ModelName:vFW c60b0202-0ea7-nodes.vpgCvfc
ModelUuid:6a108ab5-3f67-4128-855e-ac4bfa896c57
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:77c55b3d-f116-4bf0-81ca-27720f2cf36d
ModelInvariantUuid:2af9f482-4a84-430d-8fb2-b6638734ac2d
ModelName:VfwC60b02020ea7.compute.nodes.heat.vpg
ModelUuid:0922df60-f80a-4c67-940b-87ac2d65c358
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-22T06:06:32.618Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||ERROR|500||Csar with UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa already exists
2023-03-22T06:06:32.618Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar ASDC sendASDCNotification
2023-03-22T06:06:32.619Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar(Csar with UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa already exists)
2023-03-22T06:06:32.619Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:06:32.619Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:06:32.619Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:06:32.619Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465192618,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:06:33.621Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar ASDC sendASDCNotification
2023-03-22T06:06:33.621Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar(Resource with UUID: a403d108-1e0a-4b72-ac99-f7abbce4ed23 already exists)
2023-03-22T06:06:33.621Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:06:33.622Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:06:33.622Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:06:33.622Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465193621,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a403d108-1e0a-4b72-ac99-f7abbce4ed23 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:06:34.625Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e45a6ddb-db7b-441f-b7ed-2e79323362e4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:06:34.646Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e45a6ddb-db7b-441f-b7ed-2e79323362e4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:06:34.650Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T06:06:34.650Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T06:06:34.650Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T06:06:34.650Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T06:06:34.650Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:06:34.650Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:06:34.650Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:06:34.650Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:06:34.650Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-22T06:06:34.662Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T06:07:04.663Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e45a6ddb-db7b-441f-b7ed-2e79323362e4 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T06:07:04.675Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e45a6ddb-db7b-441f-b7ed-2e79323362e4 and serviceModelVersionId: 562f90e9-8e25-4df5-abb7-1b0c5d5c58ec
2023-03-22T06:07:04.675Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 52e7b3d8-c424-43b5-ac13-789d4eb414c3
2023-03-22T06:07:04.676Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0
2023-03-22T06:07:04.684Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T06:07:04.707Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0|INFO|500||Invoke
2023-03-22T06:07:04.707Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e45a6ddb-db7b-441f-b7ed-2e79323362e4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4c809feb-2fd0-47ea-a8e3-97bc990762e3], X-ECOMP-RequestID=[e45a6ddb-db7b-441f-b7ed-2e79323362e4], X-TransactionId=[], X-ONAP-RequestID=[e45a6ddb-db7b-441f-b7ed-2e79323362e4], Content-Type=[application/merge-patch+json]}
2023-03-22T06:07:04.714Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T06:07:04.869Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 06:07:04 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[151], vertex-id=[184392], x-aai-txid=[1-aai-resources-230322-06:07:04:573-36478], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T06:07:04.870Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-22T06:07:04.871Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0|INFO|500||InvokeReturn
2023-03-22T06:07:04.871Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T06:07:04.871Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T06:07:04.879Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T06:07:04.879Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e45a6ddb-db7b-441f-b7ed-2e79323362e4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T06:07:04.879Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T06:07:04.879Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:07:04.880Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:07:04.880Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465224879,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:07:05.910Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-22T06:07:05.911Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"b64429f8-68d6-4a68-b948-a3a538b17dd3","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"f38337a8-d2df-48a9-a491-0868f87ff613","serviceDescription":"service","serviceInvariantUUID":"120c21e3-6916-4b71-8ac3-5c439c353b17","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"e5cee138-d08f-4f98-b954-b100fc045ce9","resourceInvariantUUID":"184f7c4b-e703-4d14-a5d9-3fcd2158143c","resourceCustomizationUUID":"32b7cdbe-58ea-461f-96d0-994e2f90eca5","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":"MGVjNDhkMjNkMDVjMTc2NTYxMzI4MDZiYzJkYTFkYTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0fcae08a-b905-4025-a931-3cefca391c35","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"Yzc2YTA3NWYxYThhNTllZmQ0NTdhNjhkMWQ1ZTEwMzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"800f3a61-86e4-4005-8b17-0252365bfbfe","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T06:07:05.911Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:07:05.911Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:07:05.912Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:07:05.912Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "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-22T06:07:06.913Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:07:06.913Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:07:06.913Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:07:06.913Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:07:07.914Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "f38337a8-d2df-48a9-a491-0868f87ff613",
  "serviceDescription": "service",
  "serviceInvariantUUID": "120c21e3-6916-4b71-8ac3-5c439c353b17",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "32b7cdbe-58ea-461f-96d0-994e2f90eca5",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "e5cee138-d08f-4f98-b954-b100fc045ce9",
      "resourceInvariantUUID": "184f7c4b-e703-4d14-a5d9-3fcd2158143c",
      "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": "Yzc2YTA3NWYxYThhNTllZmQ0NTdhNjhkMWQ1ZTEwMzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "800f3a61-86e4-4005-8b17-0252365bfbfe"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T06:07:07.914Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T06:07:07.915Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f38337a8-d2df-48a9-a491-0868f87ff613 ASDC
2023-03-22T06:07:07.915Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:b64429f8-68d6-4a68-b948-a3a538b17dd3
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:f38337a8-d2df-48a9-a491-0868f87ff613
ServiceInvariantUUID:120c21e3-6916-4b71-8ac3-5c439c353b17
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:800f3a61-86e4-4005-8b17-0252365bfbfe
ArtifactChecksum:Yzc2YTA3NWYxYThhNTllZmQ0NTdhNjhkMWQ1ZTEwMzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:32b7cdbe-58ea-461f-96d0-994e2f90eca5
ResourceInvariantUUID:184f7c4b-e703-4d14-a5d9-3fcd2158143c
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:e5cee138-d08f-4f98-b954-b100fc045ce9
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-22T06:07:07.915Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f38337a8-d2df-48a9-a491-0868f87ff613 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:07:07.965Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:07:07.966Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:07:07.966Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:07:07.966Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 800f3a61-86e4-4005-8b17-0252365bfbfe from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-22T06:07:07.966Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-22T06:07:07.967Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-22T06:07:07.993Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||GET Response Status 404
2023-03-22T06:07:07.993Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4d50dc1b
2023-03-22T06:07:07.993Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T06:07:07.993Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-22T06:07:07.993Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 800f3a61-86e4-4005-8b17-0252365bfbfe Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T06:07:07.994Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-22T06:07:07.994Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is  not found)
2023-03-22T06:07:07.994Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T06:07:07.994Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:07:07.994Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:07:07.994Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465227994,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:07:08.995Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:800f3a61-86e4-4005-8b17-0252365bfbfe)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-22T06:07:09.046Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||ERROR|500||Csar with UUID: 800f3a61-86e4-4005-8b17-0252365bfbfe already exists
2023-03-22T06:07:09.046Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||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-22T06:07:09.046Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||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: 800f3a61-86e4-4005-8b17-0252365bfbfe already exists)
2023-03-22T06:07:09.047Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:07:09.047Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:07:09.047Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:07:09.047Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465229046,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 800f3a61-86e4-4005-8b17-0252365bfbfe already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:07:10.048Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||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-22T06:07:10.048Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||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: e5cee138-d08f-4f98-b954-b100fc045ce9 already exists)
2023-03-22T06:07:10.049Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:07:10.049Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:07:10.049Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:07:10.050Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465230048,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e5cee138-d08f-4f98-b954-b100fc045ce9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:07:11.051Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b64429f8-68d6-4a68-b948-a3a538b17dd3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:07:11.074Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b64429f8-68d6-4a68-b948-a3a538b17dd3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:07:11.078Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T06:07:11.078Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T06:07:11.078Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T06:07:11.078Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T06:07:11.078Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:07:11.078Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:07:11.078Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:07:11.078Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:07:11.078Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-22T06:07:11.090Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T06:07:28.533Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:07:28.534Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T06:07:28.535Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:07:28.535Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:07:41.091Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b64429f8-68d6-4a68-b948-a3a538b17dd3 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T06:07:41.099Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b64429f8-68d6-4a68-b948-a3a538b17dd3 and serviceModelVersionId: f38337a8-d2df-48a9-a491-0868f87ff613
2023-03-22T06:07:41.099Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 120c21e3-6916-4b71-8ac3-5c439c353b17
2023-03-22T06:07:41.100Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0
2023-03-22T06:07:41.107Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T06:07:41.133Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?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-22T06:07:41.134Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0|INFO|500||Invoke
2023-03-22T06:07:41.141Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T06:07:41.297Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0|INFO|500||InvokeReturn
2023-03-22T06:07:41.298Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 06:07:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[151], vertex-id=[209000], x-aai-txid=[0-aai-resources-230322-06:07:40:999-78589], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T06:07:41.298Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2023-03-22T06:07:41.298Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T06:07:41.298Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T06:07:41.306Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T06:07:41.307Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b64429f8-68d6-4a68-b948-a3a538b17dd3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T06:07:41.307Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T06:07:41.307Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:07:41.307Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:07:41.307Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465261307,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:07:42.334Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-22T06:07:42.334Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"4d2fc27d-4827-4431-8901-1a7fe4ae70eb","serviceName":"Demo_pNF_Th3LXatp9s8wdDTQBYLt","serviceVersion":"1.0","serviceUUID":"cdad142e-6240-4457-8e87-75b7cbd29e38","serviceDescription":"catalog service description","serviceInvariantUUID":"81de75ee-355d-450a-b294-753817382022","resources":[{"resourceInstanceName":"pNF 6c7740df-c757 0","resourceName":"pNF 6c7740df-c757","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0da99d63-27be-4a3a-9bd6-c9f17d70a915","resourceInvariantUUID":"41ff80c8-5a8c-4586-9497-ee0ed8d8dbb8","resourceCustomizationUUID":"0404e3be-4b20-4344-a6e5-8950491f980d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vf-license-model.xml","artifactChecksum":"ZmFlNmVhNzc5ZWZlOTA2MDU4ZjgyYjAzYWI0Mzk3NDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"92d23c96-8b8f-4d9d-b136-5be1619c9ec5","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ea08e81f-ef29-4698-9ed5-fe992c4b9a9b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e8855c67-e9df-4389-96ea-13624f308c26","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vendor-license-model.xml","artifactChecksum":"MDIyM2QxNDY2ZjIzMDBhODMzMDExNmFiOGQ1ZmQxZjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9d892759-0f11-4463-b7ab-71ba4e1c07b6","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"66a0ca7b-6224-438d-b805-63e8aa6a2f6d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3e4dc005-13b1-4f11-ba54-e2d95eb2a6b8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTh3lxatp9s8wddtqbylt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-template.yml","artifactChecksum":"Yjc5YTkyYjYzNDRkY2MyN2VmMzg3NDEzODk4NDJjYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b2903a06-5b2c-414f-a385-4ca4513bf0c8","artifactVersion":"1"},{"artifactName":"service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar","artifactChecksum":"ODBhNmVlNzYyZjAyOTI2MWQwZGVlOTIzZDMzMjU1OTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c4384b06-8549-491d-87e4-dd44765b609c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T06:07:42.335Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:07:42.335Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:07:42.335Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:07:42.335Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:07:43.336Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:07:43.336Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:07:43.337Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:07:43.337Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:07:44.338Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:07:44.338Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:07:44.338Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:07:44.338Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:07:45.339Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:07:45.339Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:07:45.340Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:07:45.340Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:07:46.340Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:07:46.341Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:07:46.341Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:07:46.341Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:07:47.342Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:07:47.342Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:07:47.342Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:07:47.343Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:07:48.343Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:07:48.344Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:07:48.344Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:07:48.344Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:07:49.344Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:07:49.345Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:07:49.345Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:07:49.345Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:07:50.346Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "serviceName": "Demo_pNF_Th3LXatp9s8wdDTQBYLt",
  "serviceVersion": "1.0",
  "serviceUUID": "cdad142e-6240-4457-8e87-75b7cbd29e38",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "81de75ee-355d-450a-b294-753817382022",
  "resources": [
    {
      "resourceInstanceName": "pNF 6c7740df-c757 0",
      "resourceCustomizationUUID": "0404e3be-4b20-4344-a6e5-8950491f980d",
      "resourceName": "pNF 6c7740df-c757",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "0da99d63-27be-4a3a-9bd6-c9f17d70a915",
      "resourceInvariantUUID": "41ff80c8-5a8c-4586-9497-ee0ed8d8dbb8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
      "artifactChecksum": "ODBhNmVlNzYyZjAyOTI2MWQwZGVlOTIzZDMzMjU1OTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c4384b06-8549-491d-87e4-dd44765b609c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T06:07:50.346Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T06:07:50.346Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cdad142e-6240-4457-8e87-75b7cbd29e38 ASDC
2023-03-22T06:07:50.347Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:4d2fc27d-4827-4431-8901-1a7fe4ae70eb
ServiceName:Demo_pNF_Th3LXatp9s8wdDTQBYLt
ServiceVersion:1.0
ServiceUUID:cdad142e-6240-4457-8e87-75b7cbd29e38
ServiceInvariantUUID:81de75ee-355d-450a-b294-753817382022
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
ArtifactUUID:c4384b06-8549-491d-87e4-dd44765b609c
ArtifactChecksum:ODBhNmVlNzYyZjAyOTI2MWQwZGVlOTIzZDMzMjU1OTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 6c7740df-c757 0
ResourceCustomizationUUID:0404e3be-4b20-4344-a6e5-8950491f980d
ResourceInvariantUUID:41ff80c8-5a8c-4586-9497-ee0ed8d8dbb8
ResourceName:pNF 6c7740df-c757
ResourceType:PNF
ResourceUUID:0da99d63-27be-4a3a-9bd6-c9f17d70a915
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-22T06:07:50.347Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cdad142e-6240-4457-8e87-75b7cbd29e38 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:07:50.393Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:07:50.394Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:07:50.394Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:07:50.394Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c4384b06-8549-491d-87e4-dd44765b609c from URL: /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:07:50.394Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-22T06:07:50.394Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:07:50.675Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-03-22T06:07:50.677Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar c4384b06-8549-491d-87e4-dd44765b609c 88006
2023-03-22T06:07:50.678Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar ASDC sendASDCNotification
2023-03-22T06:07:50.678Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:07:50.678Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T06:07:50.678Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:07:50.678Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:07:50.678Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465270677,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:07:51.679Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:07:51.680Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:07:51.680Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: c4384b06-8549-491d-87e4-dd44765b609c, URL: /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar to file: /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:07:51.680Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:07:51.681Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:07:51.681Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:07:51.761Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13625482894038396689/Definitions/service-DemoPnfTh3lxatp9s8wddtqbylt-template.yml
2023-03-22T06:07:52.328Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-22T06:07:52.328Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-03-22T06:07:52.328Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:07:52.328Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-22T06:07:52.328Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:07:52.328Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:07:52.328Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:07:52.328Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:07:52.328Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:07:52.328Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:07:52.328Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6c7740df-c757 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-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:07:52.329Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-03-22T06:07:52.329Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:07:52.329Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:07:52.329Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Node template pNF 6c7740df-c757 0 is matching search criteria
2023-03-22T06:07:52.329Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-03-22T06:07:52.329Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 6c7740df-c757 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T06:07:52.329Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:07:52.329Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:07:52.329Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Node template pNF 6c7740df-c757 0 is matching search criteria
2023-03-22T06:07:52.329Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-03-22T06:07:52.329Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 6c7740df-c757 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T06:07:52.329Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:07:52.329Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:07:52.329Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:07:52.329Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:07:52.329Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:07:52.330Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:07:52.330Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:07:52.330Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:07:52.330Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:07:52.330Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:07:52.330Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Th3LXatp9s8wdDTQBYLt
Description:catalog service description
Model UUID:cdad142e-6240-4457-8e87-75b7cbd29e38
Model Version:NULL
Model InvariantUuid:81de75ee-355d-450a-b294-753817382022
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-22T06:07:52.368Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||ERROR|500||Csar with UUID: c4384b06-8549-491d-87e4-dd44765b609c already exists
2023-03-22T06:07:52.368Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar ASDC sendASDCNotification
2023-03-22T06:07:52.368Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar(Csar with UUID: c4384b06-8549-491d-87e4-dd44765b609c already exists)
2023-03-22T06:07:52.368Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:07:52.369Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:07:52.369Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:07:52.369Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465272368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c4384b06-8549-491d-87e4-dd44765b609c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:07:53.369Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar ASDC sendASDCNotification
2023-03-22T06:07:53.369Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar(Resource with UUID: 0da99d63-27be-4a3a-9bd6-c9f17d70a915 already exists)
2023-03-22T06:07:53.370Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:07:53.370Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:07:53.370Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:07:53.370Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465273369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 0da99d63-27be-4a3a-9bd6-c9f17d70a915 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:07:54.370Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4d2fc27d-4827-4431-8901-1a7fe4ae70eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:07:54.393Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4d2fc27d-4827-4431-8901-1a7fe4ae70eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:07:54.397Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T06:07:54.398Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T06:07:54.398Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T06:07:54.398Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T06:07:54.398Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:07:54.398Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:07:54.398Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:07:54.398Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:07:54.398Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-22T06:07:54.411Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T06:08:24.411Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4d2fc27d-4827-4431-8901-1a7fe4ae70eb and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T06:08:24.430Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4d2fc27d-4827-4431-8901-1a7fe4ae70eb and serviceModelVersionId: cdad142e-6240-4457-8e87-75b7cbd29e38
2023-03-22T06:08:24.431Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 81de75ee-355d-450a-b294-753817382022
2023-03-22T06:08:24.431Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0
2023-03-22T06:08:24.437Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T06:08:24.460Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?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-22T06:08:24.461Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0|INFO|500||Invoke
2023-03-22T06:08:24.470Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T06:08:24.616Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0|INFO|500||InvokeReturn
2023-03-22T06:08:24.617Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 06:08:24 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[142], vertex-id=[430280], x-aai-txid=[1-aai-resources-230322-06:08:24:327-33695], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T06:08:24.617Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2023-03-22T06:08:24.617Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T06:08:24.617Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T06:08:24.624Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T06:08:24.624Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4d2fc27d-4827-4431-8901-1a7fe4ae70eb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T06:08:24.625Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T06:08:24.625Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:08:24.625Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:08:24.625Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465304625,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:08:25.650Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-22T06:08:25.650Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"44063b6d-45da-49fc-ab15-9656002e57f4","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"695e2d69-98b7-429a-afc4-20af085f3feb","serviceDescription":"service","serviceInvariantUUID":"827b4e2f-462e-4274-b06b-83d9e0d3ace6","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1dfc083c-bd8d-4cd6-8b75-76501219274f","resourceInvariantUUID":"d5c0e36a-42fe-473e-b3c3-d29612784207","resourceCustomizationUUID":"e242c95d-05ac-4716-a0cb-a8fc5b864211","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":"ZDhkNTY4Y2Q0ZDEzZTNiMDJiOGQ3ZjFlZjJlMGU3MTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3c8639bc-c135-41e9-8036-cebebb1f075b","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":"YzI1Y2VkMTkwODBhYThhMTAwMmYxODZjNTFlOGQ4OWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cb466d3d-7037-49ba-892d-3b36a30ff8de","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":"77c31327-9aad-470c-b9b0-fe7fb5745fcb","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":"8198e7f4-1fe4-4e56-8a16-249e343a2955","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":"9fa8118c-67ff-46e0-ac49-f4f884be1af1","artifactVersion":"2","generatedFromUUID":"77c31327-9aad-470c-b9b0-fe7fb5745fcb"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YWQ3ZjcwMjUzNjgxZmY2NTgzZGM4NTVlOWQ3ZTAxZTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6d0e8b18-027b-4fa4-9135-c75d2061ced4","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YjMzZDMxODU5NzkwMmJjODA1YTRlMjExNzBhNTg2MWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"88b0302b-1d98-4d84-8518-e5897ddf5aab","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T06:08:25.651Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:08:25.651Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:08:25.651Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:08:25.651Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "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-22T06:08:26.652Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:08:26.652Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:08:26.652Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:08:26.652Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "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-22T06:08:27.654Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:08:27.655Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:08:27.655Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:08:27.655Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "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-22T06:08:28.533Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:08:28.535Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T06:08:28.535Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465189891,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T06:08:28.536Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:08:28.536Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T06:08:28.536Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465192618,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa already exists"
}
2023-03-22T06:08:28.536Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:08:28.536Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T06:08:28.536Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465193621,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a403d108-1e0a-4b72-ac99-f7abbce4ed23 already exists"
}
2023-03-22T06:08:28.536Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:08:28.537Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T06:08:28.537Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465224879,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T06:08:28.537Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:08:28.537Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T06:08:28.537Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:08:28.537Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:08:28.537Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T06:08:28.537Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:08:28.537Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:08:28.537Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T06:08:28.538Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465227994,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-22T06:08:28.538Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:08:28.538Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T06:08:28.538Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465229046,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 800f3a61-86e4-4005-8b17-0252365bfbfe already exists"
}
2023-03-22T06:08:28.538Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:08:28.538Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T06:08:28.538Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465230048,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e5cee138-d08f-4f98-b954-b100fc045ce9 already exists"
}
2023-03-22T06:08:28.538Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:08:28.656Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:08:28.657Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:08:28.657Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:08:28.657Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "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-22T06:08:29.658Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:08:29.658Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:08:29.658Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:08:29.659Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "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-22T06:08:30.659Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:08:30.660Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:08:30.660Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:08:30.660Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "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-22T06:08:31.662Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:08:31.662Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:08:31.662Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:08:31.662Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:08:32.663Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "695e2d69-98b7-429a-afc4-20af085f3feb",
  "serviceDescription": "service",
  "serviceInvariantUUID": "827b4e2f-462e-4274-b06b-83d9e0d3ace6",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "e242c95d-05ac-4716-a0cb-a8fc5b864211",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1dfc083c-bd8d-4cd6-8b75-76501219274f",
      "resourceInvariantUUID": "d5c0e36a-42fe-473e-b3c3-d29612784207",
      "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": "YzI1Y2VkMTkwODBhYThhMTAwMmYxODZjNTFlOGQ4OWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "cb466d3d-7037-49ba-892d-3b36a30ff8de",
          "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": "77c31327-9aad-470c-b9b0-fe7fb5745fcb",
          "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": "9fa8118c-67ff-46e0-ac49-f4f884be1af1",
            "generatedFromUUID": "77c31327-9aad-470c-b9b0-fe7fb5745fcb"
          },
          "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": "9fa8118c-67ff-46e0-ac49-f4f884be1af1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YjMzZDMxODU5NzkwMmJjODA1YTRlMjExNzBhNTg2MWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "88b0302b-1d98-4d84-8518-e5897ddf5aab"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T06:08:32.664Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T06:08:32.664Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 695e2d69-98b7-429a-afc4-20af085f3feb ASDC
2023-03-22T06:08:32.664Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:44063b6d-45da-49fc-ab15-9656002e57f4
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:695e2d69-98b7-429a-afc4-20af085f3feb
ServiceInvariantUUID:827b4e2f-462e-4274-b06b-83d9e0d3ace6
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:88b0302b-1d98-4d84-8518-e5897ddf5aab
ArtifactChecksum:YjMzZDMxODU5NzkwMmJjODA1YTRlMjExNzBhNTg2MWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:e242c95d-05ac-4716-a0cb-a8fc5b864211
ResourceInvariantUUID:d5c0e36a-42fe-473e-b3c3-d29612784207
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1dfc083c-bd8d-4cd6-8b75-76501219274f
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:cb466d3d-7037-49ba-892d-3b36a30ff8de
ArtifactChecksum:YzI1Y2VkMTkwODBhYThhMTAwMmYxODZjNTFlOGQ4OWI=
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:77c31327-9aad-470c-b9b0-fe7fb5745fcb
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:9fa8118c-67ff-46e0-ac49-f4f884be1af1
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:9fa8118c-67ff-46e0-ac49-f4f884be1af1
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-22T06:08:32.667Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 695e2d69-98b7-429a-afc4-20af085f3feb ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-22T06:08:32.739Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:08:32.740Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:08:32.741Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:08:32.741Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 88b0302b-1d98-4d84-8518-e5897ddf5aab from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-22T06:08:32.742Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-22T06:08:32.742Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-22T06:08:33.066Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-03-22T06:08:33.067Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 88b0302b-1d98-4d84-8518-e5897ddf5aab 75200
2023-03-22T06:08:33.067Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||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-22T06:08:33.068Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||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-22T06:08:33.068Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T06:08:33.068Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:08:33.068Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:08:33.068Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465313067,
  "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-22T06:08:34.069Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:08:34.070Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:08:34.070Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 88b0302b-1d98-4d84-8518-e5897ddf5aab, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-22T06:08:34.070Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-03-22T06:08:34.071Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-03-22T06:08:34.071Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-03-22T06:08:34.161Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1236235374495163083/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-22T06:08:35.032Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-22T06:08:35.033Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-03-22T06:08:35.033Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-22T06:08:35.033Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-22T06:08:35.033Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-22T06:08:35.033Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-22T06:08:35.033Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||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-22T06:08:35.033Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-22T06:08:35.033Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-22T06:08:35.033Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-22T06:08:35.033Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-03-22T06:08:35.033Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-03-22T06:08:35.033Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:08:35.034Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:08:35.034Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-22T06:08:35.034Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-03-22T06:08:35.034Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T06:08:35.034Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:08:35.034Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:08:35.034Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-22T06:08:35.034Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-03-22T06:08:35.034Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T06:08:35.034Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:08:35.034Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:08:35.035Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:08:35.035Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-22T06:08:35.035Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-22T06:08:35.035Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-22T06:08:35.035Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-22T06:08:35.035Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-22T06:08:35.035Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-22T06:08:35.035Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:08:35.036Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-22T06:08:35.036Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:08:35.036Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-22T06:08:35.036Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T06:08:35.036Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:08:35.036Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-22T06:08:35.036Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T06:08:35.036Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:08:35.037Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-22T06:08:35.037Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T06:08:35.037Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:08:35.037Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-22T06:08:35.037Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-22T06:08:35.037Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-22T06:08:35.037Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=8adc9539-55d9-4389-854a-f94f46727887
2023-03-22T06:08:35.037Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:08:35.038Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:08:35.038Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:08:35.038Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:08:35.038Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:08:35.038Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:08:35.038Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:08:35.038Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:08:35.038Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:695e2d69-98b7-429a-afc4-20af085f3feb
Model Version:NULL
Model InvariantUuid:827b4e2f-462e-4274-b06b-83d9e0d3ace6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:cfa00552-3f6b-43be-8628-7597a07dc127
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d5c0e36a-42fe-473e-b3c3-d29612784207
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e242c95d-05ac-4716-a0cb-a8fc5b864211
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:197cbee9-0d81-492d-b9d6-cf11987d2a04
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:5cb47def-d682-402b-8465-9df4bae46406
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:8adc9539-55d9-4389-854a-f94f46727887
ModelInvariantUuid:7b40a131-6c01-4470-9750-b4b48b62b5ce
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:9aa92c0f-60f0-4cc3-a7a3-91d28e42550d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:86ce36eb-6b83-4e5e-ae03-e98b40dafb50
ModelInvariantUuid:750a1896-9862-4150-8b94-d0695bcd66e6
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:e0f87f35-bbfe-4286-a2fb-a67178193314
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-22T06:08:35.060Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 1dfc083c-bd8d-4cd6-8b75-76501219274f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T06:08:35.064Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||basic_vm 0
2023-03-22T06:08:35.065Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1dfc083c-bd8d-4cd6-8b75-76501219274f
2023-03-22T06:08:35.065Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: cb466d3d-7037-49ba-892d-3b36a30ff8de from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-03-22T06:08:35.065Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-22T06:08:35.065Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||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-22T06:08:35.165Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-03-22T06:08:35.165Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json cb466d3d-7037-49ba-892d-3b36a30ff8de 787
2023-03-22T06:08:35.165Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||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-22T06:08:35.165Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||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-22T06:08:35.166Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T06:08:35.166Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:08:35.166Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:08:35.166Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465315165,
  "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-22T06:08:36.167Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "197cbee9-0d81-492d-b9d6-cf11987d2a04",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5cb47def-d682-402b-8465-9df4bae46406",
    "vfModuleModelCustomizationUUID": "45cff58c-43ea-4072-a98a-a78e9d5b40aa",
    "isBase": true,
    "artifacts": [
      "77c31327-9aad-470c-b9b0-fe7fb5745fcb",
      "9fa8118c-67ff-46e0-ac49-f4f884be1af1"
    ],
    "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-22T06:08:36.171Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5cb47def-d682-402b-8465-9df4bae46406
VfModuleModelInvariantUUID:197cbee9-0d81-492d-b9d6-cf11987d2a04
VfModuleModelDescription:NULL
Artifacts UUID List:{
77c31327-9aad-470c-b9b0-fe7fb5745fcb
,
9fa8118c-67ff-46e0-ac49-f4f884be1af1

}
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-22T06:08:36.174Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "197cbee9-0d81-492d-b9d6-cf11987d2a04",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5cb47def-d682-402b-8465-9df4bae46406",
    "vfModuleModelCustomizationUUID": "45cff58c-43ea-4072-a98a-a78e9d5b40aa",
    "isBase": true,
    "artifacts": [
      "77c31327-9aad-470c-b9b0-fe7fb5745fcb",
      "9fa8118c-67ff-46e0-ac49-f4f884be1af1"
    ],
    "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-22T06:08:36.174Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5cb47def-d682-402b-8465-9df4bae46406
VfModuleModelInvariantUUID:197cbee9-0d81-492d-b9d6-cf11987d2a04
VfModuleModelDescription:NULL
Artifacts UUID List:{
77c31327-9aad-470c-b9b0-fe7fb5745fcb
,
9fa8118c-67ff-46e0-ac49-f4f884be1af1

}
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-22T06:08:36.174Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 77c31327-9aad-470c-b9b0-fe7fb5745fcb from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-03-22T06:08:36.174Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-22T06:08:36.174Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||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-22T06:08:36.250Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-03-22T06:08:36.250Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 77c31327-9aad-470c-b9b0-fe7fb5745fcb 5033
2023-03-22T06:08:36.251Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||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-22T06:08:36.251Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||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-22T06:08:36.251Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T06:08:36.251Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:08:36.251Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:08:36.251Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465316251,
  "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-22T06:08:37.253Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 9fa8118c-67ff-46e0-ac49-f4f884be1af1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-03-22T06:08:37.253Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-22T06:08:37.254Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||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-22T06:08:37.356Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-03-22T06:08:37.356Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 9fa8118c-67ff-46e0-ac49-f4f884be1af1 903
2023-03-22T06:08:37.356Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||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-22T06:08:37.357Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||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-22T06:08:37.357Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T06:08:37.357Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:08:37.357Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:08:37.357Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465317356,
  "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-22T06:08:38.359Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 695e2d69-98b7-429a-afc4-20af085f3feb
2023-03-22T06:08:38.359Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 1dfc083c-bd8d-4cd6-8b75-76501219274f 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-22T06:08:38.393Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@613f173f, org.onap.sdc.toscaparser.api.parameters.Input@21e5da59, org.onap.sdc.toscaparser.api.parameters.Input@78c3fd01, org.onap.sdc.toscaparser.api.parameters.Input@52c339c7, org.onap.sdc.toscaparser.api.parameters.Input@4b5c4a4f]
2023-03-22T06:08:38.394Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:08:38.395Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:08:38.395Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2023-03-22T06:08:38.395Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= e242c95d-05ac-4716-a0cb-a8fc5b864211
2023-03-22T06:08:38.395Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e242c95d-05ac-4716-a0cb-a8fc5b864211 matches Tosca VF Customization UUID: e242c95d-05ac-4716-a0cb-a8fc5b864211
2023-03-22T06:08:38.395Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: e242c95d-05ac-4716-a0cb-a8fc5b864211  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-22T06:08:38.400Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:08:38.400Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:08:38.401Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id e242c95d-05ac-4716-a0cb-a8fc5b864211: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-03-22T06:08:38.401Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@686ea8b4
2023-03-22T06:08:38.401Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:08:38.401Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-22T06:08:38.401Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 45cff58c-43ea-4072-a98a-a78e9d5b40aa
2023-03-22T06:08:38.402Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 45cff58c-43ea-4072-a98a-a78e9d5b40aa
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-22T06:08:38.406Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:08:38.406Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-22T06:08:38.406Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T06:08:38.406Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:08:38.406Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-22T06:08:38.406Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T06:08:38.406Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:08:38.407Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-03-22T06:08:38.407Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-22T06:08:38.407Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-22T06:08:38.407Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=8adc9539-55d9-4389-854a-f94f46727887
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-22T06:08:38.411Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:08:38.412Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-22T06:08:38.412Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T06:08:38.412Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:08:38.412Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-03-22T06:08:38.412Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=e242c95d-05ac-4716-a0cb-a8fc5b864211
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T06:08:38.415Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:08:38.416Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:08:38.416Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 695e2d69-98b7-429a-afc4-20af085f3feb: basic_vm
2023-03-22T06:08:38.416Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:08:38.416Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:08:38.416Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:08:38.416Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:08:38.416Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:08:38.416Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:08:38.416Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:08:38.416Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:08:38.416Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:08:38.417Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:08:38.417Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||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-22T06:08:38.573Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 1dfc083c-bd8d-4cd6-8b75-76501219274f 1 ASDC deployResourceStructure
2023-03-22T06:08:38.573Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||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-22T06:08:38.573Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||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-22T06:08:38.574Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-22T06:08:38.574Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:08:38.574Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:08:38.574Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465318573,
  "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-22T06:08:39.575Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||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-22T06:08:39.575Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||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-22T06:08:39.575Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-22T06:08:39.576Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:08:39.576Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:08:39.576Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465319575,
  "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-22T06:08:40.577Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||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-22T06:08:40.578Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||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-22T06:08:40.578Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-22T06:08:40.578Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:08:40.578Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:08:40.578Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465320577,
  "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-22T06:08:41.583Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||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-22T06:08:41.584Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||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-22T06:08:41.584Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-22T06:08:41.584Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:08:41.585Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:08:41.585Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465321583,
  "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-22T06:08:42.586Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44063b6d-45da-49fc-ab15-9656002e57f4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:08:42.609Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44063b6d-45da-49fc-ab15-9656002e57f4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:08:42.613Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T06:08:42.613Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T06:08:42.613Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T06:08:42.614Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T06:08:42.614Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:08:42.614Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:08:42.614Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:08:42.614Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:08:42.614Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-22T06:08:42.629Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T06:09:12.629Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 44063b6d-45da-49fc-ab15-9656002e57f4 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T06:09:12.643Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 44063b6d-45da-49fc-ab15-9656002e57f4 and serviceModelVersionId: 695e2d69-98b7-429a-afc4-20af085f3feb
2023-03-22T06:09:12.644Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 827b4e2f-462e-4274-b06b-83d9e0d3ace6
2023-03-22T06:09:12.644Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0
2023-03-22T06:09:12.652Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T06:09:12.672Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0|INFO|500||Invoke
2023-03-22T06:09:12.672Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[44063b6d-45da-49fc-ab15-9656002e57f4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4cfdb10b-fa26-48ee-88fa-7176519cc04b], X-ECOMP-RequestID=[44063b6d-45da-49fc-ab15-9656002e57f4], X-TransactionId=[], X-ONAP-RequestID=[44063b6d-45da-49fc-ab15-9656002e57f4], Content-Type=[application/merge-patch+json]}
2023-03-22T06:09:12.679Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T06:09:12.850Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 06:09:12 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[166], vertex-id=[204872], x-aai-txid=[1-aai-resources-230322-06:09:12:541-91273], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T06:09:12.851Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-22T06:09:12.852Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0|INFO|500||InvokeReturn
2023-03-22T06:09:12.853Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T06:09:12.853Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T06:09:12.862Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T06:09:12.862Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 44063b6d-45da-49fc-ab15-9656002e57f4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T06:09:12.863Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T06:09:12.863Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:09:12.863Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:09:12.863Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465352862,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:09:13.888Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T06:09:13.888Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-22T06:09:13.889Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:09:13.889Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:09:13.889Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:09:13.889Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] (Re-)joining group
2023-03-22T06:09:13.895Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-13031345-569d-4a9a-875b-3bf51c7ac454
2023-03-22T06:09:13.895Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:09:13.895Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:09:13.895Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] (Re-)joining group
2023-03-22T06:09:14.850Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:09:17.859Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:09:20.868Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:09:23.877Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:09:26.886Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:09:28.533Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:09:28.549Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:09:28.549Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] (Re-)joining group
2023-03-22T06:09:28.555Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully joined group with generation Generation{generationId=15, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T06:09:28.555Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Successfully joined group with generation Generation{generationId=15, memberId='SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-13031345-569d-4a9a-875b-3bf51c7ac454', protocol='range'}
2023-03-22T06:09:28.561Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Finished assignment for group at generation 15: {SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-13031345-569d-4a9a-875b-3bf51c7ac454=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-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-22T06:09:28.577Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Successfully synced group in generation Generation{generationId=15, memberId='SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-13031345-569d-4a9a-875b-3bf51c7ac454', protocol='range'}
2023-03-22T06:09:28.578Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully synced group in generation Generation{generationId=15, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T06:09:28.578Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:09:28.578Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:09:28.578Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:09:28.579Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:09:28.583Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:09:28.583Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:09:28.583Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:09:28.583Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:09:28.583Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:09:28.583Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-22T06:09:28.584Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:09:28.584Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:09:28.584Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:09:28.584Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=496, 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-22T06:09:28.584Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:09:28.584Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:09:28.592Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-22T06:09:28.593Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"1a5e8e35-87ed-40f0-91a8-3b150a1e0fca","serviceName":"basic_onboard_NCnVBE","serviceVersion":"1.0","serviceUUID":"e5f12647-c344-47df-98f7-08a8565b00b6","serviceDescription":"service","serviceInvariantUUID":"51f08bee-59f8-40fa-935c-cd0599c584b5","resources":[{"resourceInstanceName":"basic_onboard_NCnVBE 0","resourceName":"basic_onboard_NCnVBE","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"73768750-8efc-41f5-8d10-5bfad5a080c6","resourceInvariantUUID":"3f902fda-2512-4773-9240-2d25a4405852","resourceCustomizationUUID":"f212e54c-b0bb-4702-b4c4-175e06e278d2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vf-license-model.xml","artifactChecksum":"OTA1ZTkxNzEyZTViN2JiM2U4NGIyMDBkNWU3NzNjZmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"19f3bbed-75be-40ee-b35d-a9d87796e6f1","artifactVersion":"1"},{"artifactName":"basic_onboard_ncnvbe0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json","artifactChecksum":"ZWQ3NTUzZmZlNGY2MGFmNTVmZWQ5OTA0NDFhM2ZmMTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ceda833e-13d7-416e-883f-3f2acb53642c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0dff949b-8137-4b9a-ab54-eb6f0bdd3a39","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5d7083d5-a974-48d7-8a4a-5859d7f018f7","artifactVersion":"2","generatedFromUUID":"2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNcnvbe-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-template.yml","artifactChecksum":"MzFlODEzZDM0NzhjOWZiYTdiMGRkODUxMzU2MTdmNzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"97614832-45b7-45e5-b1d5-5a9c89fe5a74","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNcnvbe-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar","artifactChecksum":"Y2Q1OGViOTJjODRmZWE4OWJiY2VjMTMxMzgxZTJlMDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aef3d4fb-c703-4c66-af36-81e4bf7b5d1d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T06:09:28.594Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:09:28.594Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:09:28.594Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:09:28.595Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:09:29.596Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:09:29.596Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:09:29.596Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:09:29.597Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:09:29.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:09:29.599Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465261307,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T06:09:29.599Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:09:29.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:09:29.599Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:09:29.600Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:09:29.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:09:29.600Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:09:29.600Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:09:29.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:09:29.600Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:09:29.600Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:09:29.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:09:29.600Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:09:29.600Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:09:29.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:09:29.600Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:09:29.601Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:09:29.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:09:29.601Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:09:29.601Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:09:29.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:09:29.601Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:09:29.601Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:09:29.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:09:29.601Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:09:29.601Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:09:29.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:09:29.601Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465270677,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T06:09:29.601Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:09:29.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:09:29.601Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465272368,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c4384b06-8549-491d-87e4-dd44765b609c already exists"
}
2023-03-22T06:09:29.601Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:09:29.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:09:29.601Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465273369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 0da99d63-27be-4a3a-9bd6-c9f17d70a915 already exists"
}
2023-03-22T06:09:29.601Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:09:29.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:09:29.602Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465304625,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T06:09:29.602Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:09:29.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:09:29.602Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:09:29.602Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:09:29.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:09:29.602Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T06:09:29.602Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:09:29.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:09:29.602Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-22T06:09:29.602Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:09:29.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:09:29.602Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:09:29.602Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:09:29.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:09:29.602Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-22T06:09:29.602Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:09:29.603Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:09:29.603Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:09:29.603Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:09:29.603Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:09:29.603Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679464824708,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:09:29.603Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:09:29.603Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:09:29.603Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465313067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T06:09:29.603Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:09:29.603Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:09:29.603Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465315165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-22T06:09:29.603Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:09:29.604Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:09:29.604Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465316251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-22T06:09:29.604Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:09:29.604Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:09:29.604Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465317356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-03-22T06:09:29.604Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:09:29.604Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:09:29.604Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465318573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-22T06:09:29.604Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:09:29.604Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:09:29.604Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465319575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-03-22T06:09:29.604Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:09:29.604Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:09:29.604Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465320577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-03-22T06:09:29.604Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:09:29.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:09:29.605Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465321583,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-22T06:09:29.605Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:09:29.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:09:29.605Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465352862,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T06:09:29.605Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:09:29.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:09:29.605Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:09:29.605Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:09:30.597Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:09:30.598Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:09:30.598Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:09:30.598Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:09:31.599Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:09:31.600Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:09:31.600Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:09:31.601Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:09:32.601Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:09:32.602Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:09:32.602Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:09:32.603Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:09:33.604Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:09:33.604Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:09:33.604Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:09:33.605Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:09:34.605Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:09:34.606Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:09:34.606Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:09:34.606Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:09:35.607Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "serviceName": "basic_onboard_NCnVBE",
  "serviceVersion": "1.0",
  "serviceUUID": "e5f12647-c344-47df-98f7-08a8565b00b6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "51f08bee-59f8-40fa-935c-cd0599c584b5",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_NCnVBE 0",
      "resourceCustomizationUUID": "f212e54c-b0bb-4702-b4c4-175e06e278d2",
      "resourceName": "basic_onboard_NCnVBE",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "73768750-8efc-41f5-8d10-5bfad5a080c6",
      "resourceInvariantUUID": "3f902fda-2512-4773-9240-2d25a4405852",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ncnvbe0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
          "artifactChecksum": "ZWQ3NTUzZmZlNGY2MGFmNTVmZWQ5OTA0NDFhM2ZmMTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ceda833e-13d7-416e-883f-3f2acb53642c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5d7083d5-a974-48d7-8a4a-5859d7f018f7",
            "generatedFromUUID": "2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5d7083d5-a974-48d7-8a4a-5859d7f018f7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardNcnvbe-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
      "artifactChecksum": "Y2Q1OGViOTJjODRmZWE4OWJiY2VjMTMxMzgxZTJlMDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "aef3d4fb-c703-4c66-af36-81e4bf7b5d1d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T06:09:35.608Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T06:09:35.608Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e5f12647-c344-47df-98f7-08a8565b00b6 ASDC
2023-03-22T06:09:35.608Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
ServiceName:basic_onboard_NCnVBE
ServiceVersion:1.0
ServiceUUID:e5f12647-c344-47df-98f7-08a8565b00b6
ServiceInvariantUUID:51f08bee-59f8-40fa-935c-cd0599c584b5
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNcnvbe-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar
ArtifactUUID:aef3d4fb-c703-4c66-af36-81e4bf7b5d1d
ArtifactChecksum:Y2Q1OGViOTJjODRmZWE4OWJiY2VjMTMxMzgxZTJlMDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_NCnVBE 0
ResourceCustomizationUUID:f212e54c-b0bb-4702-b4c4-175e06e278d2
ResourceInvariantUUID:3f902fda-2512-4773-9240-2d25a4405852
ResourceName:basic_onboard_NCnVBE
ResourceType:VF
ResourceUUID:73768750-8efc-41f5-8d10-5bfad5a080c6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ncnvbe0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json
ArtifactUUID:ceda833e-13d7-416e-883f-3f2acb53642c
ArtifactChecksum:ZWQ3NTUzZmZlNGY2MGFmNTVmZWQ5OTA0NDFhM2ZmMTY=
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/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml
ArtifactUUID:2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33
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/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env
ArtifactUUID:5d7083d5-a974-48d7-8a4a-5859d7f018f7
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/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env
ArtifactUUID:5d7083d5-a974-48d7-8a4a-5859d7f018f7
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-22T06:09:35.608Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e5f12647-c344-47df-98f7-08a8565b00b6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:09:35.649Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:09:35.649Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:09:35.650Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:09:35.650Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: aef3d4fb-c703-4c66-af36-81e4bf7b5d1d from URL: /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar
2023-03-22T06:09:35.650Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-22T06:09:35.650Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar
2023-03-22T06:09:35.679Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||GET Response Status 404
2023-03-22T06:09:35.679Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@e5c507f
2023-03-22T06:09:35.680Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T06:09:35.680Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardNcnvbe"
      ]
    }
  }
}
2023-03-22T06:09:35.680Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardNcnvbe-csar.csar /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar aef3d4fb-c703-4c66-af36-81e4bf7b5d1d Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T06:09:35.680Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar ASDC sendASDCNotification
2023-03-22T06:09:35.680Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar(Specified artifact is  not found)
2023-03-22T06:09:35.680Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T06:09:35.680Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:09:35.681Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:09:35.681Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465375680,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:09:36.681Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardNcnvbe-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar(UUID:aef3d4fb-c703-4c66-af36-81e4bf7b5d1d)
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-22T06:09:36.703Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T06:09:36.703Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 73768750-8efc-41f5-8d10-5bfad5a080c6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T06:09:36.708Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||basic_onboard_NCnVBE 0
2023-03-22T06:09:36.708Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 73768750-8efc-41f5-8d10-5bfad5a080c6
2023-03-22T06:09:36.709Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ceda833e-13d7-416e-883f-3f2acb53642c from URL: /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json
2023-03-22T06:09:36.709Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-22T06:09:36.709Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json
2023-03-22T06:09:36.726Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||GET Response Status 404
2023-03-22T06:09:36.727Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@111faecb
2023-03-22T06:09:36.728Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T06:09:36.728Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardNcnvbe"
      ]
    }
  }
}
2023-03-22T06:09:36.729Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_ncnvbe0_modules.json /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json ceda833e-13d7-416e-883f-3f2acb53642c Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T06:09:36.729Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json ASDC sendASDCNotification
2023-03-22T06:09:36.729Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json(Specified artifact is  not found)
2023-03-22T06:09:36.730Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T06:09:36.730Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:09:36.730Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:09:36.731Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465376729,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:09:37.732Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_ncnvbe0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json(UUID:ceda833e-13d7-416e-883f-3f2acb53642c)
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-22T06:09:37.733Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:09:37.761Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:09:37.766Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T06:09:37.766Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T06:10:07.766Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:10:07.791Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:10:07.797Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T06:10:07.798Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T06:10:28.533Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:10:28.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:10:28.535Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T06:10:28.536Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:10:37.798Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:10:37.821Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:10:37.827Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T06:10:37.827Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T06:11:07.827Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:11:07.850Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:11:07.854Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T06:11:07.854Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T06:11:28.533Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:11:28.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:11:28.536Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-22T06:11:28.536Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:11:28.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:11:28.536Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:11:28.537Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:11:28.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:11:28.537Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-22T06:11:28.537Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:11:28.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:11:28.537Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:11:28.537Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:11:28.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:11:28.538Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:11:28.538Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:11:28.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:11:28.538Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465375680,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-22T06:11:28.538Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:11:28.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:11:28.538Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465376729,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-22T06:11:28.538Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:11:37.855Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:11:37.885Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:11:37.890Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T06:11:37.890Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T06:12:07.890Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:12:07.904Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:12:07.907Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T06:12:07.907Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T06:12:28.533Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:12:37.908Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:12:37.932Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:12:37.936Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T06:12:37.936Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T06:13:07.936Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:13:07.952Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:13:07.954Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T06:13:07.955Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T06:13:28.535Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:13:37.955Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:13:37.966Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:13:37.969Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T06:13:37.969Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T06:14:07.969Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:14:07.982Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:14:07.985Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T06:14:07.985Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T06:14:18.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:14:18.489Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679465641427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:14:18.490Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:14:28.535Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:14:28.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:14:28.536Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679465638676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:14:28.536Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:14:28.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:14:28.536Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679465641786,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:14:28.536Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:14:28.592Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:14:28.592Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Member SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-13031345-569d-4a9a-875b-3bf51c7ac454 sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-22T06:14:28.592Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-22T06:14:28.593Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-22T06:14:29.216Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:14:32.225Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:14:35.235Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:14:37.986Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-22T06:14:37.986Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T06:14:37.996Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca and serviceModelVersionId: e5f12647-c344-47df-98f7-08a8565b00b6
2023-03-22T06:14:37.996Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 51f08bee-59f8-40fa-935c-cd0599c584b5
2023-03-22T06:14:37.997Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0
2023-03-22T06:14:38.003Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T06:14:38.022Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|INFO|500||Invoke
2023-03-22T06:14:38.022Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1a5e8e35-87ed-40f0-91a8-3b150a1e0fca], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b11d8825-6615-45dc-85f6-bea6abb4d919], X-ECOMP-RequestID=[1a5e8e35-87ed-40f0-91a8-3b150a1e0fca], X-TransactionId=[], X-ONAP-RequestID=[1a5e8e35-87ed-40f0-91a8-3b150a1e0fca], Content-Type=[application/merge-patch+json]}
2023-03-22T06:14:38.035Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-22T06:14:38.071Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0 has http status code:404 and response headers:{date=[Wed, 22 Mar 2023 06:14:37 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[33], x-aai-txid=[2-aai-resources-230322-06:14:37:895-11910], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T06:14:38.074Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6","ERR.5.4.6114"]}}}

2023-03-22T06:14:38.074Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-22T06:14:38.077Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
2023-03-22T06:14:38.077Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T06:14:38.077Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
2023-03-22T06:14:38.077Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T06:14:38.090Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T06:14:38.090Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
2023-03-22T06:14:38.091Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-22T06:14:38.091Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:14:38.091Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:14:38.091Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465678090,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:14:38.242Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:14:39.109Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-22T06:14:39.109Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"fbc0587e-4f99-4206-ac97-4f248ab7b2de","serviceName":"vFW 2023-03-22 05-25-55","serviceVersion":"1.0","serviceUUID":"eda70000-0f19-4eaf-b072-0771557b768b","serviceDescription":"catalog service description","serviceInvariantUUID":"54638bfb-5802-44c3-ba60-61ecd799a1bc","resources":[{"resourceInstanceName":"vFW 3229eeab-6ab8 0","resourceName":"vFW 3229eeab-6ab8","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850","resourceInvariantUUID":"6f487355-e424-4b76-9ef4-7f60cecc0cee","resourceCustomizationUUID":"bbf43dff-a85c-4ce3-9384-ff2f1d0c1478","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vf-license-model.xml","artifactChecksum":"ZTk2NGJjN2RmNjIyODk5M2YxODVjYWM0MmE5NDU2NjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"327fa8b9-2434-45ca-a5cb-6c0e0c48f279","artifactVersion":"1"},{"artifactName":"vfw3229eeab6ab80_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json","artifactChecksum":"YjhjOTY1OGI5YWEyOGJhODkwMWIwMzBlYjcwYTEyMzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"127b1619-50cf-438a-a046-c05d6a5e780b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"24d6c314-9225-43b0-9b4a-495965c4b649","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vendor-license-model.xml","artifactChecksum":"ZDIwMTBhYTFkOWY1ZTc0YTc0OTM0MmE0Zjg3NTI4Zjc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e883ee8a-b506-436c-8720-ece3099298d8","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"50d273c5-c4c8-48ad-97b1-0fcf90649b8d","artifactVersion":"2","generatedFromUUID":"24d6c314-9225-43b0-9b4a-495965c4b649"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230322052555-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-template.yml","artifactChecksum":"MDkzODk1YzU4OTAyYTFlOWM5YTFkYjljNWYxMWFmMjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"527da56d-ecd6-45fc-81ca-1ca14b3fe96a","artifactVersion":"1"},{"artifactName":"service-Vfw20230322052555-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar","artifactChecksum":"OTBmMWEwY2YzZDk1MzU0NzhlY2RiOTFkMjc5YTVkOGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T06:14:39.109Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:14:39.110Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:14:39.110Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:14:39.110Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:14:40.110Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:14:40.111Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:14:40.111Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:14:40.111Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:14:41.112Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:14:41.112Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:14:41.112Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:14:41.112Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:14:41.252Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:14:42.113Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:14:42.113Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:14:42.114Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:14:42.114Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:14:43.114Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:14:43.115Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:14:43.115Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:14:43.115Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:14:44.116Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:14:44.116Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:14:44.117Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:14:44.117Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:14:44.264Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:14:45.118Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:14:45.118Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:14:45.118Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:14:45.118Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:14:46.120Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "serviceName": "vFW 2023-03-22 05-25-55",
  "serviceVersion": "1.0",
  "serviceUUID": "eda70000-0f19-4eaf-b072-0771557b768b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "54638bfb-5802-44c3-ba60-61ecd799a1bc",
  "resources": [
    {
      "resourceInstanceName": "vFW 3229eeab-6ab8 0",
      "resourceCustomizationUUID": "bbf43dff-a85c-4ce3-9384-ff2f1d0c1478",
      "resourceName": "vFW 3229eeab-6ab8",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850",
      "resourceInvariantUUID": "6f487355-e424-4b76-9ef4-7f60cecc0cee",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw3229eeab6ab80_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json",
          "artifactChecksum": "YjhjOTY1OGI5YWEyOGJhODkwMWIwMzBlYjcwYTEyMzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "127b1619-50cf-438a-a046-c05d6a5e780b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "24d6c314-9225-43b0-9b4a-495965c4b649",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "50d273c5-c4c8-48ad-97b1-0fcf90649b8d",
            "generatedFromUUID": "24d6c314-9225-43b0-9b4a-495965c4b649"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "50d273c5-c4c8-48ad-97b1-0fcf90649b8d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230322052555-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
      "artifactChecksum": "OTBmMWEwY2YzZDk1MzU0NzhlY2RiOTFkMjc5YTVkOGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T06:14:46.120Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T06:14:46.120Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eda70000-0f19-4eaf-b072-0771557b768b ASDC
2023-03-22T06:14:46.121Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:fbc0587e-4f99-4206-ac97-4f248ab7b2de
ServiceName:vFW 2023-03-22 05-25-55
ServiceVersion:1.0
ServiceUUID:eda70000-0f19-4eaf-b072-0771557b768b
ServiceInvariantUUID:54638bfb-5802-44c3-ba60-61ecd799a1bc
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230322052555-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar
ArtifactUUID:bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f
ArtifactChecksum:OTBmMWEwY2YzZDk1MzU0NzhlY2RiOTFkMjc5YTVkOGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 3229eeab-6ab8 0
ResourceCustomizationUUID:bbf43dff-a85c-4ce3-9384-ff2f1d0c1478
ResourceInvariantUUID:6f487355-e424-4b76-9ef4-7f60cecc0cee
ResourceName:vFW 3229eeab-6ab8
ResourceType:VF
ResourceUUID:bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw3229eeab6ab80_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json
ArtifactUUID:127b1619-50cf-438a-a046-c05d6a5e780b
ArtifactChecksum:YjhjOTY1OGI5YWEyOGJhODkwMWIwMzBlYjcwYTEyMzA=
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/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml
ArtifactUUID:24d6c314-9225-43b0-9b4a-495965c4b649
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/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env
ArtifactUUID:50d273c5-c4c8-48ad-97b1-0fcf90649b8d
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/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env
ArtifactUUID:50d273c5-c4c8-48ad-97b1-0fcf90649b8d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-22T06:14:46.122Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eda70000-0f19-4eaf-b072-0771557b768b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:14:46.157Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:14:46.158Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:14:46.158Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:14:46.158Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f from URL: /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar
2023-03-22T06:14:46.158Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-22T06:14:46.158Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar
2023-03-22T06:14:46.416Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-03-22T06:14:46.418Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f 101497
2023-03-22T06:14:46.419Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar ASDC sendASDCNotification
2023-03-22T06:14:46.419Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar
2023-03-22T06:14:46.419Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T06:14:46.419Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:14:46.420Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:14:46.420Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465686419,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:14:47.273Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:14:47.420Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:14:47.421Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:14:47.421Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f, URL: /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar to file: /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:14:47.422Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230322052555-csar.csar
2023-03-22T06:14:47.422Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:14:47.423Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:14:47.537Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11567434647851073361/Definitions/service-Vfw20230322052555-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-22T06:14:49.084Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-22T06:14:49.085Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-03-22T06:14:49.085Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:14:49.085Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-22T06:14:49.085Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:14:49.085Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3229eeab-6ab8 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-Vfw20230322052555-csar.csar
2023-03-22T06:14:49.085Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:14:49.085Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:14:49.085Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:14:49.085Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:14:49.085Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:14:49.085Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:14:49.085Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:14:49.085Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:14:49.085Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:14:49.085Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-03-22T06:14:49.085Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:14:49.085Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:14:49.085Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T06:14:49.085Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-03-22T06:14:49.086Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T06:14:49.086Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:14:49.086Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:14:49.086Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T06:14:49.086Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-03-22T06:14:49.086Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T06:14:49.086Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:14:49.086Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:14:49.086Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:14:49.086Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is not matching search criteria
2023-03-22T06:14:49.086Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T06:14:49.086Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T06:14:49.086Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:14:49.086Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T06:14:49.086Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T06:14:49.087Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:14:49.087Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T06:14:49.087Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T06:14:49.087Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T06:14:49.087Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:14:49.087Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T06:14:49.087Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T06:14:49.087Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T06:14:49.087Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T06:14:49.087Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:14:49.087Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-22T06:14:49.087Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:14:49.087Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-22T06:14:49.087Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:14:49.087Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T06:14:49.087Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T06:14:49.088Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:14:49.088Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T06:14:49.088Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T06:14:49.088Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:14:49.088Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T06:14:49.088Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T06:14:49.088Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:14:49.088Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is not matching search criteria
2023-03-22T06:14:49.088Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T06:14:49.088Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-22T06:14:49.088Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T06:14:49.088Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T06:14:49.088Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T06:14:49.088Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:14:49.088Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T06:14:49.088Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T06:14:49.089Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T06:14:49.089Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T06:14:49.089Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:14:49.089Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=aa314a86-cb0e-4a5b-b3dc-67ab85529aa3
2023-03-22T06:14:49.089Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:14:49.089Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is not matching search criteria
2023-03-22T06:14:49.089Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T06:14:49.089Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T06:14:49.089Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:14:49.089Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T06:14:49.089Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T06:14:49.089Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:14:49.089Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T06:14:49.089Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-22T06:14:49.089Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T06:14:49.089Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T06:14:49.089Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T06:14:49.089Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:14:49.089Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d9998ff5-07a8-4e06-a366-e2fa06343e60
2023-03-22T06:14:49.090Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:14:49.090Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is not matching search criteria
2023-03-22T06:14:49.090Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T06:14:49.090Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T06:14:49.090Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:14:49.090Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T06:14:49.090Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T06:14:49.090Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:14:49.090Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T06:14:49.090Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T06:14:49.090Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T06:14:49.090Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:14:49.090Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T06:14:49.090Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-22T06:14:49.090Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=72136b1f-0061-4b5e-8c0f-044f0a8cd6b2
2023-03-22T06:14:49.090Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:14:49.091Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:14:49.091Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:14:49.091Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:14:49.091Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:14:49.091Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:14:49.091Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:14:49.091Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:14:49.091Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-22 05-25-55
Description:catalog service description
Model UUID:eda70000-0f19-4eaf-b072-0771557b768b
Model Version:NULL
Model InvariantUuid:54638bfb-5802-44c3-ba60-61ecd799a1bc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 3229eeab-6ab8
Model UUID:dd90c608-56d0-4044-b77e-6f9404d60812
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6f487355-e424-4b76-9ef4-7f60cecc0cee
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bbf43dff-a85c-4ce3-9384-ff2f1d0c1478
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2340f6cb-b4db-4011-b9c3-b4bb2848eb7c
ModelName:Vfw3229eeab6ab8..base_vfw..module-0
ModelUuid:c74453a0-bfa7-4668-9055-82db75071a8d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:aa314a86-cb0e-4a5b-b3dc-67ab85529aa3
ModelInvariantUuid:74332490-9cd4-4220-be9e-93c4591dd72d
ModelName:vFW 3229eeab-6ab8-nodes.vfwCvfc
ModelUuid:61ffbf75-6e28-4757-a025-b2c0ab962a74
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:b563dbc2-8b56-450f-a599-b56cc6be1007
ModelInvariantUuid:e6f4acf5-2121-4837-8eb8-e79dbf0b46ec
ModelName:Vfw3229eeab6ab8.compute.nodes.heat.vfw
ModelUuid:3ddfdfb8-55a4-40cd-9b94-9474bbb1c6d3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:d9998ff5-07a8-4e06-a366-e2fa06343e60
ModelInvariantUuid:75eef7ce-cbf0-426f-a147-534c62c9b134
ModelName:vFW 3229eeab-6ab8-nodes.vsnCvfc
ModelUuid:4c386c48-c8e8-4e57-8fc6-0995d6047810
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:7ea81968-c783-413a-9c62-f56e7faf2485
ModelInvariantUuid:8251d429-389a-4c59-b3bb-f88c27094de4
ModelName:Vfw3229eeab6ab8.compute.nodes.heat.vsn
ModelUuid:7baacf9a-a7aa-4a5d-9cd8-e291da6e2df3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:72136b1f-0061-4b5e-8c0f-044f0a8cd6b2
ModelInvariantUuid:212509d2-d95e-4210-9e4f-19fde5069d41
ModelName:vFW 3229eeab-6ab8-nodes.vpgCvfc
ModelUuid:44417cb2-1a4d-4bbd-972e-b0b0505ab818
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:1600c0ab-d5be-4c3c-83e2-1b664c1463d8
ModelInvariantUuid:d3c4495c-70b8-4c49-b3c6-423d142f6163
ModelName:Vfw3229eeab6ab8.compute.nodes.heat.vpg
ModelUuid:c23fe525-aef3-474a-ba0e-b18de4f76ede
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-22T06:14:49.126Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||ERROR|500||Csar with UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f already exists
2023-03-22T06:14:49.126Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar ASDC sendASDCNotification
2023-03-22T06:14:49.127Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar(Csar with UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f already exists)
2023-03-22T06:14:49.127Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:14:49.127Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:14:49.127Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:14:49.127Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465689126,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:14:50.128Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar ASDC sendASDCNotification
2023-03-22T06:14:50.129Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar(Resource with UUID: bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850 already exists)
2023-03-22T06:14:50.129Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:14:50.129Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:14:50.129Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:14:50.129Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465690128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:14:50.304Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:14:51.130Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fbc0587e-4f99-4206-ac97-4f248ab7b2de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:14:51.145Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fbc0587e-4f99-4206-ac97-4f248ab7b2de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:14:51.149Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T06:14:51.149Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T06:14:51.149Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T06:14:51.149Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T06:14:51.149Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:14:51.149Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:14:51.150Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:14:51.150Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:14:51.150Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-22T06:14:51.157Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T06:14:53.313Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:14:56.321Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:14:59.330Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:15:02.339Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:15:05.347Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:15:08.356Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:15:11.365Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:15:14.374Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:15:17.382Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:15:20.391Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:15:21.157Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fbc0587e-4f99-4206-ac97-4f248ab7b2de and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T06:15:21.163Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fbc0587e-4f99-4206-ac97-4f248ab7b2de and serviceModelVersionId: eda70000-0f19-4eaf-b072-0771557b768b
2023-03-22T06:15:21.163Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 54638bfb-5802-44c3-ba60-61ecd799a1bc
2023-03-22T06:15:21.164Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0
2023-03-22T06:15:21.171Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T06:15:21.192Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?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-22T06:15:21.192Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0|INFO|500||Invoke
2023-03-22T06:15:21.198Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T06:15:21.410Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0|INFO|500||InvokeReturn
2023-03-22T06:15:21.411Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 06:15:21 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[207], vertex-id=[188528], x-aai-txid=[0-aai-resources-230322-06:15:21:057-95362], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T06:15:21.411Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2023-03-22T06:15:21.411Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T06:15:21.411Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T06:15:21.423Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T06:15:21.423Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fbc0587e-4f99-4206-ac97-4f248ab7b2de and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T06:15:21.423Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T06:15:21.423Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:15:21.424Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:15:21.424Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465721423,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:15:22.447Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-22T06:15:22.447Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"e45a6ddb-db7b-441f-b7ed-2e79323362e4","serviceName":"vFW 2023-03-22 05-39-11","serviceVersion":"1.0","serviceUUID":"562f90e9-8e25-4df5-abb7-1b0c5d5c58ec","serviceDescription":"catalog service description","serviceInvariantUUID":"52e7b3d8-c424-43b5-ac13-789d4eb414c3","resources":[{"resourceInstanceName":"vFW c60b0202-0ea7 0","resourceName":"vFW c60b0202-0ea7","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a403d108-1e0a-4b72-ac99-f7abbce4ed23","resourceInvariantUUID":"8351f926-86d0-4cb7-823c-18b7802f48a1","resourceCustomizationUUID":"06e7df1e-8a54-4cc2-9b1f-86a8234bc06f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vf-license-model.xml","artifactChecksum":"NDhhYmFmMmY5Zjc5MTk2MDI3NzVkOTc0YWFhZTk1MDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ac048545-2b2d-4e16-a159-921d7d783742","artifactVersion":"1"},{"artifactName":"vfwc60b02020ea70_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json","artifactChecksum":"NmViOGFlN2U2MzE3NTY0NTdmNGY4MzJhZjFjYTMwMGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6849c46b-4130-4e78-b948-01a8c8600c05","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vendor-license-model.xml","artifactChecksum":"ZDJhNGY2ZjE0MGM0NGY4MWIzODE0ZDdlNjY3MmQ1NWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"330b063c-7793-44ce-a503-a49511c0d654","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"70401413-6f4d-49ec-be0e-187b3f996134","artifactVersion":"2","generatedFromUUID":"6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230322053911-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-template.yml","artifactChecksum":"ZjQ2NmEzOGYwMGNjYWE2Y2ZiZjYwOTcyYjExYWJiMDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4242fb19-e71a-48c4-b953-65a008cd83b8","artifactVersion":"1"},{"artifactName":"service-Vfw20230322053911-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar","artifactChecksum":"MzQ2NDA1NGJmMDE1NjcxMTQxM2RjMWJkYTQ5MDNjMDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"92a1cf4b-1054-452b-880a-e75dccd519aa","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T06:15:22.448Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:15:22.448Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:15:22.448Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:15:22.448Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:15:23.401Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:15:23.449Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:15:23.450Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:15:23.450Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:15:23.450Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:15:24.451Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:15:24.451Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:15:24.451Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:15:24.452Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:15:25.453Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:15:25.453Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:15:25.454Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:15:25.454Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:15:26.412Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:15:26.455Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:15:26.455Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:15:26.456Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:15:26.456Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:15:27.457Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:15:27.457Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:15:27.458Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:15:27.458Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:15:28.459Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:15:28.459Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:15:28.459Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:15:28.459Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:15:28.533Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:15:28.548Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:15:28.549Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] (Re-)joining group
2023-03-22T06:15:28.555Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully joined group with generation Generation{generationId=16, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T06:15:28.556Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Finished assignment for group at generation 16: {SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-22T06:15:28.572Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully synced group in generation Generation{generationId=16, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T06:15:28.573Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:15:28.573Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:15:28.577Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:15:28.577Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:15:28.577Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:15:28.578Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=537, 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-22T06:15:28.578Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:15:28.578Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:15:29.460Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "serviceName": "vFW 2023-03-22 05-39-11",
  "serviceVersion": "1.0",
  "serviceUUID": "562f90e9-8e25-4df5-abb7-1b0c5d5c58ec",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "52e7b3d8-c424-43b5-ac13-789d4eb414c3",
  "resources": [
    {
      "resourceInstanceName": "vFW c60b0202-0ea7 0",
      "resourceCustomizationUUID": "06e7df1e-8a54-4cc2-9b1f-86a8234bc06f",
      "resourceName": "vFW c60b0202-0ea7",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a403d108-1e0a-4b72-ac99-f7abbce4ed23",
      "resourceInvariantUUID": "8351f926-86d0-4cb7-823c-18b7802f48a1",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc60b02020ea70_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json",
          "artifactChecksum": "NmViOGFlN2U2MzE3NTY0NTdmNGY4MzJhZjFjYTMwMGQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6849c46b-4130-4e78-b948-01a8c8600c05",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "70401413-6f4d-49ec-be0e-187b3f996134",
            "generatedFromUUID": "6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "70401413-6f4d-49ec-be0e-187b3f996134",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230322053911-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
      "artifactChecksum": "MzQ2NDA1NGJmMDE1NjcxMTQxM2RjMWJkYTQ5MDNjMDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "92a1cf4b-1054-452b-880a-e75dccd519aa"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T06:15:29.461Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T06:15:29.461Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 562f90e9-8e25-4df5-abb7-1b0c5d5c58ec ASDC
2023-03-22T06:15:29.461Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:e45a6ddb-db7b-441f-b7ed-2e79323362e4
ServiceName:vFW 2023-03-22 05-39-11
ServiceVersion:1.0
ServiceUUID:562f90e9-8e25-4df5-abb7-1b0c5d5c58ec
ServiceInvariantUUID:52e7b3d8-c424-43b5-ac13-789d4eb414c3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230322053911-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar
ArtifactUUID:92a1cf4b-1054-452b-880a-e75dccd519aa
ArtifactChecksum:MzQ2NDA1NGJmMDE1NjcxMTQxM2RjMWJkYTQ5MDNjMDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c60b0202-0ea7 0
ResourceCustomizationUUID:06e7df1e-8a54-4cc2-9b1f-86a8234bc06f
ResourceInvariantUUID:8351f926-86d0-4cb7-823c-18b7802f48a1
ResourceName:vFW c60b0202-0ea7
ResourceType:VF
ResourceUUID:a403d108-1e0a-4b72-ac99-f7abbce4ed23
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc60b02020ea70_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json
ArtifactUUID:6849c46b-4130-4e78-b948-01a8c8600c05
ArtifactChecksum:NmViOGFlN2U2MzE3NTY0NTdmNGY4MzJhZjFjYTMwMGQ=
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/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml
ArtifactUUID:6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5
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/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env
ArtifactUUID:70401413-6f4d-49ec-be0e-187b3f996134
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/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env
ArtifactUUID:70401413-6f4d-49ec-be0e-187b3f996134
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-22T06:15:29.461Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 562f90e9-8e25-4df5-abb7-1b0c5d5c58ec ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:15:29.493Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:15:29.494Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:15:29.494Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:15:29.494Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa from URL: /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar
2023-03-22T06:15:29.494Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-22T06:15:29.494Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar
2023-03-22T06:15:29.595Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.595Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679465643037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:15:29.596Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.596Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.596Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679465643037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:15:29.596Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.596Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.596Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679465638676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:15:29.596Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.596Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.596Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679465641427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:15:29.596Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.596Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.596Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679465641786,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:15:29.597Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.597Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679465643037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:15:29.597Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.597Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679465638676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:15:29.597Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.597Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679465641427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:15:29.597Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.597Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679465641786,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:15:29.597Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.597Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679465643037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:15:29.598Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.598Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.598Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679465638676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:15:29.598Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.598Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.598Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679465641427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:15:29.598Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.598Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.598Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679465641786,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:15:29.598Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.598Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.598Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679465643037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:15:29.598Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.598Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.598Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679465641427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:15:29.598Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.598Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.598Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679465638676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:15:29.599Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.599Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679465641786,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:15:29.599Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.599Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679465643037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:15:29.599Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.599Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679465638676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:15:29.599Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.599Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679465641427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:15:29.599Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.599Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679465641786,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-03-22T06:15:29.600Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.600Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679465643037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:15:29.600Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.600Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679465641427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:15:29.600Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.600Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679465638676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:15:29.600Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.600Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679465641786,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:15:29.600Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.601Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679465643037,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:15:29.601Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.601Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679465641427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:15:29.601Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.601Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679465638676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:15:29.601Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.601Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679465641786,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:15:29.601Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.601Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679465665697,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T06:15:29.601Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.601Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679465666438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T06:15:29.601Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.601Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "aai-model-loader",
  "timestamp": 1679465666861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:15:29.602Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.602Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679465667441,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-22T06:15:29.602Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.602Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "aai-model-loader",
  "timestamp": 1679465666861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:15:29.602Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.602Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679465668442,
  "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-22T06:15:29.628Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9924a26b-a04c-4225-b032-052c7b2cf566
2023-03-22T06:15:29.628Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9924a26b-a04c-4225-b032-052c7b2cf566 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-22T06:15:29.637Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.638Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "aai-model-loader",
  "timestamp": 1679465666861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:15:29.638Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.638Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.638Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "aai-model-loader",
  "timestamp": 1679465666861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:15:29.638Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.638Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.638Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "aai-model-loader",
  "timestamp": 1679465666861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:15:29.638Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.638Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.638Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "aai-model-loader",
  "timestamp": 1679465666861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:15:29.638Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.638Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.639Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "aai-model-loader",
  "timestamp": 1679465666861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:15:29.639Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.639Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.639Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "aai-model-loader",
  "timestamp": 1679465666861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:15:29.639Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.639Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.639Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "aai-model-loader",
  "timestamp": 1679465674996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T06:15:29.639Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.639Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.639Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679465676034,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:15:29.639Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.639Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.639Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465678090,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec\u003dERR.5.4.6114)"
}
2023-03-22T06:15:29.640Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.640Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.640Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679465676034,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:15:29.640Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.640Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.640Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "aai-model-loader",
  "timestamp": 1679465678560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-22T06:15:29.640Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.640Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.640Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:15:29.640Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.640Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.640Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679465676034,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:15:29.640Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.641Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.641Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "aai-model-loader",
  "timestamp": 1679465679563,
  "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-22T06:15:29.646Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9924a26b-a04c-4225-b032-052c7b2cf566
2023-03-22T06:15:29.646Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9924a26b-a04c-4225-b032-052c7b2cf566 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-22T06:15:29.657Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.657Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T06:15:29.657Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.657Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.657Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679465676034,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:15:29.657Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.657Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.657Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-22T06:15:29.657Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.657Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.657Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679465676034,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:15:29.657Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.658Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.658Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:15:29.658Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.658Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.658Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679465676034,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:15:29.658Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.658Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.658Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-22T06:15:29.658Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.658Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.658Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679465676034,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:15:29.658Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.658Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.658Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:15:29.658Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.658Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.658Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679465676034,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:15:29.658Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.658Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.658Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:15:29.658Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.659Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.659Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679465684826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T06:15:29.659Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.659Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.659Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465686419,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T06:15:29.659Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.659Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.659Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679465686557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-22T06:15:29.659Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.659Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.659Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679465687563,
  "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-22T06:15:29.665Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9924a26b-a04c-4225-b032-052c7b2cf566
2023-03-22T06:15:29.665Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9924a26b-a04c-4225-b032-052c7b2cf566 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-22T06:15:29.678Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.679Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465689126,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f already exists"
}
2023-03-22T06:15:29.679Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.679Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.679Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465690128,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850 already exists"
}
2023-03-22T06:15:29.679Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.679Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.679Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465721423,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T06:15:29.679Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.679Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.679Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:15:29.679Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.679Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.679Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T06:15:29.679Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.679Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.679Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-22T06:15:29.679Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.679Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.679Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:15:29.679Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.679Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.679Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-22T06:15:29.680Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.680Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.680Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:15:29.680Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.680Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:15:29.680Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:15:29.680Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:15:29.752Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-03-22T06:15:29.755Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar 92a1cf4b-1054-452b-880a-e75dccd519aa 101506
2023-03-22T06:15:29.755Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar ASDC sendASDCNotification
2023-03-22T06:15:29.755Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar
2023-03-22T06:15:29.755Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T06:15:29.755Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:15:29.755Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:15:29.756Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465729755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:15:30.756Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:15:30.757Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:15:30.757Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa, URL: /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar to file: /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:15:30.759Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230322053911-csar.csar
2023-03-22T06:15:30.759Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:15:30.759Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:15:30.872Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17603234537525463424/Definitions/service-Vfw20230322053911-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-22T06:15:32.367Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-22T06:15:32.368Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-03-22T06:15:32.368Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:15:32.368Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-22T06:15:32.368Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:15:32.368Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:15:32.368Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:15:32.368Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c60b0202-0ea7 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-Vfw20230322053911-csar.csar
2023-03-22T06:15:32.368Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:15:32.368Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:15:32.368Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:15:32.368Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:15:32.368Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:15:32.368Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:15:32.368Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:15:32.368Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-03-22T06:15:32.368Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:15:32.369Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:15:32.369Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T06:15:32.369Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-03-22T06:15:32.369Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T06:15:32.369Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:15:32.369Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:15:32.369Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T06:15:32.369Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-03-22T06:15:32.369Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T06:15:32.369Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:15:32.369Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:15:32.369Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:15:32.369Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is not matching search criteria
2023-03-22T06:15:32.369Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T06:15:32.369Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T06:15:32.369Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:15:32.369Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T06:15:32.370Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T06:15:32.370Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:15:32.370Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T06:15:32.370Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T06:15:32.370Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T06:15:32.370Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:15:32.370Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T06:15:32.370Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T06:15:32.370Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T06:15:32.370Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T06:15:32.370Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:15:32.370Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-22T06:15:32.370Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:15:32.370Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-22T06:15:32.370Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:15:32.370Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T06:15:32.370Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T06:15:32.370Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:15:32.370Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T06:15:32.370Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T06:15:32.371Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:15:32.371Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T06:15:32.371Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T06:15:32.371Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:15:32.371Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is not matching search criteria
2023-03-22T06:15:32.371Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T06:15:32.371Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-22T06:15:32.371Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T06:15:32.371Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T06:15:32.371Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T06:15:32.371Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:15:32.371Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T06:15:32.371Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T06:15:32.371Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T06:15:32.371Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T06:15:32.371Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:15:32.371Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=206c1997-b141-46b2-9d54-58f6537370b4
2023-03-22T06:15:32.371Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:15:32.371Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is not matching search criteria
2023-03-22T06:15:32.372Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T06:15:32.372Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T06:15:32.372Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:15:32.372Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T06:15:32.372Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T06:15:32.372Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:15:32.372Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T06:15:32.372Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-22T06:15:32.372Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T06:15:32.372Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T06:15:32.372Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T06:15:32.372Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:15:32.372Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b4e01378-0842-4b95-b007-3ff10435fd7f
2023-03-22T06:15:32.372Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:15:32.372Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is not matching search criteria
2023-03-22T06:15:32.372Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T06:15:32.372Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T06:15:32.372Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:15:32.373Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T06:15:32.373Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T06:15:32.373Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:15:32.373Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T06:15:32.373Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T06:15:32.373Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T06:15:32.373Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:15:32.373Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T06:15:32.373Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-22T06:15:32.373Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3b592c80-4694-4e6b-b370-b55c6b9b8c7a
2023-03-22T06:15:32.373Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:15:32.373Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:15:32.373Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:15:32.373Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:15:32.373Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:15:32.373Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:15:32.373Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:15:32.374Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:15:32.374Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-22 05-39-11
Description:catalog service description
Model UUID:562f90e9-8e25-4df5-abb7-1b0c5d5c58ec
Model Version:NULL
Model InvariantUuid:52e7b3d8-c424-43b5-ac13-789d4eb414c3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c60b0202-0ea7
Model UUID:4b02448c-c22a-4af2-8c31-5bc4cd68a847
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8351f926-86d0-4cb7-823c-18b7802f48a1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:06e7df1e-8a54-4cc2-9b1f-86a8234bc06f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e6a99d09-50e2-41a0-83a9-772a39c5566f
ModelName:VfwC60b02020ea7..base_vfw..module-0
ModelUuid:41cdfe7d-91ad-4bc3-b65d-bb4235a70705
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:206c1997-b141-46b2-9d54-58f6537370b4
ModelInvariantUuid:37b691ed-6612-4526-940c-3e394079630b
ModelName:vFW c60b0202-0ea7-nodes.vfwCvfc
ModelUuid:aa93ecc6-c0b2-4018-88b9-6b0d4aecf8bd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:a2df18d2-3fdb-4860-a301-0ef4bedbff9d
ModelInvariantUuid:7cccaa2e-d2f0-4077-9b9c-81f8c3ec8330
ModelName:VfwC60b02020ea7.compute.nodes.heat.vfw
ModelUuid:1993e040-202b-48bb-8eb8-907bd2b927ba
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:b4e01378-0842-4b95-b007-3ff10435fd7f
ModelInvariantUuid:e7177ea2-699a-419f-aa5f-2038fa1ea474
ModelName:vFW c60b0202-0ea7-nodes.vsnCvfc
ModelUuid:8a079ade-48ca-4f48-9af8-272723cac5ff
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:a9974314-41bf-4317-9b03-6461baecf54e
ModelInvariantUuid:854c0b2f-0303-45e3-8e3f-15d5a400209a
ModelName:VfwC60b02020ea7.compute.nodes.heat.vsn
ModelUuid:a30b7738-0dec-4740-94e1-85f3ae713a30
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:3b592c80-4694-4e6b-b370-b55c6b9b8c7a
ModelInvariantUuid:4fbcc6bf-54ba-402a-94de-b15fc858b0cb
ModelName:vFW c60b0202-0ea7-nodes.vpgCvfc
ModelUuid:6a108ab5-3f67-4128-855e-ac4bfa896c57
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:77c55b3d-f116-4bf0-81ca-27720f2cf36d
ModelInvariantUuid:2af9f482-4a84-430d-8fb2-b6638734ac2d
ModelName:VfwC60b02020ea7.compute.nodes.heat.vpg
ModelUuid:0922df60-f80a-4c67-940b-87ac2d65c358
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-22T06:15:32.409Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||ERROR|500||Csar with UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa already exists
2023-03-22T06:15:32.409Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar ASDC sendASDCNotification
2023-03-22T06:15:32.409Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar(Csar with UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa already exists)
2023-03-22T06:15:32.409Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:15:32.409Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:15:32.409Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:15:32.409Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465732409,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:15:33.410Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar ASDC sendASDCNotification
2023-03-22T06:15:33.410Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar(Resource with UUID: a403d108-1e0a-4b72-ac99-f7abbce4ed23 already exists)
2023-03-22T06:15:33.410Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:15:33.411Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:15:33.411Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:15:33.411Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465733410,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a403d108-1e0a-4b72-ac99-f7abbce4ed23 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:15:34.412Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e45a6ddb-db7b-441f-b7ed-2e79323362e4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:15:34.423Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e45a6ddb-db7b-441f-b7ed-2e79323362e4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:15:34.427Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T06:15:34.427Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T06:15:34.427Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T06:15:34.427Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T06:15:34.427Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:15:34.427Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:15:34.427Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:15:34.428Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:15:34.428Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-22T06:15:34.435Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T06:16:04.437Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e45a6ddb-db7b-441f-b7ed-2e79323362e4 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T06:16:04.473Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e45a6ddb-db7b-441f-b7ed-2e79323362e4 and serviceModelVersionId: 562f90e9-8e25-4df5-abb7-1b0c5d5c58ec
2023-03-22T06:16:04.473Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 52e7b3d8-c424-43b5-ac13-789d4eb414c3
2023-03-22T06:16:04.475Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0
2023-03-22T06:16:04.482Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T06:16:04.497Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?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-22T06:16:04.498Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0|INFO|500||Invoke
2023-03-22T06:16:04.506Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T06:16:04.645Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0|INFO|500||InvokeReturn
2023-03-22T06:16:04.645Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 06:16:04 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[135], vertex-id=[184392], x-aai-txid=[1-aai-resources-230322-06:16:04:365-14069], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T06:16:04.646Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2023-03-22T06:16:04.646Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T06:16:04.646Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T06:16:04.656Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T06:16:04.656Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e45a6ddb-db7b-441f-b7ed-2e79323362e4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T06:16:04.657Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T06:16:04.657Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:16:04.657Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:16:04.657Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465764656,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:16:05.670Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-22T06:16:05.671Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"b64429f8-68d6-4a68-b948-a3a538b17dd3","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"f38337a8-d2df-48a9-a491-0868f87ff613","serviceDescription":"service","serviceInvariantUUID":"120c21e3-6916-4b71-8ac3-5c439c353b17","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"e5cee138-d08f-4f98-b954-b100fc045ce9","resourceInvariantUUID":"184f7c4b-e703-4d14-a5d9-3fcd2158143c","resourceCustomizationUUID":"32b7cdbe-58ea-461f-96d0-994e2f90eca5","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":"MGVjNDhkMjNkMDVjMTc2NTYxMzI4MDZiYzJkYTFkYTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0fcae08a-b905-4025-a931-3cefca391c35","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"Yzc2YTA3NWYxYThhNTllZmQ0NTdhNjhkMWQ1ZTEwMzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"800f3a61-86e4-4005-8b17-0252365bfbfe","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T06:16:05.671Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:16:05.671Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:16:05.672Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:16:05.672Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "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-22T06:16:06.672Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:16:06.673Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:16:06.673Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:16:06.673Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:16:07.674Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "f38337a8-d2df-48a9-a491-0868f87ff613",
  "serviceDescription": "service",
  "serviceInvariantUUID": "120c21e3-6916-4b71-8ac3-5c439c353b17",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "32b7cdbe-58ea-461f-96d0-994e2f90eca5",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "e5cee138-d08f-4f98-b954-b100fc045ce9",
      "resourceInvariantUUID": "184f7c4b-e703-4d14-a5d9-3fcd2158143c",
      "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": "Yzc2YTA3NWYxYThhNTllZmQ0NTdhNjhkMWQ1ZTEwMzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "800f3a61-86e4-4005-8b17-0252365bfbfe"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T06:16:07.675Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T06:16:07.675Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f38337a8-d2df-48a9-a491-0868f87ff613 ASDC
2023-03-22T06:16:07.675Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:b64429f8-68d6-4a68-b948-a3a538b17dd3
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:f38337a8-d2df-48a9-a491-0868f87ff613
ServiceInvariantUUID:120c21e3-6916-4b71-8ac3-5c439c353b17
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:800f3a61-86e4-4005-8b17-0252365bfbfe
ArtifactChecksum:Yzc2YTA3NWYxYThhNTllZmQ0NTdhNjhkMWQ1ZTEwMzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:32b7cdbe-58ea-461f-96d0-994e2f90eca5
ResourceInvariantUUID:184f7c4b-e703-4d14-a5d9-3fcd2158143c
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:e5cee138-d08f-4f98-b954-b100fc045ce9
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-22T06:16:07.676Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f38337a8-d2df-48a9-a491-0868f87ff613 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:16:07.694Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:16:07.694Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:16:07.694Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:16:07.694Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 800f3a61-86e4-4005-8b17-0252365bfbfe from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-22T06:16:07.694Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-22T06:16:07.695Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-22T06:16:07.719Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||GET Response Status 404
2023-03-22T06:16:07.719Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@47e179f1
2023-03-22T06:16:07.719Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T06:16:07.719Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-22T06:16:07.720Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 800f3a61-86e4-4005-8b17-0252365bfbfe Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T06:16:07.720Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-22T06:16:07.720Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is  not found)
2023-03-22T06:16:07.720Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T06:16:07.720Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:16:07.720Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:16:07.720Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465767720,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:16:08.721Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:800f3a61-86e4-4005-8b17-0252365bfbfe)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-22T06:16:08.756Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||ERROR|500||Csar with UUID: 800f3a61-86e4-4005-8b17-0252365bfbfe already exists
2023-03-22T06:16:08.757Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||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-22T06:16:08.757Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||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: 800f3a61-86e4-4005-8b17-0252365bfbfe already exists)
2023-03-22T06:16:08.757Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:16:08.757Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:16:08.757Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:16:08.757Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465768757,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 800f3a61-86e4-4005-8b17-0252365bfbfe already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:16:09.758Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||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-22T06:16:09.758Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||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: e5cee138-d08f-4f98-b954-b100fc045ce9 already exists)
2023-03-22T06:16:09.758Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:16:09.758Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:16:09.758Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:16:09.758Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465769758,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e5cee138-d08f-4f98-b954-b100fc045ce9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:16:10.759Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b64429f8-68d6-4a68-b948-a3a538b17dd3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:16:10.771Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b64429f8-68d6-4a68-b948-a3a538b17dd3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:16:10.773Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T06:16:10.773Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T06:16:10.774Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T06:16:10.774Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T06:16:10.774Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:16:10.774Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:16:10.774Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:16:10.774Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:16:10.774Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-22T06:16:10.781Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T06:16:28.533Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:16:28.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-22T06:16:28.535Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465729755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T06:16:28.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:16:40.781Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b64429f8-68d6-4a68-b948-a3a538b17dd3 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T06:16:40.786Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b64429f8-68d6-4a68-b948-a3a538b17dd3 and serviceModelVersionId: f38337a8-d2df-48a9-a491-0868f87ff613
2023-03-22T06:16:40.786Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 120c21e3-6916-4b71-8ac3-5c439c353b17
2023-03-22T06:16:40.787Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0
2023-03-22T06:16:40.794Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T06:16:40.813Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0|INFO|500||Invoke
2023-03-22T06:16:40.813Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b64429f8-68d6-4a68-b948-a3a538b17dd3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2a81f744-da4a-497d-a680-cb5ed4df72d9], X-ECOMP-RequestID=[b64429f8-68d6-4a68-b948-a3a538b17dd3], X-TransactionId=[], X-ONAP-RequestID=[b64429f8-68d6-4a68-b948-a3a538b17dd3], Content-Type=[application/merge-patch+json]}
2023-03-22T06:16:40.819Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T06:16:40.977Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 06:16:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[155], vertex-id=[209000], x-aai-txid=[1-aai-resources-230322-06:16:40:679-53567], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T06:16:40.977Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-22T06:16:40.978Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0|INFO|500||InvokeReturn
2023-03-22T06:16:40.978Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T06:16:40.979Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T06:16:40.989Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T06:16:40.989Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b64429f8-68d6-4a68-b948-a3a538b17dd3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T06:16:40.989Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T06:16:40.990Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:16:40.990Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:16:40.990Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465800989,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:16:42.004Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-22T06:16:42.004Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"4d2fc27d-4827-4431-8901-1a7fe4ae70eb","serviceName":"Demo_pNF_Th3LXatp9s8wdDTQBYLt","serviceVersion":"1.0","serviceUUID":"cdad142e-6240-4457-8e87-75b7cbd29e38","serviceDescription":"catalog service description","serviceInvariantUUID":"81de75ee-355d-450a-b294-753817382022","resources":[{"resourceInstanceName":"pNF 6c7740df-c757 0","resourceName":"pNF 6c7740df-c757","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0da99d63-27be-4a3a-9bd6-c9f17d70a915","resourceInvariantUUID":"41ff80c8-5a8c-4586-9497-ee0ed8d8dbb8","resourceCustomizationUUID":"0404e3be-4b20-4344-a6e5-8950491f980d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vf-license-model.xml","artifactChecksum":"ZmFlNmVhNzc5ZWZlOTA2MDU4ZjgyYjAzYWI0Mzk3NDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"92d23c96-8b8f-4d9d-b136-5be1619c9ec5","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ea08e81f-ef29-4698-9ed5-fe992c4b9a9b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e8855c67-e9df-4389-96ea-13624f308c26","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vendor-license-model.xml","artifactChecksum":"MDIyM2QxNDY2ZjIzMDBhODMzMDExNmFiOGQ1ZmQxZjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9d892759-0f11-4463-b7ab-71ba4e1c07b6","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"66a0ca7b-6224-438d-b805-63e8aa6a2f6d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3e4dc005-13b1-4f11-ba54-e2d95eb2a6b8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTh3lxatp9s8wddtqbylt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-template.yml","artifactChecksum":"Yjc5YTkyYjYzNDRkY2MyN2VmMzg3NDEzODk4NDJjYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b2903a06-5b2c-414f-a385-4ca4513bf0c8","artifactVersion":"1"},{"artifactName":"service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar","artifactChecksum":"ODBhNmVlNzYyZjAyOTI2MWQwZGVlOTIzZDMzMjU1OTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c4384b06-8549-491d-87e4-dd44765b609c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T06:16:42.005Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:16:42.005Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:16:42.005Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:16:42.005Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:16:43.006Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:16:43.006Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:16:43.006Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:16:43.006Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:16:44.007Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:16:44.007Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:16:44.007Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:16:44.008Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:16:45.008Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:16:45.009Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:16:45.009Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:16:45.009Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:16:46.010Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:16:46.010Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:16:46.010Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:16:46.011Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:16:47.011Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:16:47.012Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:16:47.012Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:16:47.012Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:16:48.013Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:16:48.013Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:16:48.013Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:16:48.013Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:16:49.014Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:16:49.015Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:16:49.015Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:16:49.015Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:16:50.016Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "serviceName": "Demo_pNF_Th3LXatp9s8wdDTQBYLt",
  "serviceVersion": "1.0",
  "serviceUUID": "cdad142e-6240-4457-8e87-75b7cbd29e38",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "81de75ee-355d-450a-b294-753817382022",
  "resources": [
    {
      "resourceInstanceName": "pNF 6c7740df-c757 0",
      "resourceCustomizationUUID": "0404e3be-4b20-4344-a6e5-8950491f980d",
      "resourceName": "pNF 6c7740df-c757",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "0da99d63-27be-4a3a-9bd6-c9f17d70a915",
      "resourceInvariantUUID": "41ff80c8-5a8c-4586-9497-ee0ed8d8dbb8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
      "artifactChecksum": "ODBhNmVlNzYyZjAyOTI2MWQwZGVlOTIzZDMzMjU1OTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c4384b06-8549-491d-87e4-dd44765b609c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T06:16:50.017Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T06:16:50.017Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cdad142e-6240-4457-8e87-75b7cbd29e38 ASDC
2023-03-22T06:16:50.017Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:4d2fc27d-4827-4431-8901-1a7fe4ae70eb
ServiceName:Demo_pNF_Th3LXatp9s8wdDTQBYLt
ServiceVersion:1.0
ServiceUUID:cdad142e-6240-4457-8e87-75b7cbd29e38
ServiceInvariantUUID:81de75ee-355d-450a-b294-753817382022
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
ArtifactUUID:c4384b06-8549-491d-87e4-dd44765b609c
ArtifactChecksum:ODBhNmVlNzYyZjAyOTI2MWQwZGVlOTIzZDMzMjU1OTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 6c7740df-c757 0
ResourceCustomizationUUID:0404e3be-4b20-4344-a6e5-8950491f980d
ResourceInvariantUUID:41ff80c8-5a8c-4586-9497-ee0ed8d8dbb8
ResourceName:pNF 6c7740df-c757
ResourceType:PNF
ResourceUUID:0da99d63-27be-4a3a-9bd6-c9f17d70a915
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-22T06:16:50.017Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cdad142e-6240-4457-8e87-75b7cbd29e38 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:16:50.047Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:16:50.048Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:16:50.048Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:16:50.048Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c4384b06-8549-491d-87e4-dd44765b609c from URL: /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:16:50.048Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-22T06:16:50.049Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:16:50.311Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-03-22T06:16:50.313Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar c4384b06-8549-491d-87e4-dd44765b609c 88006
2023-03-22T06:16:50.313Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar ASDC sendASDCNotification
2023-03-22T06:16:50.313Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:16:50.314Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T06:16:50.314Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:16:50.314Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:16:50.314Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465810313,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:16:51.315Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:16:51.316Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:16:51.316Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: c4384b06-8549-491d-87e4-dd44765b609c, URL: /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar to file: /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:16:51.317Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:16:51.318Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:16:51.318Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:16:51.468Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4910127489957209821/Definitions/service-DemoPnfTh3lxatp9s8wddtqbylt-template.yml
2023-03-22T06:16:51.997Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-22T06:16:51.997Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-03-22T06:16:51.997Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:16:51.997Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-22T06:16:51.997Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:16:51.997Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:16:51.997Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:16:51.997Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:16:51.997Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:16:51.998Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:16:51.998Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6c7740df-c757 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-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:16:51.998Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-03-22T06:16:51.998Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:16:51.999Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:16:51.999Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Node template pNF 6c7740df-c757 0 is matching search criteria
2023-03-22T06:16:51.999Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-03-22T06:16:51.999Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 6c7740df-c757 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T06:16:51.999Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:16:51.999Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:16:51.999Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Node template pNF 6c7740df-c757 0 is matching search criteria
2023-03-22T06:16:51.999Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-03-22T06:16:51.999Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 6c7740df-c757 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T06:16:51.999Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:16:52.000Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:16:52.000Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:16:52.000Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:16:52.000Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:16:52.000Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:16:52.000Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:16:52.000Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:16:52.000Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:16:52.000Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:16:52.000Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Th3LXatp9s8wdDTQBYLt
Description:catalog service description
Model UUID:cdad142e-6240-4457-8e87-75b7cbd29e38
Model Version:NULL
Model InvariantUuid:81de75ee-355d-450a-b294-753817382022
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-22T06:16:52.033Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||ERROR|500||Csar with UUID: c4384b06-8549-491d-87e4-dd44765b609c already exists
2023-03-22T06:16:52.033Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar ASDC sendASDCNotification
2023-03-22T06:16:52.033Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar(Csar with UUID: c4384b06-8549-491d-87e4-dd44765b609c already exists)
2023-03-22T06:16:52.033Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:16:52.034Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:16:52.034Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:16:52.034Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465812033,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c4384b06-8549-491d-87e4-dd44765b609c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:16:53.035Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar ASDC sendASDCNotification
2023-03-22T06:16:53.035Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar(Resource with UUID: 0da99d63-27be-4a3a-9bd6-c9f17d70a915 already exists)
2023-03-22T06:16:53.036Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:16:53.036Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:16:53.036Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:16:53.036Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465813035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 0da99d63-27be-4a3a-9bd6-c9f17d70a915 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:16:54.038Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4d2fc27d-4827-4431-8901-1a7fe4ae70eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:16:54.052Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4d2fc27d-4827-4431-8901-1a7fe4ae70eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:16:54.055Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T06:16:54.055Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T06:16:54.055Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T06:16:54.056Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T06:16:54.056Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:16:54.056Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:16:54.056Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:16:54.056Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:16:54.057Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-22T06:16:54.062Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T06:17:24.063Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4d2fc27d-4827-4431-8901-1a7fe4ae70eb and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T06:17:24.073Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4d2fc27d-4827-4431-8901-1a7fe4ae70eb and serviceModelVersionId: cdad142e-6240-4457-8e87-75b7cbd29e38
2023-03-22T06:17:24.074Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 81de75ee-355d-450a-b294-753817382022
2023-03-22T06:17:24.075Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0
2023-03-22T06:17:24.082Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T06:17:24.098Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0|INFO|500||Invoke
2023-03-22T06:17:24.098Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4d2fc27d-4827-4431-8901-1a7fe4ae70eb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f49fbbc9-3924-4dfd-8af9-f9f2de2e8908], X-ECOMP-RequestID=[4d2fc27d-4827-4431-8901-1a7fe4ae70eb], X-TransactionId=[], X-ONAP-RequestID=[4d2fc27d-4827-4431-8901-1a7fe4ae70eb], Content-Type=[application/merge-patch+json]}
2023-03-22T06:17:24.106Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T06:17:24.262Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 06:17:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[153], vertex-id=[430280], x-aai-txid=[1-aai-resources-230322-06:17:23:967-6490], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T06:17:24.262Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-22T06:17:24.263Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0|INFO|500||InvokeReturn
2023-03-22T06:17:24.263Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T06:17:24.263Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T06:17:24.270Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T06:17:24.271Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4d2fc27d-4827-4431-8901-1a7fe4ae70eb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T06:17:24.271Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T06:17:24.271Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:17:24.271Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:17:24.271Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465844271,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:17:25.296Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-22T06:17:25.296Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"44063b6d-45da-49fc-ab15-9656002e57f4","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"695e2d69-98b7-429a-afc4-20af085f3feb","serviceDescription":"service","serviceInvariantUUID":"827b4e2f-462e-4274-b06b-83d9e0d3ace6","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1dfc083c-bd8d-4cd6-8b75-76501219274f","resourceInvariantUUID":"d5c0e36a-42fe-473e-b3c3-d29612784207","resourceCustomizationUUID":"e242c95d-05ac-4716-a0cb-a8fc5b864211","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":"ZDhkNTY4Y2Q0ZDEzZTNiMDJiOGQ3ZjFlZjJlMGU3MTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3c8639bc-c135-41e9-8036-cebebb1f075b","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":"YzI1Y2VkMTkwODBhYThhMTAwMmYxODZjNTFlOGQ4OWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cb466d3d-7037-49ba-892d-3b36a30ff8de","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":"77c31327-9aad-470c-b9b0-fe7fb5745fcb","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":"8198e7f4-1fe4-4e56-8a16-249e343a2955","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":"9fa8118c-67ff-46e0-ac49-f4f884be1af1","artifactVersion":"2","generatedFromUUID":"77c31327-9aad-470c-b9b0-fe7fb5745fcb"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YWQ3ZjcwMjUzNjgxZmY2NTgzZGM4NTVlOWQ3ZTAxZTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6d0e8b18-027b-4fa4-9135-c75d2061ced4","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YjMzZDMxODU5NzkwMmJjODA1YTRlMjExNzBhNTg2MWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"88b0302b-1d98-4d84-8518-e5897ddf5aab","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T06:17:25.296Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:17:25.297Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:17:25.297Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:17:25.297Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "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-22T06:17:26.298Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:17:26.298Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:17:26.298Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:17:26.298Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "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-22T06:17:27.299Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:17:27.299Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:17:27.299Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:17:27.299Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "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-22T06:17:28.300Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:17:28.300Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:17:28.301Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:17:28.301Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "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-22T06:17:28.533Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:17:28.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-22T06:17:28.534Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465732409,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa already exists"
}
2023-03-22T06:17:28.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:17:28.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-22T06:17:28.535Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465733410,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a403d108-1e0a-4b72-ac99-f7abbce4ed23 already exists"
}
2023-03-22T06:17:28.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:17:28.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-22T06:17:28.535Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465764656,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T06:17:28.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:17:28.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-22T06:17:28.535Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:17:28.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:17:28.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-22T06:17:28.535Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:17:28.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:17:28.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-22T06:17:28.535Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465767720,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-22T06:17:28.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:17:28.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-22T06:17:28.535Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465768757,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 800f3a61-86e4-4005-8b17-0252365bfbfe already exists"
}
2023-03-22T06:17:28.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:17:28.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-22T06:17:28.536Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465769758,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e5cee138-d08f-4f98-b954-b100fc045ce9 already exists"
}
2023-03-22T06:17:28.536Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:17:29.302Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:17:29.302Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:17:29.303Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:17:29.303Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "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-22T06:17:30.303Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:17:30.304Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:17:30.304Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:17:30.304Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "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-22T06:17:31.305Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:17:31.305Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:17:31.305Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:17:31.306Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:17:32.307Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "695e2d69-98b7-429a-afc4-20af085f3feb",
  "serviceDescription": "service",
  "serviceInvariantUUID": "827b4e2f-462e-4274-b06b-83d9e0d3ace6",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "e242c95d-05ac-4716-a0cb-a8fc5b864211",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1dfc083c-bd8d-4cd6-8b75-76501219274f",
      "resourceInvariantUUID": "d5c0e36a-42fe-473e-b3c3-d29612784207",
      "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": "YzI1Y2VkMTkwODBhYThhMTAwMmYxODZjNTFlOGQ4OWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "cb466d3d-7037-49ba-892d-3b36a30ff8de",
          "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": "77c31327-9aad-470c-b9b0-fe7fb5745fcb",
          "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": "9fa8118c-67ff-46e0-ac49-f4f884be1af1",
            "generatedFromUUID": "77c31327-9aad-470c-b9b0-fe7fb5745fcb"
          },
          "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": "9fa8118c-67ff-46e0-ac49-f4f884be1af1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YjMzZDMxODU5NzkwMmJjODA1YTRlMjExNzBhNTg2MWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "88b0302b-1d98-4d84-8518-e5897ddf5aab"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T06:17:32.307Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T06:17:32.307Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 695e2d69-98b7-429a-afc4-20af085f3feb ASDC
2023-03-22T06:17:32.307Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:44063b6d-45da-49fc-ab15-9656002e57f4
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:695e2d69-98b7-429a-afc4-20af085f3feb
ServiceInvariantUUID:827b4e2f-462e-4274-b06b-83d9e0d3ace6
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:88b0302b-1d98-4d84-8518-e5897ddf5aab
ArtifactChecksum:YjMzZDMxODU5NzkwMmJjODA1YTRlMjExNzBhNTg2MWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:e242c95d-05ac-4716-a0cb-a8fc5b864211
ResourceInvariantUUID:d5c0e36a-42fe-473e-b3c3-d29612784207
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1dfc083c-bd8d-4cd6-8b75-76501219274f
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:cb466d3d-7037-49ba-892d-3b36a30ff8de
ArtifactChecksum:YzI1Y2VkMTkwODBhYThhMTAwMmYxODZjNTFlOGQ4OWI=
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:77c31327-9aad-470c-b9b0-fe7fb5745fcb
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:9fa8118c-67ff-46e0-ac49-f4f884be1af1
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:9fa8118c-67ff-46e0-ac49-f4f884be1af1
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-22T06:17:32.307Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 695e2d69-98b7-429a-afc4-20af085f3feb ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:17:32.341Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:17:32.341Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:17:32.341Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:17:32.341Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 88b0302b-1d98-4d84-8518-e5897ddf5aab from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-22T06:17:32.341Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-22T06:17:32.341Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-22T06:17:32.372Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||GET Response Status 404
2023-03-22T06:17:32.372Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@65eddb40
2023-03-22T06:17:32.373Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T06:17:32.373Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-22T06:17:32.373Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 88b0302b-1d98-4d84-8518-e5897ddf5aab Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T06:17:32.373Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-22T06:17:32.373Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is  not found)
2023-03-22T06:17:32.374Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T06:17:32.374Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:17:32.374Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:17:32.374Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465852373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:17:33.375Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:88b0302b-1d98-4d84-8518-e5897ddf5aab)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-22T06:17:33.419Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||ERROR|500||Csar with UUID: 88b0302b-1d98-4d84-8518-e5897ddf5aab already exists
2023-03-22T06:17:33.420Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||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-22T06:17:33.420Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||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: 88b0302b-1d98-4d84-8518-e5897ddf5aab already exists)
2023-03-22T06:17:33.420Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:17:33.420Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:17:33.420Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:17:33.420Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465853420,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 88b0302b-1d98-4d84-8518-e5897ddf5aab already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:17:34.421Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||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-22T06:17:34.421Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||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: 1dfc083c-bd8d-4cd6-8b75-76501219274f already exists)
2023-03-22T06:17:34.421Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:17:34.422Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:17:34.422Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:17:34.422Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465854421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1dfc083c-bd8d-4cd6-8b75-76501219274f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:17:35.422Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44063b6d-45da-49fc-ab15-9656002e57f4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:17:35.439Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44063b6d-45da-49fc-ab15-9656002e57f4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:17:35.442Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T06:17:35.442Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T06:17:35.442Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T06:17:35.442Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T06:17:35.442Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:17:35.442Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:17:35.442Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:17:35.442Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:17:35.442Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-22T06:17:35.451Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T06:18:05.451Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 44063b6d-45da-49fc-ab15-9656002e57f4 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T06:18:05.458Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 44063b6d-45da-49fc-ab15-9656002e57f4 and serviceModelVersionId: 695e2d69-98b7-429a-afc4-20af085f3feb
2023-03-22T06:18:05.458Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 827b4e2f-462e-4274-b06b-83d9e0d3ace6
2023-03-22T06:18:05.459Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0
2023-03-22T06:18:05.466Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T06:18:05.481Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?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-22T06:18:05.482Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0|INFO|500||Invoke
2023-03-22T06:18:05.490Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T06:18:05.645Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0|INFO|500||InvokeReturn
2023-03-22T06:18:05.645Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 06:18:05 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[151], vertex-id=[204872], x-aai-txid=[1-aai-resources-230322-06:18:05:352-46008], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T06:18:05.646Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2023-03-22T06:18:05.646Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T06:18:05.646Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T06:18:05.651Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T06:18:05.652Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 44063b6d-45da-49fc-ab15-9656002e57f4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T06:18:05.652Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T06:18:05.652Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:18:05.652Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:18:05.652Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465885652,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:18:06.673Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T06:18:06.674Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-22T06:18:06.674Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:18:06.674Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:18:06.674Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:18:06.675Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] (Re-)joining group
2023-03-22T06:18:06.678Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-357dff50-7b7e-472e-a8b3-8c3f1b607b69
2023-03-22T06:18:06.679Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:18:06.679Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:18:06.679Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] (Re-)joining group
2023-03-22T06:18:08.144Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:18:11.153Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:18:14.163Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:18:17.172Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:18:20.180Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:18:23.189Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:18:26.199Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:18:28.533Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:18:28.548Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:18:28.548Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] (Re-)joining group
2023-03-22T06:18:28.552Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully joined group with generation Generation{generationId=17, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T06:18:28.552Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Successfully joined group with generation Generation{generationId=17, memberId='SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-357dff50-7b7e-472e-a8b3-8c3f1b607b69', protocol='range'}
2023-03-22T06:18:28.556Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Finished assignment for group at generation 17: {SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-b2f59705-e9bd-4065-aeec-d2645577c82a-357dff50-7b7e-472e-a8b3-8c3f1b607b69=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-22T06:18:28.574Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Successfully synced group in generation Generation{generationId=17, memberId='SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-357dff50-7b7e-472e-a8b3-8c3f1b607b69', protocol='range'}
2023-03-22T06:18:28.574Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully synced group in generation Generation{generationId=17, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T06:18:28.574Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:18:28.574Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:18:28.574Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:18:28.574Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:18:28.578Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:18:28.578Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:18:28.579Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:18:28.579Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:18:28.579Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:18:28.579Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:18:28.579Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:18:28.579Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:18:28.579Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=620, 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-22T06:18:28.579Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-22T06:18:28.579Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:18:28.579Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:18:28.587Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-22T06:18:28.587Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"1a5e8e35-87ed-40f0-91a8-3b150a1e0fca","serviceName":"basic_onboard_NCnVBE","serviceVersion":"1.0","serviceUUID":"e5f12647-c344-47df-98f7-08a8565b00b6","serviceDescription":"service","serviceInvariantUUID":"51f08bee-59f8-40fa-935c-cd0599c584b5","resources":[{"resourceInstanceName":"basic_onboard_NCnVBE 0","resourceName":"basic_onboard_NCnVBE","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"73768750-8efc-41f5-8d10-5bfad5a080c6","resourceInvariantUUID":"3f902fda-2512-4773-9240-2d25a4405852","resourceCustomizationUUID":"f212e54c-b0bb-4702-b4c4-175e06e278d2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vf-license-model.xml","artifactChecksum":"OTA1ZTkxNzEyZTViN2JiM2U4NGIyMDBkNWU3NzNjZmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"19f3bbed-75be-40ee-b35d-a9d87796e6f1","artifactVersion":"1"},{"artifactName":"basic_onboard_ncnvbe0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json","artifactChecksum":"ZWQ3NTUzZmZlNGY2MGFmNTVmZWQ5OTA0NDFhM2ZmMTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ceda833e-13d7-416e-883f-3f2acb53642c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0dff949b-8137-4b9a-ab54-eb6f0bdd3a39","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5d7083d5-a974-48d7-8a4a-5859d7f018f7","artifactVersion":"2","generatedFromUUID":"2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNcnvbe-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-template.yml","artifactChecksum":"MzFlODEzZDM0NzhjOWZiYTdiMGRkODUxMzU2MTdmNzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"97614832-45b7-45e5-b1d5-5a9c89fe5a74","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNcnvbe-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar","artifactChecksum":"Y2Q1OGViOTJjODRmZWE4OWJiY2VjMTMxMzgxZTJlMDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aef3d4fb-c703-4c66-af36-81e4bf7b5d1d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T06:18:28.588Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:18:28.588Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:18:28.588Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:18:28.588Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:18:29.589Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:18:29.589Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:18:29.589Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:18:29.589Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:18:29.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T06:18:29.599Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465800989,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T06:18:29.599Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:18:29.599Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T06:18:29.599Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:18:29.599Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:18:29.599Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T06:18:29.599Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:18:29.599Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:18:29.599Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T06:18:29.599Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:18:29.599Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:18:29.599Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T06:18:29.599Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:18:29.600Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:18:29.600Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T06:18:29.600Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:18:29.600Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:18:29.600Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T06:18:29.600Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:18:29.600Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:18:29.600Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T06:18:29.600Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:18:29.600Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:18:29.600Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T06:18:29.600Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:18:29.600Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:18:29.600Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T06:18:29.600Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465810313,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T06:18:29.600Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:18:29.600Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T06:18:29.600Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465812033,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c4384b06-8549-491d-87e4-dd44765b609c already exists"
}
2023-03-22T06:18:29.600Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:18:29.600Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T06:18:29.600Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465813035,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 0da99d63-27be-4a3a-9bd6-c9f17d70a915 already exists"
}
2023-03-22T06:18:29.601Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:18:29.601Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T06:18:29.601Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465844271,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T06:18:29.601Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:18:29.601Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T06:18:29.601Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:18:29.601Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:18:29.601Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T06:18:29.601Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T06:18:29.601Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:18:29.601Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T06:18:29.601Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-22T06:18:29.601Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:18:29.601Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T06:18:29.601Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:18:29.601Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:18:29.601Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T06:18:29.601Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-22T06:18:29.601Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:18:29.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T06:18:29.602Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:18:29.602Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:18:29.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T06:18:29.602Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465353888,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:18:29.602Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:18:29.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T06:18:29.602Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465852373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-22T06:18:29.602Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:18:29.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T06:18:29.602Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465853420,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 88b0302b-1d98-4d84-8518-e5897ddf5aab already exists"
}
2023-03-22T06:18:29.602Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:18:29.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T06:18:29.602Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465854421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1dfc083c-bd8d-4cd6-8b75-76501219274f already exists"
}
2023-03-22T06:18:29.602Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:18:29.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T06:18:29.602Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465885652,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T06:18:29.602Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:18:29.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-03-22T06:18:29.602Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:18:29.602Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:18:30.590Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:18:30.590Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:18:30.590Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:18:30.591Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:18:31.592Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:18:31.593Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:18:31.593Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:18:31.593Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:18:32.594Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:18:32.595Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:18:32.595Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:18:32.595Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:18:33.596Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:18:33.596Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:18:33.597Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:18:33.597Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:18:34.597Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:18:34.598Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:18:34.598Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:18:34.598Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:18:35.599Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "serviceName": "basic_onboard_NCnVBE",
  "serviceVersion": "1.0",
  "serviceUUID": "e5f12647-c344-47df-98f7-08a8565b00b6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "51f08bee-59f8-40fa-935c-cd0599c584b5",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_NCnVBE 0",
      "resourceCustomizationUUID": "f212e54c-b0bb-4702-b4c4-175e06e278d2",
      "resourceName": "basic_onboard_NCnVBE",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "73768750-8efc-41f5-8d10-5bfad5a080c6",
      "resourceInvariantUUID": "3f902fda-2512-4773-9240-2d25a4405852",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ncnvbe0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
          "artifactChecksum": "ZWQ3NTUzZmZlNGY2MGFmNTVmZWQ5OTA0NDFhM2ZmMTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ceda833e-13d7-416e-883f-3f2acb53642c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5d7083d5-a974-48d7-8a4a-5859d7f018f7",
            "generatedFromUUID": "2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5d7083d5-a974-48d7-8a4a-5859d7f018f7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardNcnvbe-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
      "artifactChecksum": "Y2Q1OGViOTJjODRmZWE4OWJiY2VjMTMxMzgxZTJlMDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "aef3d4fb-c703-4c66-af36-81e4bf7b5d1d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T06:18:35.600Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T06:18:35.600Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e5f12647-c344-47df-98f7-08a8565b00b6 ASDC
2023-03-22T06:18:35.601Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
ServiceName:basic_onboard_NCnVBE
ServiceVersion:1.0
ServiceUUID:e5f12647-c344-47df-98f7-08a8565b00b6
ServiceInvariantUUID:51f08bee-59f8-40fa-935c-cd0599c584b5
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNcnvbe-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar
ArtifactUUID:aef3d4fb-c703-4c66-af36-81e4bf7b5d1d
ArtifactChecksum:Y2Q1OGViOTJjODRmZWE4OWJiY2VjMTMxMzgxZTJlMDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_NCnVBE 0
ResourceCustomizationUUID:f212e54c-b0bb-4702-b4c4-175e06e278d2
ResourceInvariantUUID:3f902fda-2512-4773-9240-2d25a4405852
ResourceName:basic_onboard_NCnVBE
ResourceType:VF
ResourceUUID:73768750-8efc-41f5-8d10-5bfad5a080c6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ncnvbe0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json
ArtifactUUID:ceda833e-13d7-416e-883f-3f2acb53642c
ArtifactChecksum:ZWQ3NTUzZmZlNGY2MGFmNTVmZWQ5OTA0NDFhM2ZmMTY=
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/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml
ArtifactUUID:2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33
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/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env
ArtifactUUID:5d7083d5-a974-48d7-8a4a-5859d7f018f7
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/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env
ArtifactUUID:5d7083d5-a974-48d7-8a4a-5859d7f018f7
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-22T06:18:35.601Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e5f12647-c344-47df-98f7-08a8565b00b6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:18:35.637Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:18:35.637Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:18:35.638Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:18:35.638Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: aef3d4fb-c703-4c66-af36-81e4bf7b5d1d from URL: /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar
2023-03-22T06:18:35.638Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-22T06:18:35.638Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar
2023-03-22T06:18:35.660Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||GET Response Status 404
2023-03-22T06:18:35.661Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@68226ecf
2023-03-22T06:18:35.661Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T06:18:35.661Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardNcnvbe"
      ]
    }
  }
}
2023-03-22T06:18:35.661Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardNcnvbe-csar.csar /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar aef3d4fb-c703-4c66-af36-81e4bf7b5d1d Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T06:18:35.662Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar ASDC sendASDCNotification
2023-03-22T06:18:35.662Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar(Specified artifact is  not found)
2023-03-22T06:18:35.662Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T06:18:35.662Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:18:35.662Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:18:35.662Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465915661,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:18:36.663Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardNcnvbe-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar(UUID:aef3d4fb-c703-4c66-af36-81e4bf7b5d1d)
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-22T06:18:36.682Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T06:18:36.683Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 73768750-8efc-41f5-8d10-5bfad5a080c6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T06:18:36.687Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||basic_onboard_NCnVBE 0
2023-03-22T06:18:36.687Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 73768750-8efc-41f5-8d10-5bfad5a080c6
2023-03-22T06:18:36.687Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ceda833e-13d7-416e-883f-3f2acb53642c from URL: /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json
2023-03-22T06:18:36.687Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-22T06:18:36.687Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json
2023-03-22T06:18:36.702Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||GET Response Status 404
2023-03-22T06:18:36.702Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@643ea9e2
2023-03-22T06:18:36.702Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T06:18:36.702Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardNcnvbe"
      ]
    }
  }
}
2023-03-22T06:18:36.702Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_ncnvbe0_modules.json /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json ceda833e-13d7-416e-883f-3f2acb53642c Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T06:18:36.702Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json ASDC sendASDCNotification
2023-03-22T06:18:36.703Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json(Specified artifact is  not found)
2023-03-22T06:18:36.703Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T06:18:36.703Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:18:36.703Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:18:36.703Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465916702,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:18:37.703Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_ncnvbe0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json(UUID:ceda833e-13d7-416e-883f-3f2acb53642c)
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-22T06:18:37.704Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:18:37.714Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:18:37.717Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T06:18:37.717Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T06:19:07.717Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:19:07.729Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:19:07.732Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T06:19:07.732Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T06:19:28.533Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:19:28.534Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T06:19:28.535Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T06:19:28.535Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:19:37.732Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:19:37.748Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:19:37.751Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T06:19:37.751Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T06:20:07.751Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:20:07.769Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:20:07.773Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T06:20:07.773Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T06:20:28.533Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:20:28.534Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T06:20:28.535Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-22T06:20:28.535Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:20:28.535Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T06:20:28.536Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:20:28.536Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:20:28.536Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T06:20:28.536Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-22T06:20:28.536Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:20:28.537Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T06:20:28.537Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:20:28.537Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:20:28.537Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T06:20:28.537Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:20:28.538Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:20:28.538Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T06:20:28.538Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465915661,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-22T06:20:28.538Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:20:28.538Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T06:20:28.538Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465916702,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-22T06:20:28.538Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:20:37.773Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:20:37.784Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:20:37.786Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T06:20:37.786Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T06:21:07.787Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:21:07.805Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:21:07.808Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T06:21:07.808Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T06:21:28.534Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:21:37.808Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:21:37.824Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:21:37.827Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T06:21:37.827Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T06:22:07.827Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:22:07.847Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:22:07.851Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T06:22:07.851Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T06:22:28.535Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:22:37.851Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:22:37.868Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:22:37.872Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T06:22:37.872Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T06:23:07.872Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:23:07.889Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:23:07.892Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T06:23:07.893Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T06:23:28.536Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:23:28.584Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:23:28.584Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Member SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-357dff50-7b7e-472e-a8b3-8c3f1b607b69 sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-22T06:23:28.585Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-22T06:23:28.585Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-22T06:23:29.099Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:23:29.112Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:23:29.112Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] (Re-)joining group
2023-03-22T06:23:29.118Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully joined group with generation Generation{generationId=18, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T06:23:29.118Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Finished assignment for group at generation 18: {SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-22T06:23:29.135Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully synced group in generation Generation{generationId=18, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T06:23:29.135Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:23:29.135Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:23:29.138Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:23:29.139Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:23:29.139Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:23:29.139Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=653, 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-22T06:23:29.139Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:23:29.139Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:23:37.893Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-22T06:23:37.893Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T06:23:37.901Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca and serviceModelVersionId: e5f12647-c344-47df-98f7-08a8565b00b6
2023-03-22T06:23:37.901Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 51f08bee-59f8-40fa-935c-cd0599c584b5
2023-03-22T06:23:37.902Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0
2023-03-22T06:23:37.908Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T06:23:37.924Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?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-22T06:23:37.925Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|INFO|500||Invoke
2023-03-22T06:23:37.932Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-22T06:23:37.968Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-22T06:23:37.969Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0 has http status code:404 and response headers:{date=[Wed, 22 Mar 2023 06:23:37 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[33], x-aai-txid=[2-aai-resources-230322-06:23:37:797-98008], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T06:23:37.970Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6","ERR.5.4.6114"]}}}

2023-03-22T06:23:37.973Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
2023-03-22T06:23:37.973Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T06:23:37.973Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
2023-03-22T06:23:37.973Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T06:23:37.984Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T06:23:37.984Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
2023-03-22T06:23:37.984Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-22T06:23:37.984Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:23:37.984Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:23:37.984Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466217984,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:23:38.002Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T06:23:38.002Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466217984,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec\u003dERR.5.4.6114)"
}
2023-03-22T06:23:38.003Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|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-22T06:23:39.003Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-22T06:23:39.003Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"fbc0587e-4f99-4206-ac97-4f248ab7b2de","serviceName":"vFW 2023-03-22 05-25-55","serviceVersion":"1.0","serviceUUID":"eda70000-0f19-4eaf-b072-0771557b768b","serviceDescription":"catalog service description","serviceInvariantUUID":"54638bfb-5802-44c3-ba60-61ecd799a1bc","resources":[{"resourceInstanceName":"vFW 3229eeab-6ab8 0","resourceName":"vFW 3229eeab-6ab8","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850","resourceInvariantUUID":"6f487355-e424-4b76-9ef4-7f60cecc0cee","resourceCustomizationUUID":"bbf43dff-a85c-4ce3-9384-ff2f1d0c1478","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vf-license-model.xml","artifactChecksum":"ZTk2NGJjN2RmNjIyODk5M2YxODVjYWM0MmE5NDU2NjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"327fa8b9-2434-45ca-a5cb-6c0e0c48f279","artifactVersion":"1"},{"artifactName":"vfw3229eeab6ab80_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json","artifactChecksum":"YjhjOTY1OGI5YWEyOGJhODkwMWIwMzBlYjcwYTEyMzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"127b1619-50cf-438a-a046-c05d6a5e780b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"24d6c314-9225-43b0-9b4a-495965c4b649","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vendor-license-model.xml","artifactChecksum":"ZDIwMTBhYTFkOWY1ZTc0YTc0OTM0MmE0Zjg3NTI4Zjc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e883ee8a-b506-436c-8720-ece3099298d8","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"50d273c5-c4c8-48ad-97b1-0fcf90649b8d","artifactVersion":"2","generatedFromUUID":"24d6c314-9225-43b0-9b4a-495965c4b649"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230322052555-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-template.yml","artifactChecksum":"MDkzODk1YzU4OTAyYTFlOWM5YTFkYjljNWYxMWFmMjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"527da56d-ecd6-45fc-81ca-1ca14b3fe96a","artifactVersion":"1"},{"artifactName":"service-Vfw20230322052555-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar","artifactChecksum":"OTBmMWEwY2YzZDk1MzU0NzhlY2RiOTFkMjc5YTVkOGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T06:23:39.003Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:23:39.004Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:23:39.004Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:23:39.004Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:23:40.004Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:23:40.005Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:23:40.005Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:23:40.005Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:23:41.006Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:23:41.006Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:23:41.006Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:23:41.006Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:23:42.007Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:23:42.007Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:23:42.007Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:23:42.007Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:23:43.008Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:23:43.009Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:23:43.009Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:23:43.009Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:23:44.009Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:23:44.010Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:23:44.010Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:23:44.010Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:23:45.011Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:23:45.011Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:23:45.011Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:23:45.011Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:23:46.012Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "serviceName": "vFW 2023-03-22 05-25-55",
  "serviceVersion": "1.0",
  "serviceUUID": "eda70000-0f19-4eaf-b072-0771557b768b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "54638bfb-5802-44c3-ba60-61ecd799a1bc",
  "resources": [
    {
      "resourceInstanceName": "vFW 3229eeab-6ab8 0",
      "resourceCustomizationUUID": "bbf43dff-a85c-4ce3-9384-ff2f1d0c1478",
      "resourceName": "vFW 3229eeab-6ab8",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850",
      "resourceInvariantUUID": "6f487355-e424-4b76-9ef4-7f60cecc0cee",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw3229eeab6ab80_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json",
          "artifactChecksum": "YjhjOTY1OGI5YWEyOGJhODkwMWIwMzBlYjcwYTEyMzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "127b1619-50cf-438a-a046-c05d6a5e780b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "24d6c314-9225-43b0-9b4a-495965c4b649",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "50d273c5-c4c8-48ad-97b1-0fcf90649b8d",
            "generatedFromUUID": "24d6c314-9225-43b0-9b4a-495965c4b649"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "50d273c5-c4c8-48ad-97b1-0fcf90649b8d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230322052555-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
      "artifactChecksum": "OTBmMWEwY2YzZDk1MzU0NzhlY2RiOTFkMjc5YTVkOGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T06:23:46.013Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T06:23:46.013Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eda70000-0f19-4eaf-b072-0771557b768b ASDC
2023-03-22T06:23:46.013Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:fbc0587e-4f99-4206-ac97-4f248ab7b2de
ServiceName:vFW 2023-03-22 05-25-55
ServiceVersion:1.0
ServiceUUID:eda70000-0f19-4eaf-b072-0771557b768b
ServiceInvariantUUID:54638bfb-5802-44c3-ba60-61ecd799a1bc
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230322052555-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar
ArtifactUUID:bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f
ArtifactChecksum:OTBmMWEwY2YzZDk1MzU0NzhlY2RiOTFkMjc5YTVkOGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 3229eeab-6ab8 0
ResourceCustomizationUUID:bbf43dff-a85c-4ce3-9384-ff2f1d0c1478
ResourceInvariantUUID:6f487355-e424-4b76-9ef4-7f60cecc0cee
ResourceName:vFW 3229eeab-6ab8
ResourceType:VF
ResourceUUID:bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw3229eeab6ab80_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json
ArtifactUUID:127b1619-50cf-438a-a046-c05d6a5e780b
ArtifactChecksum:YjhjOTY1OGI5YWEyOGJhODkwMWIwMzBlYjcwYTEyMzA=
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/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml
ArtifactUUID:24d6c314-9225-43b0-9b4a-495965c4b649
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/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env
ArtifactUUID:50d273c5-c4c8-48ad-97b1-0fcf90649b8d
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/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env
ArtifactUUID:50d273c5-c4c8-48ad-97b1-0fcf90649b8d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-22T06:23:46.013Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eda70000-0f19-4eaf-b072-0771557b768b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:23:46.043Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:23:46.043Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:23:46.043Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:23:46.043Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f from URL: /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar
2023-03-22T06:23:46.044Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-22T06:23:46.044Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar
2023-03-22T06:23:46.346Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-03-22T06:23:46.352Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f 101497
2023-03-22T06:23:46.352Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar ASDC sendASDCNotification
2023-03-22T06:23:46.352Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar
2023-03-22T06:23:46.352Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T06:23:46.353Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:23:46.353Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:23:46.353Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466226352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:23:47.354Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:23:47.354Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:23:47.355Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f, URL: /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar to file: /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:23:47.355Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230322052555-csar.csar
2023-03-22T06:23:47.356Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:23:47.356Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:23:47.462Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2443211142596236694/Definitions/service-Vfw20230322052555-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-22T06:23:48.999Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-22T06:23:48.999Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-03-22T06:23:48.999Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:23:48.999Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-22T06:23:48.999Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:23:48.999Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3229eeab-6ab8 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-Vfw20230322052555-csar.csar
2023-03-22T06:23:49.000Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:23:49.000Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:23:49.000Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:23:49.000Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:23:49.000Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:23:49.000Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:23:49.000Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:23:49.000Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:23:49.000Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:23:49.000Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-03-22T06:23:49.000Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:23:49.000Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:23:49.000Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T06:23:49.000Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-03-22T06:23:49.001Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T06:23:49.001Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:23:49.001Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:23:49.001Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T06:23:49.001Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-03-22T06:23:49.001Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T06:23:49.002Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:23:49.002Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:23:49.002Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:23:49.002Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is not matching search criteria
2023-03-22T06:23:49.002Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T06:23:49.002Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T06:23:49.002Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:23:49.002Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T06:23:49.002Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T06:23:49.002Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:23:49.002Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T06:23:49.002Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T06:23:49.002Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T06:23:49.002Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:23:49.002Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T06:23:49.002Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T06:23:49.002Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T06:23:49.003Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T06:23:49.003Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:23:49.003Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-22T06:23:49.003Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:23:49.003Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-22T06:23:49.003Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:23:49.003Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T06:23:49.003Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T06:23:49.003Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:23:49.003Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T06:23:49.003Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T06:23:49.003Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:23:49.003Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T06:23:49.003Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T06:23:49.003Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:23:49.003Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is not matching search criteria
2023-03-22T06:23:49.003Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T06:23:49.004Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-22T06:23:49.004Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T06:23:49.004Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T06:23:49.004Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T06:23:49.004Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:23:49.004Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T06:23:49.004Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T06:23:49.004Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T06:23:49.004Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T06:23:49.004Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:23:49.004Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=aa314a86-cb0e-4a5b-b3dc-67ab85529aa3
2023-03-22T06:23:49.004Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:23:49.004Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is not matching search criteria
2023-03-22T06:23:49.004Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T06:23:49.004Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T06:23:49.004Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:23:49.004Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T06:23:49.004Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T06:23:49.005Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:23:49.005Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T06:23:49.005Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-22T06:23:49.005Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T06:23:49.005Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T06:23:49.005Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T06:23:49.005Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:23:49.005Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d9998ff5-07a8-4e06-a366-e2fa06343e60
2023-03-22T06:23:49.005Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:23:49.005Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is not matching search criteria
2023-03-22T06:23:49.005Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T06:23:49.005Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T06:23:49.005Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:23:49.005Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T06:23:49.005Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T06:23:49.005Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:23:49.005Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T06:23:49.006Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T06:23:49.006Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T06:23:49.006Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:23:49.006Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T06:23:49.006Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-22T06:23:49.006Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=72136b1f-0061-4b5e-8c0f-044f0a8cd6b2
2023-03-22T06:23:49.006Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:23:49.006Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:23:49.006Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:23:49.006Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:23:49.006Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:23:49.006Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:23:49.006Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:23:49.006Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:23:49.006Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-22 05-25-55
Description:catalog service description
Model UUID:eda70000-0f19-4eaf-b072-0771557b768b
Model Version:NULL
Model InvariantUuid:54638bfb-5802-44c3-ba60-61ecd799a1bc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 3229eeab-6ab8
Model UUID:dd90c608-56d0-4044-b77e-6f9404d60812
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6f487355-e424-4b76-9ef4-7f60cecc0cee
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bbf43dff-a85c-4ce3-9384-ff2f1d0c1478
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2340f6cb-b4db-4011-b9c3-b4bb2848eb7c
ModelName:Vfw3229eeab6ab8..base_vfw..module-0
ModelUuid:c74453a0-bfa7-4668-9055-82db75071a8d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:aa314a86-cb0e-4a5b-b3dc-67ab85529aa3
ModelInvariantUuid:74332490-9cd4-4220-be9e-93c4591dd72d
ModelName:vFW 3229eeab-6ab8-nodes.vfwCvfc
ModelUuid:61ffbf75-6e28-4757-a025-b2c0ab962a74
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:b563dbc2-8b56-450f-a599-b56cc6be1007
ModelInvariantUuid:e6f4acf5-2121-4837-8eb8-e79dbf0b46ec
ModelName:Vfw3229eeab6ab8.compute.nodes.heat.vfw
ModelUuid:3ddfdfb8-55a4-40cd-9b94-9474bbb1c6d3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:d9998ff5-07a8-4e06-a366-e2fa06343e60
ModelInvariantUuid:75eef7ce-cbf0-426f-a147-534c62c9b134
ModelName:vFW 3229eeab-6ab8-nodes.vsnCvfc
ModelUuid:4c386c48-c8e8-4e57-8fc6-0995d6047810
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:7ea81968-c783-413a-9c62-f56e7faf2485
ModelInvariantUuid:8251d429-389a-4c59-b3bb-f88c27094de4
ModelName:Vfw3229eeab6ab8.compute.nodes.heat.vsn
ModelUuid:7baacf9a-a7aa-4a5d-9cd8-e291da6e2df3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:72136b1f-0061-4b5e-8c0f-044f0a8cd6b2
ModelInvariantUuid:212509d2-d95e-4210-9e4f-19fde5069d41
ModelName:vFW 3229eeab-6ab8-nodes.vpgCvfc
ModelUuid:44417cb2-1a4d-4bbd-972e-b0b0505ab818
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:1600c0ab-d5be-4c3c-83e2-1b664c1463d8
ModelInvariantUuid:d3c4495c-70b8-4c49-b3c6-423d142f6163
ModelName:Vfw3229eeab6ab8.compute.nodes.heat.vpg
ModelUuid:c23fe525-aef3-474a-ba0e-b18de4f76ede
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-22T06:23:49.047Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||ERROR|500||Csar with UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f already exists
2023-03-22T06:23:49.047Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar ASDC sendASDCNotification
2023-03-22T06:23:49.047Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar(Csar with UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f already exists)
2023-03-22T06:23:49.047Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:23:49.047Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:23:49.047Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:23:49.048Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466229047,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:23:50.049Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar ASDC sendASDCNotification
2023-03-22T06:23:50.049Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar(Resource with UUID: bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850 already exists)
2023-03-22T06:23:50.050Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:23:50.050Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:23:50.050Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:23:50.050Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466230049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:23:51.052Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fbc0587e-4f99-4206-ac97-4f248ab7b2de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:23:51.071Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fbc0587e-4f99-4206-ac97-4f248ab7b2de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:23:51.073Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T06:23:51.073Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T06:23:51.074Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T06:23:51.074Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T06:23:51.074Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:23:51.074Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:23:51.074Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:23:51.074Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:23:51.074Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-22T06:23:51.079Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T06:24:21.080Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fbc0587e-4f99-4206-ac97-4f248ab7b2de and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T06:24:21.087Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fbc0587e-4f99-4206-ac97-4f248ab7b2de and serviceModelVersionId: eda70000-0f19-4eaf-b072-0771557b768b
2023-03-22T06:24:21.087Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 54638bfb-5802-44c3-ba60-61ecd799a1bc
2023-03-22T06:24:21.088Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0
2023-03-22T06:24:21.094Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T06:24:21.108Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?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-22T06:24:21.108Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0|INFO|500||Invoke
2023-03-22T06:24:21.114Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T06:24:21.259Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0|INFO|500||InvokeReturn
2023-03-22T06:24:21.259Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 06:24:20 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[141], vertex-id=[188528], x-aai-txid=[0-aai-resources-230322-06:24:20:978-92793], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T06:24:21.260Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2023-03-22T06:24:21.260Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T06:24:21.260Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T06:24:21.270Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T06:24:21.270Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fbc0587e-4f99-4206-ac97-4f248ab7b2de and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T06:24:21.270Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T06:24:21.270Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:24:21.271Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:24:21.271Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466261270,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:24:22.289Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-22T06:24:22.289Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"e45a6ddb-db7b-441f-b7ed-2e79323362e4","serviceName":"vFW 2023-03-22 05-39-11","serviceVersion":"1.0","serviceUUID":"562f90e9-8e25-4df5-abb7-1b0c5d5c58ec","serviceDescription":"catalog service description","serviceInvariantUUID":"52e7b3d8-c424-43b5-ac13-789d4eb414c3","resources":[{"resourceInstanceName":"vFW c60b0202-0ea7 0","resourceName":"vFW c60b0202-0ea7","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a403d108-1e0a-4b72-ac99-f7abbce4ed23","resourceInvariantUUID":"8351f926-86d0-4cb7-823c-18b7802f48a1","resourceCustomizationUUID":"06e7df1e-8a54-4cc2-9b1f-86a8234bc06f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vf-license-model.xml","artifactChecksum":"NDhhYmFmMmY5Zjc5MTk2MDI3NzVkOTc0YWFhZTk1MDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ac048545-2b2d-4e16-a159-921d7d783742","artifactVersion":"1"},{"artifactName":"vfwc60b02020ea70_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json","artifactChecksum":"NmViOGFlN2U2MzE3NTY0NTdmNGY4MzJhZjFjYTMwMGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6849c46b-4130-4e78-b948-01a8c8600c05","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vendor-license-model.xml","artifactChecksum":"ZDJhNGY2ZjE0MGM0NGY4MWIzODE0ZDdlNjY3MmQ1NWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"330b063c-7793-44ce-a503-a49511c0d654","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"70401413-6f4d-49ec-be0e-187b3f996134","artifactVersion":"2","generatedFromUUID":"6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230322053911-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-template.yml","artifactChecksum":"ZjQ2NmEzOGYwMGNjYWE2Y2ZiZjYwOTcyYjExYWJiMDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4242fb19-e71a-48c4-b953-65a008cd83b8","artifactVersion":"1"},{"artifactName":"service-Vfw20230322053911-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar","artifactChecksum":"MzQ2NDA1NGJmMDE1NjcxMTQxM2RjMWJkYTQ5MDNjMDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"92a1cf4b-1054-452b-880a-e75dccd519aa","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T06:24:22.289Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:24:22.289Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:24:22.290Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:24:22.290Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:24:23.291Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:24:23.291Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:24:23.292Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:24:23.292Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:24:24.293Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:24:24.293Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:24:24.294Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:24:24.294Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:24:25.294Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:24:25.295Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:24:25.295Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:24:25.296Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:24:26.296Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:24:26.297Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:24:26.298Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:24:26.298Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:24:27.299Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:24:27.300Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:24:27.300Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:24:27.300Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:24:28.301Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:24:28.301Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:24:28.301Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:24:28.302Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:24:28.533Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:24:28.539Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T06:24:28.539Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:24:28.540Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:24:28.540Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T06:24:28.540Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T06:24:28.540Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:24:28.540Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T06:24:28.540Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-22T06:24:28.541Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:24:28.541Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T06:24:28.541Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:24:28.541Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:24:28.541Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T06:24:28.541Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-22T06:24:28.541Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:24:28.541Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T06:24:28.542Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:24:28.542Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:24:28.542Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T06:24:28.542Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:24:28.542Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:24:28.542Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T06:24:28.542Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466226352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T06:24:28.542Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:24:28.543Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T06:24:28.543Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466229047,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f already exists"
}
2023-03-22T06:24:28.543Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:24:28.543Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T06:24:28.543Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466230049,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850 already exists"
}
2023-03-22T06:24:28.543Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:24:28.543Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T06:24:28.543Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466261270,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T06:24:28.543Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:24:28.544Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T06:24:28.544Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:24:28.544Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:24:28.544Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T06:24:28.544Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T06:24:28.544Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:24:28.544Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T06:24:28.544Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-22T06:24:28.545Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:24:28.545Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T06:24:28.545Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:24:28.545Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:24:28.545Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T06:24:28.545Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-22T06:24:28.545Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:24:28.545Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T06:24:28.545Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:24:28.546Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:24:28.546Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T06:24:28.546Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:24:28.546Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:24:29.302Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "serviceName": "vFW 2023-03-22 05-39-11",
  "serviceVersion": "1.0",
  "serviceUUID": "562f90e9-8e25-4df5-abb7-1b0c5d5c58ec",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "52e7b3d8-c424-43b5-ac13-789d4eb414c3",
  "resources": [
    {
      "resourceInstanceName": "vFW c60b0202-0ea7 0",
      "resourceCustomizationUUID": "06e7df1e-8a54-4cc2-9b1f-86a8234bc06f",
      "resourceName": "vFW c60b0202-0ea7",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a403d108-1e0a-4b72-ac99-f7abbce4ed23",
      "resourceInvariantUUID": "8351f926-86d0-4cb7-823c-18b7802f48a1",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc60b02020ea70_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json",
          "artifactChecksum": "NmViOGFlN2U2MzE3NTY0NTdmNGY4MzJhZjFjYTMwMGQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6849c46b-4130-4e78-b948-01a8c8600c05",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "70401413-6f4d-49ec-be0e-187b3f996134",
            "generatedFromUUID": "6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "70401413-6f4d-49ec-be0e-187b3f996134",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230322053911-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
      "artifactChecksum": "MzQ2NDA1NGJmMDE1NjcxMTQxM2RjMWJkYTQ5MDNjMDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "92a1cf4b-1054-452b-880a-e75dccd519aa"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T06:24:29.303Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T06:24:29.303Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 562f90e9-8e25-4df5-abb7-1b0c5d5c58ec ASDC
2023-03-22T06:24:29.303Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:e45a6ddb-db7b-441f-b7ed-2e79323362e4
ServiceName:vFW 2023-03-22 05-39-11
ServiceVersion:1.0
ServiceUUID:562f90e9-8e25-4df5-abb7-1b0c5d5c58ec
ServiceInvariantUUID:52e7b3d8-c424-43b5-ac13-789d4eb414c3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230322053911-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar
ArtifactUUID:92a1cf4b-1054-452b-880a-e75dccd519aa
ArtifactChecksum:MzQ2NDA1NGJmMDE1NjcxMTQxM2RjMWJkYTQ5MDNjMDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c60b0202-0ea7 0
ResourceCustomizationUUID:06e7df1e-8a54-4cc2-9b1f-86a8234bc06f
ResourceInvariantUUID:8351f926-86d0-4cb7-823c-18b7802f48a1
ResourceName:vFW c60b0202-0ea7
ResourceType:VF
ResourceUUID:a403d108-1e0a-4b72-ac99-f7abbce4ed23
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc60b02020ea70_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json
ArtifactUUID:6849c46b-4130-4e78-b948-01a8c8600c05
ArtifactChecksum:NmViOGFlN2U2MzE3NTY0NTdmNGY4MzJhZjFjYTMwMGQ=
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/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml
ArtifactUUID:6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5
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/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env
ArtifactUUID:70401413-6f4d-49ec-be0e-187b3f996134
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/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env
ArtifactUUID:70401413-6f4d-49ec-be0e-187b3f996134
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-22T06:24:29.304Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 562f90e9-8e25-4df5-abb7-1b0c5d5c58ec ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:24:29.336Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:24:29.337Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:24:29.337Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:24:29.337Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa from URL: /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar
2023-03-22T06:24:29.337Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-22T06:24:29.337Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar
2023-03-22T06:24:29.602Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-03-22T06:24:29.604Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar 92a1cf4b-1054-452b-880a-e75dccd519aa 101506
2023-03-22T06:24:29.604Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar ASDC sendASDCNotification
2023-03-22T06:24:29.605Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar
2023-03-22T06:24:29.605Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T06:24:29.605Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:24:29.605Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:24:29.605Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466269604,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:24:30.606Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:24:30.607Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:24:30.607Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa, URL: /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar to file: /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:24:30.609Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230322053911-csar.csar
2023-03-22T06:24:30.609Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:24:30.609Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:24:30.726Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16293742699447359075/Definitions/service-Vfw20230322053911-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-22T06:24:32.075Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-22T06:24:32.075Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-03-22T06:24:32.075Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:24:32.075Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-22T06:24:32.075Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:24:32.075Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:24:32.075Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:24:32.075Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c60b0202-0ea7 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-Vfw20230322053911-csar.csar
2023-03-22T06:24:32.075Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:24:32.075Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:24:32.075Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:24:32.075Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:24:32.076Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:24:32.076Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:24:32.076Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:24:32.076Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-03-22T06:24:32.076Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:24:32.076Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:24:32.076Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T06:24:32.076Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-03-22T06:24:32.076Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T06:24:32.076Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:24:32.076Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:24:32.076Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T06:24:32.076Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-03-22T06:24:32.076Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T06:24:32.076Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:24:32.076Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:24:32.076Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:24:32.076Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is not matching search criteria
2023-03-22T06:24:32.076Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T06:24:32.076Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T06:24:32.077Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:24:32.077Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T06:24:32.077Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T06:24:32.077Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:24:32.077Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T06:24:32.077Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T06:24:32.077Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T06:24:32.077Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:24:32.077Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T06:24:32.077Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T06:24:32.077Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T06:24:32.077Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T06:24:32.077Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:24:32.077Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-22T06:24:32.077Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:24:32.077Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-22T06:24:32.077Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:24:32.077Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T06:24:32.077Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T06:24:32.077Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:24:32.077Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T06:24:32.077Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T06:24:32.078Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:24:32.078Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T06:24:32.078Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T06:24:32.078Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:24:32.078Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is not matching search criteria
2023-03-22T06:24:32.078Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T06:24:32.078Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-22T06:24:32.078Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T06:24:32.078Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T06:24:32.078Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T06:24:32.078Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:24:32.078Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T06:24:32.078Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T06:24:32.078Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T06:24:32.078Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T06:24:32.078Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:24:32.078Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=206c1997-b141-46b2-9d54-58f6537370b4
2023-03-22T06:24:32.078Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:24:32.078Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is not matching search criteria
2023-03-22T06:24:32.078Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T06:24:32.078Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T06:24:32.078Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:24:32.079Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T06:24:32.079Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T06:24:32.079Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:24:32.079Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T06:24:32.079Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-22T06:24:32.079Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T06:24:32.079Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T06:24:32.079Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T06:24:32.079Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:24:32.079Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b4e01378-0842-4b95-b007-3ff10435fd7f
2023-03-22T06:24:32.079Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:24:32.079Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is not matching search criteria
2023-03-22T06:24:32.079Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T06:24:32.079Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T06:24:32.079Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:24:32.079Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T06:24:32.079Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T06:24:32.079Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:24:32.079Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T06:24:32.079Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T06:24:32.079Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T06:24:32.080Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:24:32.080Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T06:24:32.080Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-22T06:24:32.080Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3b592c80-4694-4e6b-b370-b55c6b9b8c7a
2023-03-22T06:24:32.080Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:24:32.080Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:24:32.080Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:24:32.080Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:24:32.080Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:24:32.080Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:24:32.080Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:24:32.080Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:24:32.080Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-22 05-39-11
Description:catalog service description
Model UUID:562f90e9-8e25-4df5-abb7-1b0c5d5c58ec
Model Version:NULL
Model InvariantUuid:52e7b3d8-c424-43b5-ac13-789d4eb414c3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c60b0202-0ea7
Model UUID:4b02448c-c22a-4af2-8c31-5bc4cd68a847
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8351f926-86d0-4cb7-823c-18b7802f48a1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:06e7df1e-8a54-4cc2-9b1f-86a8234bc06f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e6a99d09-50e2-41a0-83a9-772a39c5566f
ModelName:VfwC60b02020ea7..base_vfw..module-0
ModelUuid:41cdfe7d-91ad-4bc3-b65d-bb4235a70705
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:206c1997-b141-46b2-9d54-58f6537370b4
ModelInvariantUuid:37b691ed-6612-4526-940c-3e394079630b
ModelName:vFW c60b0202-0ea7-nodes.vfwCvfc
ModelUuid:aa93ecc6-c0b2-4018-88b9-6b0d4aecf8bd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:a2df18d2-3fdb-4860-a301-0ef4bedbff9d
ModelInvariantUuid:7cccaa2e-d2f0-4077-9b9c-81f8c3ec8330
ModelName:VfwC60b02020ea7.compute.nodes.heat.vfw
ModelUuid:1993e040-202b-48bb-8eb8-907bd2b927ba
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:b4e01378-0842-4b95-b007-3ff10435fd7f
ModelInvariantUuid:e7177ea2-699a-419f-aa5f-2038fa1ea474
ModelName:vFW c60b0202-0ea7-nodes.vsnCvfc
ModelUuid:8a079ade-48ca-4f48-9af8-272723cac5ff
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:a9974314-41bf-4317-9b03-6461baecf54e
ModelInvariantUuid:854c0b2f-0303-45e3-8e3f-15d5a400209a
ModelName:VfwC60b02020ea7.compute.nodes.heat.vsn
ModelUuid:a30b7738-0dec-4740-94e1-85f3ae713a30
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:3b592c80-4694-4e6b-b370-b55c6b9b8c7a
ModelInvariantUuid:4fbcc6bf-54ba-402a-94de-b15fc858b0cb
ModelName:vFW c60b0202-0ea7-nodes.vpgCvfc
ModelUuid:6a108ab5-3f67-4128-855e-ac4bfa896c57
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:77c55b3d-f116-4bf0-81ca-27720f2cf36d
ModelInvariantUuid:2af9f482-4a84-430d-8fb2-b6638734ac2d
ModelName:VfwC60b02020ea7.compute.nodes.heat.vpg
ModelUuid:0922df60-f80a-4c67-940b-87ac2d65c358
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-22T06:24:32.113Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||ERROR|500||Csar with UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa already exists
2023-03-22T06:24:32.113Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar ASDC sendASDCNotification
2023-03-22T06:24:32.113Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar(Csar with UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa already exists)
2023-03-22T06:24:32.113Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:24:32.113Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:24:32.114Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:24:32.114Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466272113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:24:33.114Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar ASDC sendASDCNotification
2023-03-22T06:24:33.114Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar(Resource with UUID: a403d108-1e0a-4b72-ac99-f7abbce4ed23 already exists)
2023-03-22T06:24:33.115Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:24:33.115Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:24:33.115Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:24:33.115Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466273114,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a403d108-1e0a-4b72-ac99-f7abbce4ed23 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:24:34.116Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e45a6ddb-db7b-441f-b7ed-2e79323362e4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:24:34.132Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e45a6ddb-db7b-441f-b7ed-2e79323362e4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:24:34.135Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T06:24:34.135Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T06:24:34.135Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T06:24:34.135Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T06:24:34.135Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:24:34.136Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:24:34.136Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:24:34.136Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:24:34.136Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-22T06:24:34.143Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T06:25:04.144Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e45a6ddb-db7b-441f-b7ed-2e79323362e4 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T06:25:04.152Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e45a6ddb-db7b-441f-b7ed-2e79323362e4 and serviceModelVersionId: 562f90e9-8e25-4df5-abb7-1b0c5d5c58ec
2023-03-22T06:25:04.152Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 52e7b3d8-c424-43b5-ac13-789d4eb414c3
2023-03-22T06:25:04.152Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0
2023-03-22T06:25:04.156Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T06:25:04.173Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0|INFO|500||Invoke
2023-03-22T06:25:04.174Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e45a6ddb-db7b-441f-b7ed-2e79323362e4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[77b5621f-c159-4e69-aea6-02947682b81a], X-ECOMP-RequestID=[e45a6ddb-db7b-441f-b7ed-2e79323362e4], X-TransactionId=[], X-ONAP-RequestID=[e45a6ddb-db7b-441f-b7ed-2e79323362e4], Content-Type=[application/merge-patch+json]}
2023-03-22T06:25:04.180Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T06:25:04.313Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 06:25:04 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[129], vertex-id=[184392], x-aai-txid=[0-aai-resources-230322-06:25:04:043-15458], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T06:25:04.313Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-22T06:25:04.314Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0|INFO|500||InvokeReturn
2023-03-22T06:25:04.315Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T06:25:04.315Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T06:25:04.322Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T06:25:04.323Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e45a6ddb-db7b-441f-b7ed-2e79323362e4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T06:25:04.323Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T06:25:04.323Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:25:04.323Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:25:04.323Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466304323,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:25:05.346Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-22T06:25:05.346Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"b64429f8-68d6-4a68-b948-a3a538b17dd3","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"f38337a8-d2df-48a9-a491-0868f87ff613","serviceDescription":"service","serviceInvariantUUID":"120c21e3-6916-4b71-8ac3-5c439c353b17","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"e5cee138-d08f-4f98-b954-b100fc045ce9","resourceInvariantUUID":"184f7c4b-e703-4d14-a5d9-3fcd2158143c","resourceCustomizationUUID":"32b7cdbe-58ea-461f-96d0-994e2f90eca5","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":"MGVjNDhkMjNkMDVjMTc2NTYxMzI4MDZiYzJkYTFkYTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0fcae08a-b905-4025-a931-3cefca391c35","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"Yzc2YTA3NWYxYThhNTllZmQ0NTdhNjhkMWQ1ZTEwMzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"800f3a61-86e4-4005-8b17-0252365bfbfe","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T06:25:05.346Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:25:05.347Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:25:05.347Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:25:05.347Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "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-22T06:25:06.348Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:25:06.348Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:25:06.348Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:25:06.348Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:25:07.349Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "f38337a8-d2df-48a9-a491-0868f87ff613",
  "serviceDescription": "service",
  "serviceInvariantUUID": "120c21e3-6916-4b71-8ac3-5c439c353b17",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "32b7cdbe-58ea-461f-96d0-994e2f90eca5",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "e5cee138-d08f-4f98-b954-b100fc045ce9",
      "resourceInvariantUUID": "184f7c4b-e703-4d14-a5d9-3fcd2158143c",
      "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": "Yzc2YTA3NWYxYThhNTllZmQ0NTdhNjhkMWQ1ZTEwMzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "800f3a61-86e4-4005-8b17-0252365bfbfe"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T06:25:07.349Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T06:25:07.350Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f38337a8-d2df-48a9-a491-0868f87ff613 ASDC
2023-03-22T06:25:07.350Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:b64429f8-68d6-4a68-b948-a3a538b17dd3
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:f38337a8-d2df-48a9-a491-0868f87ff613
ServiceInvariantUUID:120c21e3-6916-4b71-8ac3-5c439c353b17
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:800f3a61-86e4-4005-8b17-0252365bfbfe
ArtifactChecksum:Yzc2YTA3NWYxYThhNTllZmQ0NTdhNjhkMWQ1ZTEwMzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:32b7cdbe-58ea-461f-96d0-994e2f90eca5
ResourceInvariantUUID:184f7c4b-e703-4d14-a5d9-3fcd2158143c
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:e5cee138-d08f-4f98-b954-b100fc045ce9
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-22T06:25:07.350Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f38337a8-d2df-48a9-a491-0868f87ff613 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:25:07.379Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:25:07.379Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:25:07.379Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:25:07.379Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 800f3a61-86e4-4005-8b17-0252365bfbfe from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-22T06:25:07.379Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-22T06:25:07.380Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-22T06:25:07.400Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||GET Response Status 404
2023-03-22T06:25:07.401Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@380a0081
2023-03-22T06:25:07.401Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T06:25:07.401Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-22T06:25:07.401Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 800f3a61-86e4-4005-8b17-0252365bfbfe Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T06:25:07.401Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-22T06:25:07.401Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is  not found)
2023-03-22T06:25:07.401Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T06:25:07.401Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:25:07.401Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:25:07.402Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466307401,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:25:08.402Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:800f3a61-86e4-4005-8b17-0252365bfbfe)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-22T06:25:08.443Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||ERROR|500||Csar with UUID: 800f3a61-86e4-4005-8b17-0252365bfbfe already exists
2023-03-22T06:25:08.444Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||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-22T06:25:08.444Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||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: 800f3a61-86e4-4005-8b17-0252365bfbfe already exists)
2023-03-22T06:25:08.444Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:25:08.444Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:25:08.444Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:25:08.444Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466308444,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 800f3a61-86e4-4005-8b17-0252365bfbfe already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:25:09.446Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||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-22T06:25:09.446Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||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: e5cee138-d08f-4f98-b954-b100fc045ce9 already exists)
2023-03-22T06:25:09.446Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:25:09.446Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:25:09.446Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:25:09.446Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466309445,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e5cee138-d08f-4f98-b954-b100fc045ce9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:25:10.447Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b64429f8-68d6-4a68-b948-a3a538b17dd3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:25:10.469Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b64429f8-68d6-4a68-b948-a3a538b17dd3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:25:10.472Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T06:25:10.472Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T06:25:10.472Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T06:25:10.472Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T06:25:10.472Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:25:10.472Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:25:10.472Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:25:10.472Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:25:10.472Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-22T06:25:10.479Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T06:25:28.533Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:25:28.541Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T06:25:28.542Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466269604,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T06:25:28.542Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:25:28.542Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T06:25:28.542Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466272113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa already exists"
}
2023-03-22T06:25:28.542Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:25:28.542Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T06:25:28.542Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466273114,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a403d108-1e0a-4b72-ac99-f7abbce4ed23 already exists"
}
2023-03-22T06:25:28.543Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:25:28.543Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T06:25:28.543Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466304323,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T06:25:28.543Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:25:28.543Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T06:25:28.543Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:25:28.543Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:25:28.543Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T06:25:28.543Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:25:28.543Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:25:28.543Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T06:25:28.544Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466307401,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-22T06:25:28.544Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:25:28.544Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T06:25:28.544Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466308444,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 800f3a61-86e4-4005-8b17-0252365bfbfe already exists"
}
2023-03-22T06:25:28.544Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:25:28.544Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received message from topic
2023-03-22T06:25:28.544Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466309445,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e5cee138-d08f-4f98-b954-b100fc045ce9 already exists"
}
2023-03-22T06:25:28.544Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:25:40.480Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b64429f8-68d6-4a68-b948-a3a538b17dd3 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T06:25:40.489Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b64429f8-68d6-4a68-b948-a3a538b17dd3 and serviceModelVersionId: f38337a8-d2df-48a9-a491-0868f87ff613
2023-03-22T06:25:40.489Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 120c21e3-6916-4b71-8ac3-5c439c353b17
2023-03-22T06:25:40.490Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0
2023-03-22T06:25:40.496Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T06:25:40.514Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?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-22T06:25:40.514Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0|INFO|500||Invoke
2023-03-22T06:25:40.521Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T06:25:40.668Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0|INFO|500||InvokeReturn
2023-03-22T06:25:40.669Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 06:25:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[143], vertex-id=[209000], x-aai-txid=[0-aai-resources-230322-06:25:40:384-99676], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T06:25:40.669Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2023-03-22T06:25:40.669Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T06:25:40.669Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T06:25:40.680Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T06:25:40.680Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b64429f8-68d6-4a68-b948-a3a538b17dd3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T06:25:40.680Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T06:25:40.681Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:25:40.681Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:25:40.681Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466340680,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:25:41.701Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-22T06:25:41.701Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"4d2fc27d-4827-4431-8901-1a7fe4ae70eb","serviceName":"Demo_pNF_Th3LXatp9s8wdDTQBYLt","serviceVersion":"1.0","serviceUUID":"cdad142e-6240-4457-8e87-75b7cbd29e38","serviceDescription":"catalog service description","serviceInvariantUUID":"81de75ee-355d-450a-b294-753817382022","resources":[{"resourceInstanceName":"pNF 6c7740df-c757 0","resourceName":"pNF 6c7740df-c757","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0da99d63-27be-4a3a-9bd6-c9f17d70a915","resourceInvariantUUID":"41ff80c8-5a8c-4586-9497-ee0ed8d8dbb8","resourceCustomizationUUID":"0404e3be-4b20-4344-a6e5-8950491f980d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vf-license-model.xml","artifactChecksum":"ZmFlNmVhNzc5ZWZlOTA2MDU4ZjgyYjAzYWI0Mzk3NDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"92d23c96-8b8f-4d9d-b136-5be1619c9ec5","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ea08e81f-ef29-4698-9ed5-fe992c4b9a9b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e8855c67-e9df-4389-96ea-13624f308c26","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vendor-license-model.xml","artifactChecksum":"MDIyM2QxNDY2ZjIzMDBhODMzMDExNmFiOGQ1ZmQxZjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9d892759-0f11-4463-b7ab-71ba4e1c07b6","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"66a0ca7b-6224-438d-b805-63e8aa6a2f6d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3e4dc005-13b1-4f11-ba54-e2d95eb2a6b8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTh3lxatp9s8wddtqbylt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-template.yml","artifactChecksum":"Yjc5YTkyYjYzNDRkY2MyN2VmMzg3NDEzODk4NDJjYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b2903a06-5b2c-414f-a385-4ca4513bf0c8","artifactVersion":"1"},{"artifactName":"service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar","artifactChecksum":"ODBhNmVlNzYyZjAyOTI2MWQwZGVlOTIzZDMzMjU1OTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c4384b06-8549-491d-87e4-dd44765b609c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T06:25:41.701Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:25:41.701Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:25:41.701Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:25:41.701Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:25:42.702Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:25:42.703Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:25:42.703Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:25:42.703Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:25:43.704Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:25:43.704Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:25:43.704Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:25:43.704Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:25:44.705Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:25:44.705Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:25:44.706Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:25:44.706Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:25:45.707Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:25:45.707Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:25:45.707Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:25:45.707Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:25:46.708Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:25:46.708Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:25:46.708Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:25:46.708Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:25:47.709Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:25:47.709Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:25:47.709Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:25:47.710Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:25:48.710Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:25:48.711Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:25:48.711Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:25:48.711Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:25:49.712Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "serviceName": "Demo_pNF_Th3LXatp9s8wdDTQBYLt",
  "serviceVersion": "1.0",
  "serviceUUID": "cdad142e-6240-4457-8e87-75b7cbd29e38",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "81de75ee-355d-450a-b294-753817382022",
  "resources": [
    {
      "resourceInstanceName": "pNF 6c7740df-c757 0",
      "resourceCustomizationUUID": "0404e3be-4b20-4344-a6e5-8950491f980d",
      "resourceName": "pNF 6c7740df-c757",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "0da99d63-27be-4a3a-9bd6-c9f17d70a915",
      "resourceInvariantUUID": "41ff80c8-5a8c-4586-9497-ee0ed8d8dbb8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
      "artifactChecksum": "ODBhNmVlNzYyZjAyOTI2MWQwZGVlOTIzZDMzMjU1OTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c4384b06-8549-491d-87e4-dd44765b609c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T06:25:49.712Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T06:25:49.712Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cdad142e-6240-4457-8e87-75b7cbd29e38 ASDC
2023-03-22T06:25:49.712Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:4d2fc27d-4827-4431-8901-1a7fe4ae70eb
ServiceName:Demo_pNF_Th3LXatp9s8wdDTQBYLt
ServiceVersion:1.0
ServiceUUID:cdad142e-6240-4457-8e87-75b7cbd29e38
ServiceInvariantUUID:81de75ee-355d-450a-b294-753817382022
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
ArtifactUUID:c4384b06-8549-491d-87e4-dd44765b609c
ArtifactChecksum:ODBhNmVlNzYyZjAyOTI2MWQwZGVlOTIzZDMzMjU1OTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 6c7740df-c757 0
ResourceCustomizationUUID:0404e3be-4b20-4344-a6e5-8950491f980d
ResourceInvariantUUID:41ff80c8-5a8c-4586-9497-ee0ed8d8dbb8
ResourceName:pNF 6c7740df-c757
ResourceType:PNF
ResourceUUID:0da99d63-27be-4a3a-9bd6-c9f17d70a915
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-22T06:25:49.712Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cdad142e-6240-4457-8e87-75b7cbd29e38 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:25:49.739Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:25:49.740Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:25:49.740Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:25:49.740Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c4384b06-8549-491d-87e4-dd44765b609c from URL: /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:25:49.740Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-22T06:25:49.740Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:25:49.999Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-03-22T06:25:50.001Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar c4384b06-8549-491d-87e4-dd44765b609c 88006
2023-03-22T06:25:50.002Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar ASDC sendASDCNotification
2023-03-22T06:25:50.002Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:25:50.002Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T06:25:50.002Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:25:50.003Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:25:50.003Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466350002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:25:51.003Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:25:51.004Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:25:51.005Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: c4384b06-8549-491d-87e4-dd44765b609c, URL: /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar to file: /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:25:51.005Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:25:51.006Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:25:51.006Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:25:51.081Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17413151831193933244/Definitions/service-DemoPnfTh3lxatp9s8wddtqbylt-template.yml
2023-03-22T06:25:51.695Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-22T06:25:51.695Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-03-22T06:25:51.695Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:25:51.695Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-22T06:25:51.696Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:25:51.696Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:25:51.696Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:25:51.696Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:25:51.696Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:25:51.696Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:25:51.696Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6c7740df-c757 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-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:25:51.696Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-03-22T06:25:51.696Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:25:51.696Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:25:51.696Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Node template pNF 6c7740df-c757 0 is matching search criteria
2023-03-22T06:25:51.696Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-03-22T06:25:51.696Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 6c7740df-c757 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T06:25:51.696Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:25:51.696Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:25:51.696Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Node template pNF 6c7740df-c757 0 is matching search criteria
2023-03-22T06:25:51.696Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-03-22T06:25:51.696Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 6c7740df-c757 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T06:25:51.697Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:25:51.697Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:25:51.697Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:25:51.697Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:25:51.697Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:25:51.697Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:25:51.697Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:25:51.697Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:25:51.697Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:25:51.697Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:25:51.697Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Th3LXatp9s8wdDTQBYLt
Description:catalog service description
Model UUID:cdad142e-6240-4457-8e87-75b7cbd29e38
Model Version:NULL
Model InvariantUuid:81de75ee-355d-450a-b294-753817382022
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-22T06:25:51.735Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||ERROR|500||Csar with UUID: c4384b06-8549-491d-87e4-dd44765b609c already exists
2023-03-22T06:25:51.736Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar ASDC sendASDCNotification
2023-03-22T06:25:51.736Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar(Csar with UUID: c4384b06-8549-491d-87e4-dd44765b609c already exists)
2023-03-22T06:25:51.736Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:25:51.736Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:25:51.736Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:25:51.736Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466351736,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c4384b06-8549-491d-87e4-dd44765b609c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:25:52.739Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar ASDC sendASDCNotification
2023-03-22T06:25:52.739Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar(Resource with UUID: 0da99d63-27be-4a3a-9bd6-c9f17d70a915 already exists)
2023-03-22T06:25:52.739Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:25:52.739Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:25:52.739Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:25:52.740Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466352739,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 0da99d63-27be-4a3a-9bd6-c9f17d70a915 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:25:53.741Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4d2fc27d-4827-4431-8901-1a7fe4ae70eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:25:53.756Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4d2fc27d-4827-4431-8901-1a7fe4ae70eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:25:53.759Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T06:25:53.760Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T06:25:53.760Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T06:25:53.760Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T06:25:53.760Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:25:53.760Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:25:53.760Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:25:53.760Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:25:53.760Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-22T06:25:53.768Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T06:26:23.768Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4d2fc27d-4827-4431-8901-1a7fe4ae70eb and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T06:26:23.773Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4d2fc27d-4827-4431-8901-1a7fe4ae70eb and serviceModelVersionId: cdad142e-6240-4457-8e87-75b7cbd29e38
2023-03-22T06:26:23.774Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 81de75ee-355d-450a-b294-753817382022
2023-03-22T06:26:23.774Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0
2023-03-22T06:26:23.781Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T06:26:23.795Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0|INFO|500||Invoke
2023-03-22T06:26:23.795Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4d2fc27d-4827-4431-8901-1a7fe4ae70eb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[26844b94-df23-46a1-b1e2-a69f152fa389], X-ECOMP-RequestID=[4d2fc27d-4827-4431-8901-1a7fe4ae70eb], X-TransactionId=[], X-ONAP-RequestID=[4d2fc27d-4827-4431-8901-1a7fe4ae70eb], Content-Type=[application/merge-patch+json]}
2023-03-22T06:26:23.803Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T06:26:24.083Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 06:26:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[277], vertex-id=[430280], x-aai-txid=[1-aai-resources-230322-06:26:23:666-8301], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T06:26:24.083Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-22T06:26:24.084Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0|INFO|500||InvokeReturn
2023-03-22T06:26:24.084Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T06:26:24.084Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T06:26:24.091Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T06:26:24.092Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4d2fc27d-4827-4431-8901-1a7fe4ae70eb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T06:26:24.092Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T06:26:24.092Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:26:24.093Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:26:24.093Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466384092,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:26:25.116Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-22T06:26:25.116Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"44063b6d-45da-49fc-ab15-9656002e57f4","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"695e2d69-98b7-429a-afc4-20af085f3feb","serviceDescription":"service","serviceInvariantUUID":"827b4e2f-462e-4274-b06b-83d9e0d3ace6","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1dfc083c-bd8d-4cd6-8b75-76501219274f","resourceInvariantUUID":"d5c0e36a-42fe-473e-b3c3-d29612784207","resourceCustomizationUUID":"e242c95d-05ac-4716-a0cb-a8fc5b864211","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":"ZDhkNTY4Y2Q0ZDEzZTNiMDJiOGQ3ZjFlZjJlMGU3MTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3c8639bc-c135-41e9-8036-cebebb1f075b","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":"YzI1Y2VkMTkwODBhYThhMTAwMmYxODZjNTFlOGQ4OWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cb466d3d-7037-49ba-892d-3b36a30ff8de","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":"77c31327-9aad-470c-b9b0-fe7fb5745fcb","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":"8198e7f4-1fe4-4e56-8a16-249e343a2955","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":"9fa8118c-67ff-46e0-ac49-f4f884be1af1","artifactVersion":"2","generatedFromUUID":"77c31327-9aad-470c-b9b0-fe7fb5745fcb"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YWQ3ZjcwMjUzNjgxZmY2NTgzZGM4NTVlOWQ3ZTAxZTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6d0e8b18-027b-4fa4-9135-c75d2061ced4","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YjMzZDMxODU5NzkwMmJjODA1YTRlMjExNzBhNTg2MWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"88b0302b-1d98-4d84-8518-e5897ddf5aab","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T06:26:25.117Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:26:25.117Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:26:25.117Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:26:25.117Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "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-22T06:26:26.119Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:26:26.119Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:26:26.119Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:26:26.120Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "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-22T06:26:27.122Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:26:27.122Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:26:27.122Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:26:27.122Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "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-22T06:26:28.123Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:26:28.123Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:26:28.124Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:26:28.124Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "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-22T06:26:28.533Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:26:28.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-22T06:26:28.539Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466340680,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T06:26:28.540Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:26:28.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-22T06:26:28.540Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:26:28.540Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:26:28.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-22T06:26:28.540Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:26:28.540Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:26:28.540Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-22T06:26:28.541Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:26:28.541Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:26:28.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-22T06:26:28.541Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:26:28.541Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:26:28.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-22T06:26:28.541Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:26:28.541Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:26:28.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-22T06:26:28.541Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:26:28.541Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:26:28.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-22T06:26:28.541Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:26:28.541Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:26:28.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-22T06:26:28.541Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:26:28.541Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:26:28.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-22T06:26:28.542Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466350002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T06:26:28.542Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:26:28.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-22T06:26:28.542Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466351736,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c4384b06-8549-491d-87e4-dd44765b609c already exists"
}
2023-03-22T06:26:28.542Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:26:28.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-22T06:26:28.542Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466352739,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 0da99d63-27be-4a3a-9bd6-c9f17d70a915 already exists"
}
2023-03-22T06:26:28.542Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:26:28.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-22T06:26:28.542Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466384092,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T06:26:28.542Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:26:28.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-22T06:26:28.542Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:26:28.542Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:26:28.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-22T06:26:28.542Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T06:26:28.542Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:26:28.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-22T06:26:28.543Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-22T06:26:28.543Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:26:28.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-22T06:26:28.543Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:26:28.543Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:26:29.125Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:26:29.126Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:26:29.126Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:26:29.126Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "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-22T06:26:30.127Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:26:30.127Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:26:30.127Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:26:30.128Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "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-22T06:26:31.128Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:26:31.129Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:26:31.129Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:26:31.129Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:26:32.130Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "695e2d69-98b7-429a-afc4-20af085f3feb",
  "serviceDescription": "service",
  "serviceInvariantUUID": "827b4e2f-462e-4274-b06b-83d9e0d3ace6",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "e242c95d-05ac-4716-a0cb-a8fc5b864211",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1dfc083c-bd8d-4cd6-8b75-76501219274f",
      "resourceInvariantUUID": "d5c0e36a-42fe-473e-b3c3-d29612784207",
      "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": "YzI1Y2VkMTkwODBhYThhMTAwMmYxODZjNTFlOGQ4OWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "cb466d3d-7037-49ba-892d-3b36a30ff8de",
          "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": "77c31327-9aad-470c-b9b0-fe7fb5745fcb",
          "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": "9fa8118c-67ff-46e0-ac49-f4f884be1af1",
            "generatedFromUUID": "77c31327-9aad-470c-b9b0-fe7fb5745fcb"
          },
          "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": "9fa8118c-67ff-46e0-ac49-f4f884be1af1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YjMzZDMxODU5NzkwMmJjODA1YTRlMjExNzBhNTg2MWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "88b0302b-1d98-4d84-8518-e5897ddf5aab"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T06:26:32.131Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T06:26:32.131Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 695e2d69-98b7-429a-afc4-20af085f3feb ASDC
2023-03-22T06:26:32.131Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:44063b6d-45da-49fc-ab15-9656002e57f4
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:695e2d69-98b7-429a-afc4-20af085f3feb
ServiceInvariantUUID:827b4e2f-462e-4274-b06b-83d9e0d3ace6
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:88b0302b-1d98-4d84-8518-e5897ddf5aab
ArtifactChecksum:YjMzZDMxODU5NzkwMmJjODA1YTRlMjExNzBhNTg2MWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:e242c95d-05ac-4716-a0cb-a8fc5b864211
ResourceInvariantUUID:d5c0e36a-42fe-473e-b3c3-d29612784207
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1dfc083c-bd8d-4cd6-8b75-76501219274f
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:cb466d3d-7037-49ba-892d-3b36a30ff8de
ArtifactChecksum:YzI1Y2VkMTkwODBhYThhMTAwMmYxODZjNTFlOGQ4OWI=
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:77c31327-9aad-470c-b9b0-fe7fb5745fcb
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:9fa8118c-67ff-46e0-ac49-f4f884be1af1
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:9fa8118c-67ff-46e0-ac49-f4f884be1af1
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-22T06:26:32.131Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 695e2d69-98b7-429a-afc4-20af085f3feb ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:26:32.160Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:26:32.160Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:26:32.161Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:26:32.161Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 88b0302b-1d98-4d84-8518-e5897ddf5aab from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-22T06:26:32.161Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-22T06:26:32.161Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-22T06:26:32.184Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||GET Response Status 404
2023-03-22T06:26:32.184Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6865abbb
2023-03-22T06:26:32.185Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T06:26:32.185Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-22T06:26:32.185Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 88b0302b-1d98-4d84-8518-e5897ddf5aab Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T06:26:32.186Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-22T06:26:32.186Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is  not found)
2023-03-22T06:26:32.186Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T06:26:32.186Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:26:32.186Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:26:32.186Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466392186,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:26:33.187Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:88b0302b-1d98-4d84-8518-e5897ddf5aab)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-22T06:26:33.224Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||ERROR|500||Csar with UUID: 88b0302b-1d98-4d84-8518-e5897ddf5aab already exists
2023-03-22T06:26:33.225Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||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-22T06:26:33.225Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||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: 88b0302b-1d98-4d84-8518-e5897ddf5aab already exists)
2023-03-22T06:26:33.225Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:26:33.225Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:26:33.225Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:26:33.226Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466393225,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 88b0302b-1d98-4d84-8518-e5897ddf5aab already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:26:34.226Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||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-22T06:26:34.227Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||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: 1dfc083c-bd8d-4cd6-8b75-76501219274f already exists)
2023-03-22T06:26:34.227Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:26:34.227Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:26:34.227Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:26:34.227Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466394226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1dfc083c-bd8d-4cd6-8b75-76501219274f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:26:35.228Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44063b6d-45da-49fc-ab15-9656002e57f4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:26:35.246Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44063b6d-45da-49fc-ab15-9656002e57f4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:26:35.248Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T06:26:35.248Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T06:26:35.248Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T06:26:35.248Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T06:26:35.249Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:26:35.249Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:26:35.249Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:26:35.249Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:26:35.249Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-22T06:26:35.255Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T06:27:05.256Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 44063b6d-45da-49fc-ab15-9656002e57f4 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T06:27:05.266Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 44063b6d-45da-49fc-ab15-9656002e57f4 and serviceModelVersionId: 695e2d69-98b7-429a-afc4-20af085f3feb
2023-03-22T06:27:05.267Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 827b4e2f-462e-4274-b06b-83d9e0d3ace6
2023-03-22T06:27:05.267Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0
2023-03-22T06:27:05.274Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T06:27:05.289Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0|INFO|500||Invoke
2023-03-22T06:27:05.289Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[44063b6d-45da-49fc-ab15-9656002e57f4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9e8e4642-6f0f-4ce9-8ce8-f191d11b0ae4], X-ECOMP-RequestID=[44063b6d-45da-49fc-ab15-9656002e57f4], X-TransactionId=[], X-ONAP-RequestID=[44063b6d-45da-49fc-ab15-9656002e57f4], Content-Type=[application/merge-patch+json]}
2023-03-22T06:27:05.296Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T06:27:05.444Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 06:27:05 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[144], vertex-id=[204872], x-aai-txid=[1-aai-resources-230322-06:27:05:160-20403], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T06:27:05.444Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-22T06:27:05.445Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0|INFO|500||InvokeReturn
2023-03-22T06:27:05.446Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T06:27:05.446Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T06:27:05.456Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T06:27:05.456Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 44063b6d-45da-49fc-ab15-9656002e57f4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T06:27:05.457Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T06:27:05.457Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:27:05.457Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:27:05.457Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466425456,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:27:06.480Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-22T06:27:06.480Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"9924a26b-a04c-4225-b032-052c7b2cf566","serviceName":"Demo_pNF_9IUxclu6rx6wQh9DcrJS","serviceVersion":"1.0","serviceUUID":"647a66fa-87b6-440c-a757-f69947b97362","serviceDescription":"catalog service description","serviceInvariantUUID":"f70569bd-1e3e-44bf-8efb-7749f9bde32d","resources":[{"resourceInstanceName":"pNF 4941fe25-94c8 0","resourceName":"pNF 4941fe25-94c8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"cb2ca461-78a5-42df-8dee-78112a494a1c","resourceInvariantUUID":"979f5168-53c0-4416-88ea-e985f733d3cd","resourceCustomizationUUID":"4d960573-0d6e-4635-9f65-1313a7ceb117","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/vf-license-model.xml","artifactChecksum":"YzYxOTgyMWQ3NzMyYmYyMTFlNjM3MDMzMmQ2MTVkMjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a4d1dc03-af6b-4962-baf0-5b9ef5bd942f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e119af17-1957-4c3c-863f-ede4831c5817","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"68d2da44-1fc2-4539-aa49-a48598b155ac","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/vendor-license-model.xml","artifactChecksum":"NDkyY2RiOTA0YjM0ZTMzMWQ1MWRhNWVmOTEzNGU0ZmQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c3e68176-8083-42d3-99ac-a7723b32ec49","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"57bda23d-ba6b-4c73-a5b3-24bd9580cb80","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4178379e-731c-43fd-a43d-d78de9f644b1","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf9iuxclu6rx6wqh9dcrjs-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-template.yml","artifactChecksum":"MTM0NGRlMjc4NTAyNzg0ODZiYTliOWQxNzM0MGMzYzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"77a75954-d595-4752-994e-189e7b432579","artifactVersion":"1"},{"artifactName":"service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar","artifactChecksum":"N2FlOGNiMmRjMTViMDc2NDY4OWVhZjI3Mzk2YjA5YWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bed1cd00-b292-4c69-9a78-f4650b984b17","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T06:27:06.481Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:27:06.481Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:27:06.481Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:27:06.481Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:27:07.481Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:27:07.482Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:27:07.482Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:27:07.482Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:27:08.483Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:27:08.483Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:27:08.483Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:27:08.483Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:27:09.484Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:27:09.485Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:27:09.485Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:27:09.485Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:27:10.486Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:27:10.486Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:27:10.486Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:27:10.486Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:27:11.487Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:27:11.487Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:27:11.487Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:27:11.488Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:27:12.488Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:27:12.489Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:27:12.489Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:27:12.489Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:27:13.489Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:27:13.490Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:27:13.490Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:27:13.490Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:27:14.490Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "serviceName": "Demo_pNF_9IUxclu6rx6wQh9DcrJS",
  "serviceVersion": "1.0",
  "serviceUUID": "647a66fa-87b6-440c-a757-f69947b97362",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f70569bd-1e3e-44bf-8efb-7749f9bde32d",
  "resources": [
    {
      "resourceInstanceName": "pNF 4941fe25-94c8 0",
      "resourceCustomizationUUID": "4d960573-0d6e-4635-9f65-1313a7ceb117",
      "resourceName": "pNF 4941fe25-94c8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "cb2ca461-78a5-42df-8dee-78112a494a1c",
      "resourceInvariantUUID": "979f5168-53c0-4416-88ea-e985f733d3cd",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
      "artifactChecksum": "N2FlOGNiMmRjMTViMDc2NDY4OWVhZjI3Mzk2YjA5YWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bed1cd00-b292-4c69-9a78-f4650b984b17"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T06:27:14.491Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T06:27:14.491Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 647a66fa-87b6-440c-a757-f69947b97362 ASDC
2023-03-22T06:27:14.491Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:9924a26b-a04c-4225-b032-052c7b2cf566
ServiceName:Demo_pNF_9IUxclu6rx6wQh9DcrJS
ServiceVersion:1.0
ServiceUUID:647a66fa-87b6-440c-a757-f69947b97362
ServiceInvariantUUID:f70569bd-1e3e-44bf-8efb-7749f9bde32d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
ArtifactUUID:bed1cd00-b292-4c69-9a78-f4650b984b17
ArtifactChecksum:N2FlOGNiMmRjMTViMDc2NDY4OWVhZjI3Mzk2YjA5YWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 4941fe25-94c8 0
ResourceCustomizationUUID:4d960573-0d6e-4635-9f65-1313a7ceb117
ResourceInvariantUUID:979f5168-53c0-4416-88ea-e985f733d3cd
ResourceName:pNF 4941fe25-94c8
ResourceType:PNF
ResourceUUID:cb2ca461-78a5-42df-8dee-78112a494a1c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-22T06:27:14.491Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 647a66fa-87b6-440c-a757-f69947b97362 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-22T06:27:14.528Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:27:14.528Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:27:14.528Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:27:14.528Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: bed1cd00-b292-4c69-9a78-f4650b984b17 from URL: /sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T06:27:14.529Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-22T06:27:14.529Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T06:27:14.824Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-03-22T06:27:14.827Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar bed1cd00-b292-4c69-9a78-f4650b984b17 88002
2023-03-22T06:27:14.827Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar ASDC sendASDCNotification
2023-03-22T06:27:14.827Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T06:27:14.827Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T06:27:14.828Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:27:14.828Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:27:14.828Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466434827,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:27:15.829Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:27:15.830Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:27:15.830Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: bed1cd00-b292-4c69-9a78-f4650b984b17, URL: /sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar to file: /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T06:27:15.830Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T06:27:15.831Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T06:27:15.831Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T06:27:15.917Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15185494776422142729/Definitions/service-DemoPnf9iuxclu6rx6wqh9dcrjs-template.yml
2023-03-22T06:27:16.572Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-22T06:27:16.572Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-03-22T06:27:16.573Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T06:27:16.573Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-22T06:27:16.573Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T06:27:16.573Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4941fe25-94c8 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-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T06:27:16.574Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T06:27:16.574Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T06:27:16.574Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T06:27:16.574Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T06:27:16.574Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T06:27:16.574Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-03-22T06:27:16.575Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:27:16.575Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_9IUxclu6rx6wQh9DcrJS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:27:16.575Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Node template pNF 4941fe25-94c8 0 is matching search criteria
2023-03-22T06:27:16.576Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-03-22T06:27:16.576Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 4941fe25-94c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T06:27:16.576Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:27:16.576Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_9IUxclu6rx6wQh9DcrJS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:27:16.577Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Node template pNF 4941fe25-94c8 0 is matching search criteria
2023-03-22T06:27:16.577Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-03-22T06:27:16.577Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 4941fe25-94c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T06:27:16.577Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:27:16.577Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_9IUxclu6rx6wQh9DcrJS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:27:16.577Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:27:16.578Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_9IUxclu6rx6wQh9DcrJS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:27:16.578Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:27:16.578Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_9IUxclu6rx6wQh9DcrJS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:27:16.578Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:27:16.578Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_9IUxclu6rx6wQh9DcrJS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:27:16.578Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:27:16.579Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_9IUxclu6rx6wQh9DcrJS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:27:16.579Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_9IUxclu6rx6wQh9DcrJS
Description:catalog service description
Model UUID:647a66fa-87b6-440c-a757-f69947b97362
Model Version:NULL
Model InvariantUuid:f70569bd-1e3e-44bf-8efb-7749f9bde32d
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-22T06:27:16.596Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: cb2ca461-78a5-42df-8dee-78112a494a1c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T06:27:16.601Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||pNF 4941fe25-94c8 0
2023-03-22T06:27:16.601Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: cb2ca461-78a5-42df-8dee-78112a494a1c
2023-03-22T06:27:16.601Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 647a66fa-87b6-440c-a757-f69947b97362
2023-03-22T06:27:16.601Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 647a66fa-87b6-440c-a757-f69947b97362
2023-03-22T06:27:16.601Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 4941fe25-94c8 0 cb2ca461-78a5-42df-8dee-78112a494a1c 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-22T06:27:16.611Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4b1bb5a1, org.onap.sdc.toscaparser.api.parameters.Input@6dc8ced3, org.onap.sdc.toscaparser.api.parameters.Input@3c1eda0f, org.onap.sdc.toscaparser.api.parameters.Input@2cec2fb8, org.onap.sdc.toscaparser.api.parameters.Input@3a4c3139]
2023-03-22T06:27:16.612Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:27:16.612Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_9IUxclu6rx6wQh9DcrJS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:27:16.612Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 647a66fa-87b6-440c-a757-f69947b97362: pNF 4941fe25-94c8
2023-03-22T06:27:16.612Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||Processing PNF resource: cb2ca461-78a5-42df-8dee-78112a494a1c
2023-03-22T06:27:16.612Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:27:16.612Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_9IUxclu6rx6wQh9DcrJS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:27:16.612Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||Resource customization UUID: 4d960573-0d6e-4635-9f65-1313a7ceb117 is the same as notified resource customizationUUID: 4d960573-0d6e-4635-9f65-1313a7ceb117
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-22T06:27:16.685Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 4941fe25-94c8 cb2ca461-78a5-42df-8dee-78112a494a1c 0 ASDC deployResourceStructure
2023-03-22T06:27:16.685Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar ASDC sendASDCNotification
2023-03-22T06:27:16.685Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T06:27:16.686Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-22T06:27:16.686Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:27:16.686Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:27:16.686Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466436685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:27:17.686Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9924a26b-a04c-4225-b032-052c7b2cf566
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:27:17.696Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9924a26b-a04c-4225-b032-052c7b2cf566
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:27:17.698Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T06:27:17.698Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T06:27:17.698Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T06:27:17.698Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T06:27:17.698Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:27:17.698Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:27:17.698Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:27:17.698Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:27:17.698Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-22T06:27:17.702Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T06:27:28.533Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:27:28.541Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-22T06:27:28.541Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-22T06:27:28.542Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:27:28.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-22T06:27:28.542Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:27:28.542Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:27:28.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-22T06:27:28.542Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:27:28.542Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:27:28.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-22T06:27:28.542Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466392186,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-22T06:27:28.543Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:27:28.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-22T06:27:28.543Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466393225,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 88b0302b-1d98-4d84-8518-e5897ddf5aab already exists"
}
2023-03-22T06:27:28.543Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:27:28.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-22T06:27:28.543Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466394226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1dfc083c-bd8d-4cd6-8b75-76501219274f already exists"
}
2023-03-22T06:27:28.543Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:27:28.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-22T06:27:28.543Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466425456,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T06:27:28.543Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:27:28.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-22T06:27:28.543Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:27:28.543Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:27:28.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-22T06:27:28.544Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:27:28.544Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:27:28.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-22T06:27:28.544Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:27:28.544Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:27:28.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-22T06:27:28.544Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:27:28.544Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:27:28.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-22T06:27:28.544Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:27:28.544Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:27:28.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-22T06:27:28.545Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:27:28.545Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:27:28.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-22T06:27:28.545Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:27:28.545Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:27:28.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-22T06:27:28.545Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679465886673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:27:28.545Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:27:28.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-22T06:27:28.545Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466434827,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T06:27:28.545Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:27:28.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-22T06:27:28.546Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466436685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-22T06:27:28.546Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:27:47.702Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9924a26b-a04c-4225-b032-052c7b2cf566 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T06:27:47.712Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9924a26b-a04c-4225-b032-052c7b2cf566 and serviceModelVersionId: 647a66fa-87b6-440c-a757-f69947b97362
2023-03-22T06:27:47.712Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f70569bd-1e3e-44bf-8efb-7749f9bde32d
2023-03-22T06:27:47.713Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f70569bd-1e3e-44bf-8efb-7749f9bde32d/model-vers/model-ver/647a66fa-87b6-440c-a757-f69947b97362?depth=0
2023-03-22T06:27:47.719Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T06:27:47.741Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f70569bd-1e3e-44bf-8efb-7749f9bde32d/model-vers/model-ver/647a66fa-87b6-440c-a757-f69947b97362?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-22T06:27:47.741Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f70569bd-1e3e-44bf-8efb-7749f9bde32d/model-vers/model-ver/647a66fa-87b6-440c-a757-f69947b97362?depth=0|INFO|500||Invoke
2023-03-22T06:27:47.749Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f70569bd-1e3e-44bf-8efb-7749f9bde32d/model-vers/model-ver/647a66fa-87b6-440c-a757-f69947b97362?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T06:27:47.900Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f70569bd-1e3e-44bf-8efb-7749f9bde32d/model-vers/model-ver/647a66fa-87b6-440c-a757-f69947b97362?depth=0|INFO|500||InvokeReturn
2023-03-22T06:27:47.901Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f70569bd-1e3e-44bf-8efb-7749f9bde32d/model-vers/model-ver/647a66fa-87b6-440c-a757-f69947b97362?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 06:27:47 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[148], vertex-id=[241704], x-aai-txid=[0-aai-resources-230322-06:27:47:614-21609], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T06:27:47.902Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2023-03-22T06:27:47.902Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T06:27:47.902Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T06:27:47.913Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T06:27:47.913Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9924a26b-a04c-4225-b032-052c7b2cf566 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T06:27:47.913Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T06:27:47.914Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:27:47.914Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:27:47.914Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466467913,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:27:48.939Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T06:27:48.939Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-22T06:27:48.939Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Node 2 disconnected.
2023-03-22T06:27:48.940Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Node 1 disconnected.
2023-03-22T06:27:48.940Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:27:48.940Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:27:48.940Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:27:48.941Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] (Re-)joining group
2023-03-22T06:27:48.945Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:27:48.946Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-60c39339-21a0-49f1-9878-cb7cac80d1df
2023-03-22T06:27:48.946Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:27:48.946Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] (Re-)joining group
2023-03-22T06:27:51.042Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:27:54.052Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:27:57.060Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:28:00.068Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:28:03.077Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:28:06.085Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:28:09.094Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:28:12.103Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:28:15.111Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:28:18.120Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:28:21.129Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:28:24.137Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:28:27.147Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:28:28.533Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:28:28.549Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:28:28.550Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] (Re-)joining group
2023-03-22T06:28:28.557Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Successfully joined group with generation Generation{generationId=19, memberId='SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-60c39339-21a0-49f1-9878-cb7cac80d1df', protocol='range'}
2023-03-22T06:28:28.557Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully joined group with generation Generation{generationId=19, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T06:28:28.563Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Finished assignment for group at generation 19: {SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-b2f59705-e9bd-4065-aeec-d2645577c82a-60c39339-21a0-49f1-9878-cb7cac80d1df=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-22T06:28:28.602Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Successfully synced group in generation Generation{generationId=19, memberId='SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-60c39339-21a0-49f1-9878-cb7cac80d1df', protocol='range'}
2023-03-22T06:28:28.603Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:28:28.603Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully synced group in generation Generation{generationId=19, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T06:28:28.603Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:28:28.603Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:28:28.603Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:28:28.607Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:28:28.607Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:28:28.607Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:28:28.607Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:28:28.607Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:28:28.607Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:28:28.607Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:28:28.607Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=715, 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-22T06:28:28.607Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:28:28.607Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-22T06:28:28.607Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:28:28.608Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:28:28.687Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-22T06:28:28.688Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"1a5e8e35-87ed-40f0-91a8-3b150a1e0fca","serviceName":"basic_onboard_NCnVBE","serviceVersion":"1.0","serviceUUID":"e5f12647-c344-47df-98f7-08a8565b00b6","serviceDescription":"service","serviceInvariantUUID":"51f08bee-59f8-40fa-935c-cd0599c584b5","resources":[{"resourceInstanceName":"basic_onboard_NCnVBE 0","resourceName":"basic_onboard_NCnVBE","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"73768750-8efc-41f5-8d10-5bfad5a080c6","resourceInvariantUUID":"3f902fda-2512-4773-9240-2d25a4405852","resourceCustomizationUUID":"f212e54c-b0bb-4702-b4c4-175e06e278d2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vf-license-model.xml","artifactChecksum":"OTA1ZTkxNzEyZTViN2JiM2U4NGIyMDBkNWU3NzNjZmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"19f3bbed-75be-40ee-b35d-a9d87796e6f1","artifactVersion":"1"},{"artifactName":"basic_onboard_ncnvbe0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json","artifactChecksum":"ZWQ3NTUzZmZlNGY2MGFmNTVmZWQ5OTA0NDFhM2ZmMTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ceda833e-13d7-416e-883f-3f2acb53642c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0dff949b-8137-4b9a-ab54-eb6f0bdd3a39","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5d7083d5-a974-48d7-8a4a-5859d7f018f7","artifactVersion":"2","generatedFromUUID":"2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNcnvbe-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-template.yml","artifactChecksum":"MzFlODEzZDM0NzhjOWZiYTdiMGRkODUxMzU2MTdmNzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"97614832-45b7-45e5-b1d5-5a9c89fe5a74","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNcnvbe-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar","artifactChecksum":"Y2Q1OGViOTJjODRmZWE4OWJiY2VjMTMxMzgxZTJlMDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aef3d4fb-c703-4c66-af36-81e4bf7b5d1d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T06:28:28.690Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:28:28.690Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:28:28.691Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:28:28.691Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:28:29.619Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:28:29.620Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466467913,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T06:28:29.620Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:28:29.620Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:28:29.620Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:28:29.620Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:28:29.694Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:28:29.694Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:28:29.694Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:28:29.694Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:28:30.695Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:28:30.695Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:28:30.695Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:28:30.695Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:28:31.696Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:28:31.697Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:28:31.697Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:28:31.697Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:28:32.699Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:28:32.699Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:28:32.699Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:28:32.699Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:28:33.701Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:28:33.701Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:28:33.701Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:28:33.701Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:28:34.702Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:28:34.703Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:28:34.703Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:28:34.703Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:28:35.705Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "serviceName": "basic_onboard_NCnVBE",
  "serviceVersion": "1.0",
  "serviceUUID": "e5f12647-c344-47df-98f7-08a8565b00b6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "51f08bee-59f8-40fa-935c-cd0599c584b5",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_NCnVBE 0",
      "resourceCustomizationUUID": "f212e54c-b0bb-4702-b4c4-175e06e278d2",
      "resourceName": "basic_onboard_NCnVBE",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "73768750-8efc-41f5-8d10-5bfad5a080c6",
      "resourceInvariantUUID": "3f902fda-2512-4773-9240-2d25a4405852",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ncnvbe0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
          "artifactChecksum": "ZWQ3NTUzZmZlNGY2MGFmNTVmZWQ5OTA0NDFhM2ZmMTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ceda833e-13d7-416e-883f-3f2acb53642c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5d7083d5-a974-48d7-8a4a-5859d7f018f7",
            "generatedFromUUID": "2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5d7083d5-a974-48d7-8a4a-5859d7f018f7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardNcnvbe-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
      "artifactChecksum": "Y2Q1OGViOTJjODRmZWE4OWJiY2VjMTMxMzgxZTJlMDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "aef3d4fb-c703-4c66-af36-81e4bf7b5d1d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T06:28:35.705Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T06:28:35.705Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e5f12647-c344-47df-98f7-08a8565b00b6 ASDC
2023-03-22T06:28:35.705Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
ServiceName:basic_onboard_NCnVBE
ServiceVersion:1.0
ServiceUUID:e5f12647-c344-47df-98f7-08a8565b00b6
ServiceInvariantUUID:51f08bee-59f8-40fa-935c-cd0599c584b5
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNcnvbe-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar
ArtifactUUID:aef3d4fb-c703-4c66-af36-81e4bf7b5d1d
ArtifactChecksum:Y2Q1OGViOTJjODRmZWE4OWJiY2VjMTMxMzgxZTJlMDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_NCnVBE 0
ResourceCustomizationUUID:f212e54c-b0bb-4702-b4c4-175e06e278d2
ResourceInvariantUUID:3f902fda-2512-4773-9240-2d25a4405852
ResourceName:basic_onboard_NCnVBE
ResourceType:VF
ResourceUUID:73768750-8efc-41f5-8d10-5bfad5a080c6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ncnvbe0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json
ArtifactUUID:ceda833e-13d7-416e-883f-3f2acb53642c
ArtifactChecksum:ZWQ3NTUzZmZlNGY2MGFmNTVmZWQ5OTA0NDFhM2ZmMTY=
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/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml
ArtifactUUID:2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33
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/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env
ArtifactUUID:5d7083d5-a974-48d7-8a4a-5859d7f018f7
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/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env
ArtifactUUID:5d7083d5-a974-48d7-8a4a-5859d7f018f7
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-22T06:28:35.706Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e5f12647-c344-47df-98f7-08a8565b00b6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:28:35.726Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:28:35.726Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:28:35.727Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:28:35.727Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: aef3d4fb-c703-4c66-af36-81e4bf7b5d1d from URL: /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar
2023-03-22T06:28:35.727Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-22T06:28:35.727Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar
2023-03-22T06:28:35.756Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||GET Response Status 404
2023-03-22T06:28:35.756Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@18401827
2023-03-22T06:28:35.756Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T06:28:35.756Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardNcnvbe"
      ]
    }
  }
}
2023-03-22T06:28:35.756Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardNcnvbe-csar.csar /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar aef3d4fb-c703-4c66-af36-81e4bf7b5d1d Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T06:28:35.756Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar ASDC sendASDCNotification
2023-03-22T06:28:35.757Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar(Specified artifact is  not found)
2023-03-22T06:28:35.757Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T06:28:35.757Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:28:35.757Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:28:35.757Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466515756,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:28:36.758Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardNcnvbe-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar(UUID:aef3d4fb-c703-4c66-af36-81e4bf7b5d1d)
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-22T06:28:36.780Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T06:28:36.781Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 73768750-8efc-41f5-8d10-5bfad5a080c6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T06:28:36.786Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||basic_onboard_NCnVBE 0
2023-03-22T06:28:36.786Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 73768750-8efc-41f5-8d10-5bfad5a080c6
2023-03-22T06:28:36.786Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ceda833e-13d7-416e-883f-3f2acb53642c from URL: /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json
2023-03-22T06:28:36.786Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-22T06:28:36.786Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json
2023-03-22T06:28:36.808Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||GET Response Status 404
2023-03-22T06:28:36.809Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6e3b0dc5
2023-03-22T06:28:36.809Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T06:28:36.809Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardNcnvbe"
      ]
    }
  }
}
2023-03-22T06:28:36.809Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_ncnvbe0_modules.json /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json ceda833e-13d7-416e-883f-3f2acb53642c Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T06:28:36.809Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json ASDC sendASDCNotification
2023-03-22T06:28:36.809Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json(Specified artifact is  not found)
2023-03-22T06:28:36.809Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T06:28:36.810Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:28:36.810Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:28:36.810Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466516809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:28:37.812Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_ncnvbe0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json(UUID:ceda833e-13d7-416e-883f-3f2acb53642c)
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-22T06:28:37.812Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:28:37.830Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:28:37.833Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T06:28:37.833Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T06:29:07.833Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:29:07.853Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:29:07.858Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T06:29:07.858Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T06:29:28.533Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:29:28.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:29:28.534Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T06:29:28.535Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:29:37.858Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:29:37.877Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:29:37.880Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T06:29:37.880Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T06:30:07.881Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:30:07.900Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:30:07.904Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T06:30:07.904Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T06:30:28.533Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:30:28.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.535Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-22T06:30:28.536Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:30:28.536Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.536Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:30:28.536Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:30:28.536Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.536Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-22T06:30:28.536Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:30:28.536Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.536Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679466506707,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:30:28.536Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:30:28.536Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.536Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679466509461,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:30:28.536Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:30:28.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.537Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679466506463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:30:28.537Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:30:28.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.537Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "aai-model-loader",
  "timestamp": 1679466506860,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:30:28.537Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:30:28.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.537Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:30:28.537Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:30:28.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.537Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679466505653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:30:28.537Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:30:28.538Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.538Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679466506707,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:30:28.538Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:30:28.538Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.538Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679466509461,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:30:28.538Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:30:28.538Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.538Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "aai-model-loader",
  "timestamp": 1679466506860,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:30:28.538Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:30:28.538Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.538Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679466506463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:30:28.538Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:30:28.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.539Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679466505653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:30:28.539Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:30:28.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.539Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:30:28.539Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:30:28.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.539Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679466509461,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:30:28.539Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:30:28.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.539Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679466506707,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:30:28.539Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:30:28.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.540Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "aai-model-loader",
  "timestamp": 1679466506860,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:30:28.540Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:30:28.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.540Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679466506463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:30:28.540Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:30:28.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.540Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679466505653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:30:28.540Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:30:28.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.540Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466515756,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-22T06:30:28.540Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:30:28.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.541Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679466506707,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:30:28.541Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:30:28.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.541Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679466509461,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:30:28.541Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:30:28.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.541Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679466506463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:30:28.541Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:30:28.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.541Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "aai-model-loader",
  "timestamp": 1679466506860,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:30:28.542Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:30:28.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.542Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679466505653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:30:28.542Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:30:28.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.542Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466516809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-22T06:30:28.542Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:30:28.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.542Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679466506707,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:30:28.542Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:30:28.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.542Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679466509461,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:30:28.542Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:30:28.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.543Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679466506463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:30:28.543Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:30:28.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.543Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "aai-model-loader",
  "timestamp": 1679466506860,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:30:28.543Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:30:28.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.543Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679466505653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:30:28.543Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:30:28.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.543Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679466516034,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:30:28.543Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:30:28.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.543Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679466506707,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:30:28.543Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:30:28.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.543Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679466509461,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:30:28.544Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:30:28.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.544Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679466506463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-03-22T06:30:28.544Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:30:28.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.544Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "aai-model-loader",
  "timestamp": 1679466506860,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:30:28.544Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:30:28.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.544Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679466505653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:30:28.544Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:30:28.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.544Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679466516034,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:30:28.544Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:30:28.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.544Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679466506707,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:30:28.545Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:30:28.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.545Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679466509461,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:30:28.545Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:30:28.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.545Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "aai-model-loader",
  "timestamp": 1679466506860,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:30:28.545Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:30:28.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.545Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679466506463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:30:28.545Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:30:28.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.545Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679466505653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:30:28.545Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:30:28.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.545Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679466516034,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:30:28.546Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:30:28.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.546Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679466506707,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:30:28.546Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:30:28.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.546Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679466509461,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:30:28.546Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:30:28.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.546Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "aai-model-loader",
  "timestamp": 1679466506860,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:30:28.546Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:30:28.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.546Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679466506463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:30:28.546Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:30:28.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.546Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679466505653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:30:28.546Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:30:28.547Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.547Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679466516034,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:30:28.547Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:30:28.547Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.547Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679466516034,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:30:28.547Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:30:28.547Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.547Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679466520892,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T06:30:28.547Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:30:28.547Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.547Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679466521629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T06:30:28.547Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:30:28.547Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.547Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "aai-model-loader",
  "timestamp": 1679466521580,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T06:30:28.547Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:30:28.547Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.548Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679466516034,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:30:28.548Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:30:28.548Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.548Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679466522632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-22T06:30:28.548Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:30:28.548Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.548Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679466516034,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:30:28.548Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:30:28.548Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.548Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679466523634,
  "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-22T06:30:28.562Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 08b6040e-7b4a-44c2-af7c-fcd04054adec
2023-03-22T06:30:28.562Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08b6040e-7b4a-44c2-af7c-fcd04054adec 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-22T06:30:28.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.568Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679466516034,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:30:28.568Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:30:28.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.568Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "aai-model-loader",
  "timestamp": 1679466525137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-22T06:30:28.568Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:30:28.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.568Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679466524853,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T06:30:28.568Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:30:28.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.569Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "aai-model-loader",
  "timestamp": 1679466526139,
  "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-22T06:30:28.570Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 08b6040e-7b4a-44c2-af7c-fcd04054adec
2023-03-22T06:30:28.570Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08b6040e-7b4a-44c2-af7c-fcd04054adec 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-22T06:30:28.577Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.577Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679466526623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-22T06:30:28.577Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:30:28.577Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T06:30:28.577Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679466527626,
  "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-22T06:30:28.581Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 08b6040e-7b4a-44c2-af7c-fcd04054adec
2023-03-22T06:30:28.581Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08b6040e-7b4a-44c2-af7c-fcd04054adec 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-22T06:30:37.905Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:30:37.917Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:30:37.919Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T06:30:37.919Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T06:31:07.920Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:31:07.938Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:31:07.941Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T06:31:07.941Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T06:31:28.533Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:31:37.941Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:31:37.958Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:31:37.960Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T06:31:37.961Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T06:32:07.961Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:32:07.980Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:32:07.982Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T06:32:07.983Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T06:32:28.534Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:32:37.983Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:32:38.000Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:32:38.003Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T06:32:38.003Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T06:33:08.003Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:33:08.018Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:33:08.021Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T06:33:08.021Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T06:33:28.534Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:33:28.705Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:33:28.706Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Member SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-60c39339-21a0-49f1-9878-cb7cac80d1df sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-22T06:33:28.706Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-22T06:33:28.706Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-22T06:33:29.154Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:33:29.169Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:33:29.170Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] (Re-)joining group
2023-03-22T06:33:29.175Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully joined group with generation Generation{generationId=20, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T06:33:29.176Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Finished assignment for group at generation 20: {SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-22T06:33:29.192Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully synced group in generation Generation{generationId=20, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T06:33:29.193Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:33:29.193Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:33:29.198Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:33:29.199Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:33:29.199Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:33:29.200Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=783, 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-22T06:33:29.200Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:33:29.200Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:33:38.021Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-22T06:33:38.021Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T06:33:38.030Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca and serviceModelVersionId: e5f12647-c344-47df-98f7-08a8565b00b6
2023-03-22T06:33:38.030Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 51f08bee-59f8-40fa-935c-cd0599c584b5
2023-03-22T06:33:38.031Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0
2023-03-22T06:33:38.038Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T06:33:38.053Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|INFO|500||Invoke
2023-03-22T06:33:38.053Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1a5e8e35-87ed-40f0-91a8-3b150a1e0fca], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[13003caa-43d9-43d1-af37-b7170bf1f100], X-ECOMP-RequestID=[1a5e8e35-87ed-40f0-91a8-3b150a1e0fca], X-TransactionId=[], X-ONAP-RequestID=[1a5e8e35-87ed-40f0-91a8-3b150a1e0fca], Content-Type=[application/merge-patch+json]}
2023-03-22T06:33:38.061Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-22T06:33:38.101Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0 has http status code:404 and response headers:{date=[Wed, 22 Mar 2023 06:33:37 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[37], x-aai-txid=[2-aai-resources-230322-06:33:37:928-3968], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T06:33:38.102Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6","ERR.5.4.6114"]}}}

2023-03-22T06:33:38.103Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-22T06:33:38.106Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
2023-03-22T06:33:38.106Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T06:33:38.107Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
2023-03-22T06:33:38.107Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T06:33:38.117Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T06:33:38.117Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
2023-03-22T06:33:38.117Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-22T06:33:38.117Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:33:38.117Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:33:38.117Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466818117,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:33:38.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T06:33:38.139Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466818117,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec\u003dERR.5.4.6114)"
}
2023-03-22T06:33:38.140Z||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-22T06:33:39.140Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-22T06:33:39.141Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"fbc0587e-4f99-4206-ac97-4f248ab7b2de","serviceName":"vFW 2023-03-22 05-25-55","serviceVersion":"1.0","serviceUUID":"eda70000-0f19-4eaf-b072-0771557b768b","serviceDescription":"catalog service description","serviceInvariantUUID":"54638bfb-5802-44c3-ba60-61ecd799a1bc","resources":[{"resourceInstanceName":"vFW 3229eeab-6ab8 0","resourceName":"vFW 3229eeab-6ab8","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850","resourceInvariantUUID":"6f487355-e424-4b76-9ef4-7f60cecc0cee","resourceCustomizationUUID":"bbf43dff-a85c-4ce3-9384-ff2f1d0c1478","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vf-license-model.xml","artifactChecksum":"ZTk2NGJjN2RmNjIyODk5M2YxODVjYWM0MmE5NDU2NjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"327fa8b9-2434-45ca-a5cb-6c0e0c48f279","artifactVersion":"1"},{"artifactName":"vfw3229eeab6ab80_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json","artifactChecksum":"YjhjOTY1OGI5YWEyOGJhODkwMWIwMzBlYjcwYTEyMzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"127b1619-50cf-438a-a046-c05d6a5e780b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"24d6c314-9225-43b0-9b4a-495965c4b649","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vendor-license-model.xml","artifactChecksum":"ZDIwMTBhYTFkOWY1ZTc0YTc0OTM0MmE0Zjg3NTI4Zjc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e883ee8a-b506-436c-8720-ece3099298d8","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"50d273c5-c4c8-48ad-97b1-0fcf90649b8d","artifactVersion":"2","generatedFromUUID":"24d6c314-9225-43b0-9b4a-495965c4b649"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230322052555-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-template.yml","artifactChecksum":"MDkzODk1YzU4OTAyYTFlOWM5YTFkYjljNWYxMWFmMjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"527da56d-ecd6-45fc-81ca-1ca14b3fe96a","artifactVersion":"1"},{"artifactName":"service-Vfw20230322052555-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar","artifactChecksum":"OTBmMWEwY2YzZDk1MzU0NzhlY2RiOTFkMjc5YTVkOGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T06:33:39.141Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:33:39.142Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:33:39.142Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:33:39.142Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:33:40.143Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:33:40.143Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:33:40.143Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:33:40.144Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:33:41.144Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:33:41.144Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:33:41.145Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:33:41.145Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:33:42.145Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:33:42.145Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:33:42.145Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:33:42.146Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:33:43.146Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:33:43.147Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:33:43.147Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:33:43.147Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:33:44.148Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:33:44.148Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:33:44.148Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:33:44.149Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:33:45.149Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:33:45.150Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:33:45.150Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:33:45.150Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:33:46.151Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "serviceName": "vFW 2023-03-22 05-25-55",
  "serviceVersion": "1.0",
  "serviceUUID": "eda70000-0f19-4eaf-b072-0771557b768b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "54638bfb-5802-44c3-ba60-61ecd799a1bc",
  "resources": [
    {
      "resourceInstanceName": "vFW 3229eeab-6ab8 0",
      "resourceCustomizationUUID": "bbf43dff-a85c-4ce3-9384-ff2f1d0c1478",
      "resourceName": "vFW 3229eeab-6ab8",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850",
      "resourceInvariantUUID": "6f487355-e424-4b76-9ef4-7f60cecc0cee",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw3229eeab6ab80_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json",
          "artifactChecksum": "YjhjOTY1OGI5YWEyOGJhODkwMWIwMzBlYjcwYTEyMzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "127b1619-50cf-438a-a046-c05d6a5e780b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "24d6c314-9225-43b0-9b4a-495965c4b649",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "50d273c5-c4c8-48ad-97b1-0fcf90649b8d",
            "generatedFromUUID": "24d6c314-9225-43b0-9b4a-495965c4b649"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "50d273c5-c4c8-48ad-97b1-0fcf90649b8d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230322052555-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
      "artifactChecksum": "OTBmMWEwY2YzZDk1MzU0NzhlY2RiOTFkMjc5YTVkOGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T06:33:46.151Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T06:33:46.152Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eda70000-0f19-4eaf-b072-0771557b768b ASDC
2023-03-22T06:33:46.152Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:fbc0587e-4f99-4206-ac97-4f248ab7b2de
ServiceName:vFW 2023-03-22 05-25-55
ServiceVersion:1.0
ServiceUUID:eda70000-0f19-4eaf-b072-0771557b768b
ServiceInvariantUUID:54638bfb-5802-44c3-ba60-61ecd799a1bc
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230322052555-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar
ArtifactUUID:bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f
ArtifactChecksum:OTBmMWEwY2YzZDk1MzU0NzhlY2RiOTFkMjc5YTVkOGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 3229eeab-6ab8 0
ResourceCustomizationUUID:bbf43dff-a85c-4ce3-9384-ff2f1d0c1478
ResourceInvariantUUID:6f487355-e424-4b76-9ef4-7f60cecc0cee
ResourceName:vFW 3229eeab-6ab8
ResourceType:VF
ResourceUUID:bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw3229eeab6ab80_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json
ArtifactUUID:127b1619-50cf-438a-a046-c05d6a5e780b
ArtifactChecksum:YjhjOTY1OGI5YWEyOGJhODkwMWIwMzBlYjcwYTEyMzA=
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/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml
ArtifactUUID:24d6c314-9225-43b0-9b4a-495965c4b649
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/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env
ArtifactUUID:50d273c5-c4c8-48ad-97b1-0fcf90649b8d
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/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env
ArtifactUUID:50d273c5-c4c8-48ad-97b1-0fcf90649b8d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-22T06:33:46.152Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eda70000-0f19-4eaf-b072-0771557b768b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:33:46.184Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:33:46.185Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:33:46.185Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:33:46.185Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f from URL: /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar
2023-03-22T06:33:46.185Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-22T06:33:46.185Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar
2023-03-22T06:33:46.500Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-03-22T06:33:46.502Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f 101497
2023-03-22T06:33:46.502Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar ASDC sendASDCNotification
2023-03-22T06:33:46.502Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar
2023-03-22T06:33:46.502Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T06:33:46.502Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:33:46.503Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:33:46.503Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466826502,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:33:47.503Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:33:47.504Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:33:47.505Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f, URL: /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar to file: /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:33:47.505Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230322052555-csar.csar
2023-03-22T06:33:47.506Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:33:47.506Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:33:47.670Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10682974846715695035/Definitions/service-Vfw20230322052555-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-22T06:33:49.187Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-22T06:33:49.187Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-03-22T06:33:49.187Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:33:49.187Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-22T06:33:49.188Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:33:49.188Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3229eeab-6ab8 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-Vfw20230322052555-csar.csar
2023-03-22T06:33:49.188Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:33:49.188Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:33:49.188Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:33:49.188Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:33:49.188Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:33:49.188Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:33:49.188Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:33:49.188Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:33:49.188Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:33:49.188Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-03-22T06:33:49.188Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:33:49.188Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:33:49.188Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T06:33:49.188Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-03-22T06:33:49.188Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T06:33:49.188Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:33:49.189Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:33:49.189Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T06:33:49.189Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-03-22T06:33:49.189Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T06:33:49.189Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:33:49.189Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:33:49.189Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:33:49.189Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is not matching search criteria
2023-03-22T06:33:49.189Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T06:33:49.189Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T06:33:49.189Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:33:49.189Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T06:33:49.189Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T06:33:49.189Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:33:49.189Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T06:33:49.189Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T06:33:49.190Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T06:33:49.190Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:33:49.190Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T06:33:49.190Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T06:33:49.190Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T06:33:49.190Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T06:33:49.190Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:33:49.190Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-22T06:33:49.190Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:33:49.190Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-22T06:33:49.190Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:33:49.190Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T06:33:49.190Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T06:33:49.190Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:33:49.190Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T06:33:49.190Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T06:33:49.191Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:33:49.191Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T06:33:49.191Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T06:33:49.191Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:33:49.191Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is not matching search criteria
2023-03-22T06:33:49.191Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T06:33:49.191Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-22T06:33:49.191Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T06:33:49.191Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T06:33:49.191Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T06:33:49.191Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:33:49.191Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T06:33:49.191Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T06:33:49.191Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T06:33:49.191Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T06:33:49.191Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:33:49.191Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=aa314a86-cb0e-4a5b-b3dc-67ab85529aa3
2023-03-22T06:33:49.192Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:33:49.192Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is not matching search criteria
2023-03-22T06:33:49.192Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T06:33:49.192Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T06:33:49.192Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:33:49.192Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T06:33:49.192Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T06:33:49.192Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:33:49.192Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T06:33:49.192Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-22T06:33:49.192Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T06:33:49.192Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T06:33:49.192Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T06:33:49.192Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:33:49.192Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d9998ff5-07a8-4e06-a366-e2fa06343e60
2023-03-22T06:33:49.192Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:33:49.192Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is not matching search criteria
2023-03-22T06:33:49.192Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T06:33:49.193Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T06:33:49.193Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:33:49.193Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T06:33:49.193Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T06:33:49.193Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:33:49.193Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T06:33:49.193Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T06:33:49.193Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T06:33:49.193Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:33:49.193Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T06:33:49.193Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-22T06:33:49.193Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=72136b1f-0061-4b5e-8c0f-044f0a8cd6b2
2023-03-22T06:33:49.193Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:33:49.193Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:33:49.193Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:33:49.193Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:33:49.194Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:33:49.194Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:33:49.194Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:33:49.194Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:33:49.194Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-22 05-25-55
Description:catalog service description
Model UUID:eda70000-0f19-4eaf-b072-0771557b768b
Model Version:NULL
Model InvariantUuid:54638bfb-5802-44c3-ba60-61ecd799a1bc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 3229eeab-6ab8
Model UUID:dd90c608-56d0-4044-b77e-6f9404d60812
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6f487355-e424-4b76-9ef4-7f60cecc0cee
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bbf43dff-a85c-4ce3-9384-ff2f1d0c1478
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2340f6cb-b4db-4011-b9c3-b4bb2848eb7c
ModelName:Vfw3229eeab6ab8..base_vfw..module-0
ModelUuid:c74453a0-bfa7-4668-9055-82db75071a8d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:aa314a86-cb0e-4a5b-b3dc-67ab85529aa3
ModelInvariantUuid:74332490-9cd4-4220-be9e-93c4591dd72d
ModelName:vFW 3229eeab-6ab8-nodes.vfwCvfc
ModelUuid:61ffbf75-6e28-4757-a025-b2c0ab962a74
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:b563dbc2-8b56-450f-a599-b56cc6be1007
ModelInvariantUuid:e6f4acf5-2121-4837-8eb8-e79dbf0b46ec
ModelName:Vfw3229eeab6ab8.compute.nodes.heat.vfw
ModelUuid:3ddfdfb8-55a4-40cd-9b94-9474bbb1c6d3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:d9998ff5-07a8-4e06-a366-e2fa06343e60
ModelInvariantUuid:75eef7ce-cbf0-426f-a147-534c62c9b134
ModelName:vFW 3229eeab-6ab8-nodes.vsnCvfc
ModelUuid:4c386c48-c8e8-4e57-8fc6-0995d6047810
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:7ea81968-c783-413a-9c62-f56e7faf2485
ModelInvariantUuid:8251d429-389a-4c59-b3bb-f88c27094de4
ModelName:Vfw3229eeab6ab8.compute.nodes.heat.vsn
ModelUuid:7baacf9a-a7aa-4a5d-9cd8-e291da6e2df3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:72136b1f-0061-4b5e-8c0f-044f0a8cd6b2
ModelInvariantUuid:212509d2-d95e-4210-9e4f-19fde5069d41
ModelName:vFW 3229eeab-6ab8-nodes.vpgCvfc
ModelUuid:44417cb2-1a4d-4bbd-972e-b0b0505ab818
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:1600c0ab-d5be-4c3c-83e2-1b664c1463d8
ModelInvariantUuid:d3c4495c-70b8-4c49-b3c6-423d142f6163
ModelName:Vfw3229eeab6ab8.compute.nodes.heat.vpg
ModelUuid:c23fe525-aef3-474a-ba0e-b18de4f76ede
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-22T06:33:49.231Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||ERROR|500||Csar with UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f already exists
2023-03-22T06:33:49.231Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar ASDC sendASDCNotification
2023-03-22T06:33:49.231Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar(Csar with UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f already exists)
2023-03-22T06:33:49.231Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:33:49.231Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:33:49.231Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:33:49.231Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466829231,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:33:50.232Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar ASDC sendASDCNotification
2023-03-22T06:33:50.232Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar(Resource with UUID: bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850 already exists)
2023-03-22T06:33:50.232Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:33:50.233Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:33:50.233Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:33:50.233Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466830232,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:33:51.235Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fbc0587e-4f99-4206-ac97-4f248ab7b2de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:33:51.254Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fbc0587e-4f99-4206-ac97-4f248ab7b2de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:33:51.258Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T06:33:51.258Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T06:33:51.258Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T06:33:51.258Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T06:33:51.259Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:33:51.259Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:33:51.259Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:33:51.259Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:33:51.259Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-22T06:33:51.267Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T06:34:21.267Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fbc0587e-4f99-4206-ac97-4f248ab7b2de and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T06:34:21.275Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fbc0587e-4f99-4206-ac97-4f248ab7b2de and serviceModelVersionId: eda70000-0f19-4eaf-b072-0771557b768b
2023-03-22T06:34:21.275Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 54638bfb-5802-44c3-ba60-61ecd799a1bc
2023-03-22T06:34:21.276Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0
2023-03-22T06:34:21.283Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T06:34:21.302Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0|INFO|500||Invoke
2023-03-22T06:34:21.302Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fbc0587e-4f99-4206-ac97-4f248ab7b2de], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[17e02538-3f7f-498c-ad43-fe60d4aa1303], X-ECOMP-RequestID=[fbc0587e-4f99-4206-ac97-4f248ab7b2de], X-TransactionId=[], X-ONAP-RequestID=[fbc0587e-4f99-4206-ac97-4f248ab7b2de], Content-Type=[application/merge-patch+json]}
2023-03-22T06:34:21.309Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T06:34:21.479Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 06:34:21 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[166], vertex-id=[188528], x-aai-txid=[0-aai-resources-230322-06:34:21:176-97420], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T06:34:21.480Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-22T06:34:21.480Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0|INFO|500||InvokeReturn
2023-03-22T06:34:21.481Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T06:34:21.481Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T06:34:21.493Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T06:34:21.493Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fbc0587e-4f99-4206-ac97-4f248ab7b2de and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T06:34:21.493Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T06:34:21.494Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:34:21.494Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:34:21.494Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466861493,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:34:22.515Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-22T06:34:22.515Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"e45a6ddb-db7b-441f-b7ed-2e79323362e4","serviceName":"vFW 2023-03-22 05-39-11","serviceVersion":"1.0","serviceUUID":"562f90e9-8e25-4df5-abb7-1b0c5d5c58ec","serviceDescription":"catalog service description","serviceInvariantUUID":"52e7b3d8-c424-43b5-ac13-789d4eb414c3","resources":[{"resourceInstanceName":"vFW c60b0202-0ea7 0","resourceName":"vFW c60b0202-0ea7","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a403d108-1e0a-4b72-ac99-f7abbce4ed23","resourceInvariantUUID":"8351f926-86d0-4cb7-823c-18b7802f48a1","resourceCustomizationUUID":"06e7df1e-8a54-4cc2-9b1f-86a8234bc06f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vf-license-model.xml","artifactChecksum":"NDhhYmFmMmY5Zjc5MTk2MDI3NzVkOTc0YWFhZTk1MDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ac048545-2b2d-4e16-a159-921d7d783742","artifactVersion":"1"},{"artifactName":"vfwc60b02020ea70_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json","artifactChecksum":"NmViOGFlN2U2MzE3NTY0NTdmNGY4MzJhZjFjYTMwMGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6849c46b-4130-4e78-b948-01a8c8600c05","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vendor-license-model.xml","artifactChecksum":"ZDJhNGY2ZjE0MGM0NGY4MWIzODE0ZDdlNjY3MmQ1NWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"330b063c-7793-44ce-a503-a49511c0d654","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"70401413-6f4d-49ec-be0e-187b3f996134","artifactVersion":"2","generatedFromUUID":"6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230322053911-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-template.yml","artifactChecksum":"ZjQ2NmEzOGYwMGNjYWE2Y2ZiZjYwOTcyYjExYWJiMDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4242fb19-e71a-48c4-b953-65a008cd83b8","artifactVersion":"1"},{"artifactName":"service-Vfw20230322053911-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar","artifactChecksum":"MzQ2NDA1NGJmMDE1NjcxMTQxM2RjMWJkYTQ5MDNjMDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"92a1cf4b-1054-452b-880a-e75dccd519aa","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T06:34:22.516Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:34:22.516Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:34:22.516Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:34:22.517Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:34:23.517Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:34:23.518Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:34:23.518Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:34:23.518Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:34:24.519Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:34:24.519Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:34:24.519Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:34:24.519Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:34:25.520Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:34:25.520Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:34:25.520Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:34:25.520Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:34:26.521Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:34:26.522Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:34:26.522Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:34:26.522Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:34:27.523Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:34:27.523Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:34:27.523Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:34:27.523Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:34:28.524Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:34:28.524Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:34:28.525Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:34:28.525Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:34:28.533Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:34:28.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:34:28.539Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:34:28.540Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:34:28.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:34:28.540Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T06:34:28.540Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:34:28.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:34:28.540Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-22T06:34:28.540Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:34:28.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:34:28.540Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:34:28.540Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:34:28.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:34:28.540Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-22T06:34:28.541Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:34:28.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:34:28.541Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:34:28.541Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:34:28.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:34:28.541Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:34:28.541Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:34:28.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:34:28.541Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466826502,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T06:34:28.541Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:34:28.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:34:28.542Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466829231,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f already exists"
}
2023-03-22T06:34:28.542Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:34:28.542Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:34:28.542Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466830232,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850 already exists"
}
2023-03-22T06:34:28.542Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:34:28.542Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:34:28.542Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466861493,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T06:34:28.542Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:34:28.542Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:34:28.542Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:34:28.543Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:34:28.543Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:34:28.543Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T06:34:28.543Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:34:28.543Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:34:28.543Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-22T06:34:28.543Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:34:28.543Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:34:28.543Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:34:28.543Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:34:28.543Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:34:28.543Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-22T06:34:28.544Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:34:28.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:34:28.544Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:34:28.544Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:34:29.526Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "serviceName": "vFW 2023-03-22 05-39-11",
  "serviceVersion": "1.0",
  "serviceUUID": "562f90e9-8e25-4df5-abb7-1b0c5d5c58ec",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "52e7b3d8-c424-43b5-ac13-789d4eb414c3",
  "resources": [
    {
      "resourceInstanceName": "vFW c60b0202-0ea7 0",
      "resourceCustomizationUUID": "06e7df1e-8a54-4cc2-9b1f-86a8234bc06f",
      "resourceName": "vFW c60b0202-0ea7",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a403d108-1e0a-4b72-ac99-f7abbce4ed23",
      "resourceInvariantUUID": "8351f926-86d0-4cb7-823c-18b7802f48a1",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc60b02020ea70_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json",
          "artifactChecksum": "NmViOGFlN2U2MzE3NTY0NTdmNGY4MzJhZjFjYTMwMGQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6849c46b-4130-4e78-b948-01a8c8600c05",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "70401413-6f4d-49ec-be0e-187b3f996134",
            "generatedFromUUID": "6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "70401413-6f4d-49ec-be0e-187b3f996134",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230322053911-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
      "artifactChecksum": "MzQ2NDA1NGJmMDE1NjcxMTQxM2RjMWJkYTQ5MDNjMDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "92a1cf4b-1054-452b-880a-e75dccd519aa"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T06:34:29.526Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T06:34:29.526Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 562f90e9-8e25-4df5-abb7-1b0c5d5c58ec ASDC
2023-03-22T06:34:29.527Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:e45a6ddb-db7b-441f-b7ed-2e79323362e4
ServiceName:vFW 2023-03-22 05-39-11
ServiceVersion:1.0
ServiceUUID:562f90e9-8e25-4df5-abb7-1b0c5d5c58ec
ServiceInvariantUUID:52e7b3d8-c424-43b5-ac13-789d4eb414c3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230322053911-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar
ArtifactUUID:92a1cf4b-1054-452b-880a-e75dccd519aa
ArtifactChecksum:MzQ2NDA1NGJmMDE1NjcxMTQxM2RjMWJkYTQ5MDNjMDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c60b0202-0ea7 0
ResourceCustomizationUUID:06e7df1e-8a54-4cc2-9b1f-86a8234bc06f
ResourceInvariantUUID:8351f926-86d0-4cb7-823c-18b7802f48a1
ResourceName:vFW c60b0202-0ea7
ResourceType:VF
ResourceUUID:a403d108-1e0a-4b72-ac99-f7abbce4ed23
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc60b02020ea70_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json
ArtifactUUID:6849c46b-4130-4e78-b948-01a8c8600c05
ArtifactChecksum:NmViOGFlN2U2MzE3NTY0NTdmNGY4MzJhZjFjYTMwMGQ=
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/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml
ArtifactUUID:6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5
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/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env
ArtifactUUID:70401413-6f4d-49ec-be0e-187b3f996134
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/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env
ArtifactUUID:70401413-6f4d-49ec-be0e-187b3f996134
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-22T06:34:29.527Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 562f90e9-8e25-4df5-abb7-1b0c5d5c58ec ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:34:29.556Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:34:29.556Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:34:29.556Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:34:29.556Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa from URL: /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar
2023-03-22T06:34:29.557Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-22T06:34:29.557Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar
2023-03-22T06:34:29.829Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-03-22T06:34:29.832Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar 92a1cf4b-1054-452b-880a-e75dccd519aa 101506
2023-03-22T06:34:29.832Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar ASDC sendASDCNotification
2023-03-22T06:34:29.832Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar
2023-03-22T06:34:29.832Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T06:34:29.832Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:34:29.832Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:34:29.833Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466869832,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:34:30.833Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:34:30.834Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:34:30.834Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa, URL: /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar to file: /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:34:30.835Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230322053911-csar.csar
2023-03-22T06:34:30.835Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:34:30.836Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:34:30.954Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18003960299677618834/Definitions/service-Vfw20230322053911-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-22T06:34:32.495Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-22T06:34:32.495Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-03-22T06:34:32.495Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:34:32.495Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-22T06:34:32.495Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:34:32.495Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:34:32.495Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:34:32.495Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c60b0202-0ea7 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-Vfw20230322053911-csar.csar
2023-03-22T06:34:32.495Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:34:32.495Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:34:32.495Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:34:32.495Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:34:32.496Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:34:32.496Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:34:32.496Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:34:32.496Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-03-22T06:34:32.496Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:34:32.496Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:34:32.496Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T06:34:32.496Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-03-22T06:34:32.496Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T06:34:32.496Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:34:32.496Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:34:32.496Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T06:34:32.496Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-03-22T06:34:32.496Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T06:34:32.496Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:34:32.496Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:34:32.496Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:34:32.497Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is not matching search criteria
2023-03-22T06:34:32.497Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T06:34:32.497Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T06:34:32.497Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:34:32.497Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T06:34:32.497Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T06:34:32.497Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:34:32.497Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T06:34:32.497Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T06:34:32.497Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T06:34:32.497Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:34:32.497Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T06:34:32.497Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T06:34:32.497Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T06:34:32.497Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T06:34:32.497Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:34:32.497Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-22T06:34:32.498Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:34:32.498Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-22T06:34:32.498Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:34:32.498Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T06:34:32.498Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T06:34:32.498Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:34:32.498Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T06:34:32.498Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T06:34:32.498Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:34:32.498Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T06:34:32.498Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T06:34:32.498Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:34:32.498Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is not matching search criteria
2023-03-22T06:34:32.498Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T06:34:32.498Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-22T06:34:32.499Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T06:34:32.499Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T06:34:32.499Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T06:34:32.499Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:34:32.499Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T06:34:32.499Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T06:34:32.499Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T06:34:32.499Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T06:34:32.499Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:34:32.499Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=206c1997-b141-46b2-9d54-58f6537370b4
2023-03-22T06:34:32.499Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:34:32.499Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is not matching search criteria
2023-03-22T06:34:32.499Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T06:34:32.499Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T06:34:32.499Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:34:32.499Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T06:34:32.499Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T06:34:32.500Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:34:32.500Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T06:34:32.500Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-22T06:34:32.500Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T06:34:32.500Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T06:34:32.500Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T06:34:32.500Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:34:32.500Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b4e01378-0842-4b95-b007-3ff10435fd7f
2023-03-22T06:34:32.500Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:34:32.500Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is not matching search criteria
2023-03-22T06:34:32.500Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T06:34:32.500Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T06:34:32.500Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:34:32.500Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T06:34:32.500Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T06:34:32.500Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:34:32.501Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T06:34:32.501Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T06:34:32.501Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T06:34:32.501Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:34:32.501Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T06:34:32.501Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-22T06:34:32.501Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3b592c80-4694-4e6b-b370-b55c6b9b8c7a
2023-03-22T06:34:32.501Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:34:32.501Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:34:32.501Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:34:32.501Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:34:32.501Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:34:32.501Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:34:32.501Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:34:32.501Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:34:32.501Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-22 05-39-11
Description:catalog service description
Model UUID:562f90e9-8e25-4df5-abb7-1b0c5d5c58ec
Model Version:NULL
Model InvariantUuid:52e7b3d8-c424-43b5-ac13-789d4eb414c3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c60b0202-0ea7
Model UUID:4b02448c-c22a-4af2-8c31-5bc4cd68a847
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8351f926-86d0-4cb7-823c-18b7802f48a1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:06e7df1e-8a54-4cc2-9b1f-86a8234bc06f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e6a99d09-50e2-41a0-83a9-772a39c5566f
ModelName:VfwC60b02020ea7..base_vfw..module-0
ModelUuid:41cdfe7d-91ad-4bc3-b65d-bb4235a70705
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:206c1997-b141-46b2-9d54-58f6537370b4
ModelInvariantUuid:37b691ed-6612-4526-940c-3e394079630b
ModelName:vFW c60b0202-0ea7-nodes.vfwCvfc
ModelUuid:aa93ecc6-c0b2-4018-88b9-6b0d4aecf8bd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:a2df18d2-3fdb-4860-a301-0ef4bedbff9d
ModelInvariantUuid:7cccaa2e-d2f0-4077-9b9c-81f8c3ec8330
ModelName:VfwC60b02020ea7.compute.nodes.heat.vfw
ModelUuid:1993e040-202b-48bb-8eb8-907bd2b927ba
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:b4e01378-0842-4b95-b007-3ff10435fd7f
ModelInvariantUuid:e7177ea2-699a-419f-aa5f-2038fa1ea474
ModelName:vFW c60b0202-0ea7-nodes.vsnCvfc
ModelUuid:8a079ade-48ca-4f48-9af8-272723cac5ff
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:a9974314-41bf-4317-9b03-6461baecf54e
ModelInvariantUuid:854c0b2f-0303-45e3-8e3f-15d5a400209a
ModelName:VfwC60b02020ea7.compute.nodes.heat.vsn
ModelUuid:a30b7738-0dec-4740-94e1-85f3ae713a30
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:3b592c80-4694-4e6b-b370-b55c6b9b8c7a
ModelInvariantUuid:4fbcc6bf-54ba-402a-94de-b15fc858b0cb
ModelName:vFW c60b0202-0ea7-nodes.vpgCvfc
ModelUuid:6a108ab5-3f67-4128-855e-ac4bfa896c57
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:77c55b3d-f116-4bf0-81ca-27720f2cf36d
ModelInvariantUuid:2af9f482-4a84-430d-8fb2-b6638734ac2d
ModelName:VfwC60b02020ea7.compute.nodes.heat.vpg
ModelUuid:0922df60-f80a-4c67-940b-87ac2d65c358
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-22T06:34:32.537Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||ERROR|500||Csar with UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa already exists
2023-03-22T06:34:32.537Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar ASDC sendASDCNotification
2023-03-22T06:34:32.537Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar(Csar with UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa already exists)
2023-03-22T06:34:32.537Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:34:32.538Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:34:32.538Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:34:32.538Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466872537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:34:33.539Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar ASDC sendASDCNotification
2023-03-22T06:34:33.539Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar(Resource with UUID: a403d108-1e0a-4b72-ac99-f7abbce4ed23 already exists)
2023-03-22T06:34:33.539Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:34:33.539Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:34:33.539Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:34:33.539Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466873539,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a403d108-1e0a-4b72-ac99-f7abbce4ed23 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:34:34.540Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e45a6ddb-db7b-441f-b7ed-2e79323362e4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:34:34.556Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e45a6ddb-db7b-441f-b7ed-2e79323362e4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:34:34.558Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T06:34:34.558Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T06:34:34.559Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T06:34:34.559Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T06:34:34.559Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:34:34.559Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:34:34.559Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:34:34.559Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:34:34.559Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-22T06:34:34.566Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T06:35:04.566Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e45a6ddb-db7b-441f-b7ed-2e79323362e4 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T06:35:04.576Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e45a6ddb-db7b-441f-b7ed-2e79323362e4 and serviceModelVersionId: 562f90e9-8e25-4df5-abb7-1b0c5d5c58ec
2023-03-22T06:35:04.577Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 52e7b3d8-c424-43b5-ac13-789d4eb414c3
2023-03-22T06:35:04.578Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0
2023-03-22T06:35:04.584Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T06:35:04.604Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?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-22T06:35:04.605Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0|INFO|500||Invoke
2023-03-22T06:35:04.615Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T06:35:04.766Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0|INFO|500||InvokeReturn
2023-03-22T06:35:04.766Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 06:35:04 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[146], vertex-id=[184392], x-aai-txid=[1-aai-resources-230322-06:35:04:482-43547], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T06:35:04.766Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2023-03-22T06:35:04.767Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T06:35:04.767Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T06:35:04.779Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T06:35:04.779Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e45a6ddb-db7b-441f-b7ed-2e79323362e4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T06:35:04.779Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T06:35:04.779Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:35:04.779Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:35:04.780Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466904779,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:35:05.798Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-22T06:35:05.798Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"b64429f8-68d6-4a68-b948-a3a538b17dd3","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"f38337a8-d2df-48a9-a491-0868f87ff613","serviceDescription":"service","serviceInvariantUUID":"120c21e3-6916-4b71-8ac3-5c439c353b17","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"e5cee138-d08f-4f98-b954-b100fc045ce9","resourceInvariantUUID":"184f7c4b-e703-4d14-a5d9-3fcd2158143c","resourceCustomizationUUID":"32b7cdbe-58ea-461f-96d0-994e2f90eca5","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":"MGVjNDhkMjNkMDVjMTc2NTYxMzI4MDZiYzJkYTFkYTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0fcae08a-b905-4025-a931-3cefca391c35","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"Yzc2YTA3NWYxYThhNTllZmQ0NTdhNjhkMWQ1ZTEwMzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"800f3a61-86e4-4005-8b17-0252365bfbfe","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T06:35:05.798Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:35:05.798Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:35:05.798Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:35:05.799Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "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-22T06:35:06.800Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:35:06.801Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:35:06.801Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:35:06.801Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:35:07.803Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "f38337a8-d2df-48a9-a491-0868f87ff613",
  "serviceDescription": "service",
  "serviceInvariantUUID": "120c21e3-6916-4b71-8ac3-5c439c353b17",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "32b7cdbe-58ea-461f-96d0-994e2f90eca5",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "e5cee138-d08f-4f98-b954-b100fc045ce9",
      "resourceInvariantUUID": "184f7c4b-e703-4d14-a5d9-3fcd2158143c",
      "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": "Yzc2YTA3NWYxYThhNTllZmQ0NTdhNjhkMWQ1ZTEwMzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "800f3a61-86e4-4005-8b17-0252365bfbfe"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T06:35:07.804Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T06:35:07.804Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f38337a8-d2df-48a9-a491-0868f87ff613 ASDC
2023-03-22T06:35:07.805Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:b64429f8-68d6-4a68-b948-a3a538b17dd3
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:f38337a8-d2df-48a9-a491-0868f87ff613
ServiceInvariantUUID:120c21e3-6916-4b71-8ac3-5c439c353b17
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:800f3a61-86e4-4005-8b17-0252365bfbfe
ArtifactChecksum:Yzc2YTA3NWYxYThhNTllZmQ0NTdhNjhkMWQ1ZTEwMzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:32b7cdbe-58ea-461f-96d0-994e2f90eca5
ResourceInvariantUUID:184f7c4b-e703-4d14-a5d9-3fcd2158143c
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:e5cee138-d08f-4f98-b954-b100fc045ce9
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-22T06:35:07.805Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f38337a8-d2df-48a9-a491-0868f87ff613 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:35:07.836Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:35:07.836Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:35:07.836Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:35:07.836Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 800f3a61-86e4-4005-8b17-0252365bfbfe from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-22T06:35:07.836Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-22T06:35:07.837Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-22T06:35:07.859Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||GET Response Status 404
2023-03-22T06:35:07.859Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7865d13c
2023-03-22T06:35:07.859Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T06:35:07.859Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-22T06:35:07.859Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 800f3a61-86e4-4005-8b17-0252365bfbfe Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T06:35:07.859Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-22T06:35:07.859Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is  not found)
2023-03-22T06:35:07.859Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T06:35:07.859Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:35:07.859Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:35:07.859Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466907859,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:35:08.861Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:800f3a61-86e4-4005-8b17-0252365bfbfe)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-22T06:35:08.903Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||ERROR|500||Csar with UUID: 800f3a61-86e4-4005-8b17-0252365bfbfe already exists
2023-03-22T06:35:08.903Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||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-22T06:35:08.904Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||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: 800f3a61-86e4-4005-8b17-0252365bfbfe already exists)
2023-03-22T06:35:08.904Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:35:08.904Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:35:08.904Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:35:08.904Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466908903,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 800f3a61-86e4-4005-8b17-0252365bfbfe already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:35:09.905Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||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-22T06:35:09.905Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||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: e5cee138-d08f-4f98-b954-b100fc045ce9 already exists)
2023-03-22T06:35:09.905Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:35:09.906Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:35:09.906Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:35:09.906Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466909905,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e5cee138-d08f-4f98-b954-b100fc045ce9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:35:10.907Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b64429f8-68d6-4a68-b948-a3a538b17dd3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:35:10.921Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b64429f8-68d6-4a68-b948-a3a538b17dd3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:35:10.924Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T06:35:10.924Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T06:35:10.924Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T06:35:10.924Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T06:35:10.924Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:35:10.924Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:35:10.924Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:35:10.924Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:35:10.924Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-22T06:35:10.931Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T06:35:28.533Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:35:28.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:35:28.535Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:35:28.535Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:35:40.931Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b64429f8-68d6-4a68-b948-a3a538b17dd3 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T06:35:40.942Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b64429f8-68d6-4a68-b948-a3a538b17dd3 and serviceModelVersionId: f38337a8-d2df-48a9-a491-0868f87ff613
2023-03-22T06:35:40.942Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 120c21e3-6916-4b71-8ac3-5c439c353b17
2023-03-22T06:35:40.943Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0
2023-03-22T06:35:40.947Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T06:35:40.961Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?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-22T06:35:40.962Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0|INFO|500||Invoke
2023-03-22T06:35:40.971Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T06:35:41.115Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0|INFO|500||InvokeReturn
2023-03-22T06:35:41.115Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 06:35:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[139], vertex-id=[209000], x-aai-txid=[2-aai-resources-230322-06:35:40:838-73427], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T06:35:41.115Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2023-03-22T06:35:41.116Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T06:35:41.116Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T06:35:41.124Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T06:35:41.124Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b64429f8-68d6-4a68-b948-a3a538b17dd3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T06:35:41.124Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T06:35:41.125Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:35:41.125Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:35:41.125Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466941124,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:35:42.146Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-22T06:35:42.146Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"4d2fc27d-4827-4431-8901-1a7fe4ae70eb","serviceName":"Demo_pNF_Th3LXatp9s8wdDTQBYLt","serviceVersion":"1.0","serviceUUID":"cdad142e-6240-4457-8e87-75b7cbd29e38","serviceDescription":"catalog service description","serviceInvariantUUID":"81de75ee-355d-450a-b294-753817382022","resources":[{"resourceInstanceName":"pNF 6c7740df-c757 0","resourceName":"pNF 6c7740df-c757","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0da99d63-27be-4a3a-9bd6-c9f17d70a915","resourceInvariantUUID":"41ff80c8-5a8c-4586-9497-ee0ed8d8dbb8","resourceCustomizationUUID":"0404e3be-4b20-4344-a6e5-8950491f980d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vf-license-model.xml","artifactChecksum":"ZmFlNmVhNzc5ZWZlOTA2MDU4ZjgyYjAzYWI0Mzk3NDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"92d23c96-8b8f-4d9d-b136-5be1619c9ec5","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ea08e81f-ef29-4698-9ed5-fe992c4b9a9b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e8855c67-e9df-4389-96ea-13624f308c26","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vendor-license-model.xml","artifactChecksum":"MDIyM2QxNDY2ZjIzMDBhODMzMDExNmFiOGQ1ZmQxZjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9d892759-0f11-4463-b7ab-71ba4e1c07b6","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"66a0ca7b-6224-438d-b805-63e8aa6a2f6d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3e4dc005-13b1-4f11-ba54-e2d95eb2a6b8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTh3lxatp9s8wddtqbylt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-template.yml","artifactChecksum":"Yjc5YTkyYjYzNDRkY2MyN2VmMzg3NDEzODk4NDJjYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b2903a06-5b2c-414f-a385-4ca4513bf0c8","artifactVersion":"1"},{"artifactName":"service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar","artifactChecksum":"ODBhNmVlNzYyZjAyOTI2MWQwZGVlOTIzZDMzMjU1OTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c4384b06-8549-491d-87e4-dd44765b609c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T06:35:42.146Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:35:42.146Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:35:42.146Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:35:42.146Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:35:43.147Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:35:43.147Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:35:43.147Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:35:43.147Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:35:44.148Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:35:44.149Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:35:44.149Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:35:44.149Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:35:45.149Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:35:45.150Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:35:45.150Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:35:45.150Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:35:46.150Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:35:46.151Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:35:46.151Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:35:46.151Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:35:47.152Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:35:47.152Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:35:47.153Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:35:47.153Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:35:48.153Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:35:48.154Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:35:48.154Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:35:48.154Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:35:49.155Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:35:49.156Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:35:49.156Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:35:49.156Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:35:50.157Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "serviceName": "Demo_pNF_Th3LXatp9s8wdDTQBYLt",
  "serviceVersion": "1.0",
  "serviceUUID": "cdad142e-6240-4457-8e87-75b7cbd29e38",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "81de75ee-355d-450a-b294-753817382022",
  "resources": [
    {
      "resourceInstanceName": "pNF 6c7740df-c757 0",
      "resourceCustomizationUUID": "0404e3be-4b20-4344-a6e5-8950491f980d",
      "resourceName": "pNF 6c7740df-c757",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "0da99d63-27be-4a3a-9bd6-c9f17d70a915",
      "resourceInvariantUUID": "41ff80c8-5a8c-4586-9497-ee0ed8d8dbb8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
      "artifactChecksum": "ODBhNmVlNzYyZjAyOTI2MWQwZGVlOTIzZDMzMjU1OTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c4384b06-8549-491d-87e4-dd44765b609c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T06:35:50.157Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T06:35:50.157Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cdad142e-6240-4457-8e87-75b7cbd29e38 ASDC
2023-03-22T06:35:50.158Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:4d2fc27d-4827-4431-8901-1a7fe4ae70eb
ServiceName:Demo_pNF_Th3LXatp9s8wdDTQBYLt
ServiceVersion:1.0
ServiceUUID:cdad142e-6240-4457-8e87-75b7cbd29e38
ServiceInvariantUUID:81de75ee-355d-450a-b294-753817382022
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
ArtifactUUID:c4384b06-8549-491d-87e4-dd44765b609c
ArtifactChecksum:ODBhNmVlNzYyZjAyOTI2MWQwZGVlOTIzZDMzMjU1OTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 6c7740df-c757 0
ResourceCustomizationUUID:0404e3be-4b20-4344-a6e5-8950491f980d
ResourceInvariantUUID:41ff80c8-5a8c-4586-9497-ee0ed8d8dbb8
ResourceName:pNF 6c7740df-c757
ResourceType:PNF
ResourceUUID:0da99d63-27be-4a3a-9bd6-c9f17d70a915
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-22T06:35:50.158Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cdad142e-6240-4457-8e87-75b7cbd29e38 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:35:50.189Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:35:50.189Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:35:50.190Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:35:50.190Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c4384b06-8549-491d-87e4-dd44765b609c from URL: /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:35:50.190Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-22T06:35:50.190Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:35:50.490Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-03-22T06:35:50.493Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar c4384b06-8549-491d-87e4-dd44765b609c 88006
2023-03-22T06:35:50.493Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar ASDC sendASDCNotification
2023-03-22T06:35:50.493Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:35:50.493Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T06:35:50.493Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:35:50.494Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:35:50.494Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466950493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:35:51.494Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:35:51.495Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:35:51.495Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: c4384b06-8549-491d-87e4-dd44765b609c, URL: /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar to file: /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:35:51.496Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:35:51.496Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:35:51.496Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:35:51.572Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15134685928090221322/Definitions/service-DemoPnfTh3lxatp9s8wddtqbylt-template.yml
2023-03-22T06:35:52.219Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-22T06:35:52.219Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-03-22T06:35:52.219Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:35:52.219Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-22T06:35:52.219Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:35:52.219Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:35:52.219Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:35:52.220Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:35:52.220Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:35:52.220Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:35:52.220Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6c7740df-c757 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-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:35:52.220Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-03-22T06:35:52.220Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:35:52.220Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:35:52.221Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Node template pNF 6c7740df-c757 0 is matching search criteria
2023-03-22T06:35:52.221Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-03-22T06:35:52.221Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 6c7740df-c757 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T06:35:52.221Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:35:52.221Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:35:52.221Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Node template pNF 6c7740df-c757 0 is matching search criteria
2023-03-22T06:35:52.221Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-03-22T06:35:52.221Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 6c7740df-c757 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T06:35:52.222Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:35:52.222Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:35:52.222Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:35:52.222Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:35:52.222Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:35:52.222Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:35:52.222Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:35:52.222Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:35:52.222Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:35:52.223Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:35:52.223Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Th3LXatp9s8wdDTQBYLt
Description:catalog service description
Model UUID:cdad142e-6240-4457-8e87-75b7cbd29e38
Model Version:NULL
Model InvariantUuid:81de75ee-355d-450a-b294-753817382022
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-22T06:35:52.263Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||ERROR|500||Csar with UUID: c4384b06-8549-491d-87e4-dd44765b609c already exists
2023-03-22T06:35:52.263Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar ASDC sendASDCNotification
2023-03-22T06:35:52.263Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar(Csar with UUID: c4384b06-8549-491d-87e4-dd44765b609c already exists)
2023-03-22T06:35:52.263Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:35:52.264Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:35:52.264Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:35:52.264Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466952263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c4384b06-8549-491d-87e4-dd44765b609c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:35:53.265Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar ASDC sendASDCNotification
2023-03-22T06:35:53.266Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar(Resource with UUID: 0da99d63-27be-4a3a-9bd6-c9f17d70a915 already exists)
2023-03-22T06:35:53.266Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:35:53.266Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:35:53.266Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:35:53.266Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466953265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 0da99d63-27be-4a3a-9bd6-c9f17d70a915 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:35:54.268Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4d2fc27d-4827-4431-8901-1a7fe4ae70eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:35:54.289Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4d2fc27d-4827-4431-8901-1a7fe4ae70eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:35:54.292Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T06:35:54.292Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T06:35:54.293Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T06:35:54.293Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T06:35:54.293Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:35:54.293Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:35:54.293Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:35:54.293Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:35:54.293Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-22T06:35:54.303Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T06:36:24.304Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4d2fc27d-4827-4431-8901-1a7fe4ae70eb and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T06:36:24.314Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4d2fc27d-4827-4431-8901-1a7fe4ae70eb and serviceModelVersionId: cdad142e-6240-4457-8e87-75b7cbd29e38
2023-03-22T06:36:24.315Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 81de75ee-355d-450a-b294-753817382022
2023-03-22T06:36:24.315Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0
2023-03-22T06:36:24.323Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T06:36:24.337Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?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-22T06:36:24.337Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0|INFO|500||Invoke
2023-03-22T06:36:24.345Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T06:36:24.518Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0|INFO|500||InvokeReturn
2023-03-22T06:36:24.519Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 06:36:24 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[170], vertex-id=[430280], x-aai-txid=[1-aai-resources-230322-06:36:24:210-4401], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T06:36:24.519Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2023-03-22T06:36:24.519Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T06:36:24.519Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T06:36:24.526Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T06:36:24.526Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4d2fc27d-4827-4431-8901-1a7fe4ae70eb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T06:36:24.526Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T06:36:24.526Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:36:24.526Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:36:24.526Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466984526,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:36:25.547Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-22T06:36:25.547Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"44063b6d-45da-49fc-ab15-9656002e57f4","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"695e2d69-98b7-429a-afc4-20af085f3feb","serviceDescription":"service","serviceInvariantUUID":"827b4e2f-462e-4274-b06b-83d9e0d3ace6","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1dfc083c-bd8d-4cd6-8b75-76501219274f","resourceInvariantUUID":"d5c0e36a-42fe-473e-b3c3-d29612784207","resourceCustomizationUUID":"e242c95d-05ac-4716-a0cb-a8fc5b864211","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":"ZDhkNTY4Y2Q0ZDEzZTNiMDJiOGQ3ZjFlZjJlMGU3MTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3c8639bc-c135-41e9-8036-cebebb1f075b","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":"YzI1Y2VkMTkwODBhYThhMTAwMmYxODZjNTFlOGQ4OWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cb466d3d-7037-49ba-892d-3b36a30ff8de","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":"77c31327-9aad-470c-b9b0-fe7fb5745fcb","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":"8198e7f4-1fe4-4e56-8a16-249e343a2955","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":"9fa8118c-67ff-46e0-ac49-f4f884be1af1","artifactVersion":"2","generatedFromUUID":"77c31327-9aad-470c-b9b0-fe7fb5745fcb"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YWQ3ZjcwMjUzNjgxZmY2NTgzZGM4NTVlOWQ3ZTAxZTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6d0e8b18-027b-4fa4-9135-c75d2061ced4","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YjMzZDMxODU5NzkwMmJjODA1YTRlMjExNzBhNTg2MWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"88b0302b-1d98-4d84-8518-e5897ddf5aab","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T06:36:25.548Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:36:25.548Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:36:25.548Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:36:25.548Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "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-22T06:36:26.549Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:36:26.550Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:36:26.550Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:36:26.550Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "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-22T06:36:27.551Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:36:27.551Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:36:27.551Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:36:27.552Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "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-22T06:36:28.533Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:36:28.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:36:28.535Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466869832,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T06:36:28.535Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:36:28.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:36:28.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466872537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa already exists"
}
2023-03-22T06:36:28.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:36:28.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:36:28.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466873539,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a403d108-1e0a-4b72-ac99-f7abbce4ed23 already exists"
}
2023-03-22T06:36:28.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:36:28.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:36:28.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466904779,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T06:36:28.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:36:28.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:36:28.537Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:36:28.537Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:36:28.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:36:28.537Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:36:28.537Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:36:28.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:36:28.537Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466907859,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-22T06:36:28.538Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:36:28.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:36:28.538Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466908903,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 800f3a61-86e4-4005-8b17-0252365bfbfe already exists"
}
2023-03-22T06:36:28.538Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:36:28.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:36:28.538Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466909905,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e5cee138-d08f-4f98-b954-b100fc045ce9 already exists"
}
2023-03-22T06:36:28.538Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:36:28.552Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:36:28.552Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:36:28.553Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:36:28.553Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "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-22T06:36:29.554Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:36:29.554Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:36:29.554Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:36:29.554Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "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-22T06:36:30.555Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:36:30.555Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:36:30.555Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:36:30.556Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "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-22T06:36:31.556Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:36:31.557Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:36:31.557Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:36:31.557Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:36:32.558Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "695e2d69-98b7-429a-afc4-20af085f3feb",
  "serviceDescription": "service",
  "serviceInvariantUUID": "827b4e2f-462e-4274-b06b-83d9e0d3ace6",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "e242c95d-05ac-4716-a0cb-a8fc5b864211",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1dfc083c-bd8d-4cd6-8b75-76501219274f",
      "resourceInvariantUUID": "d5c0e36a-42fe-473e-b3c3-d29612784207",
      "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": "YzI1Y2VkMTkwODBhYThhMTAwMmYxODZjNTFlOGQ4OWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "cb466d3d-7037-49ba-892d-3b36a30ff8de",
          "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": "77c31327-9aad-470c-b9b0-fe7fb5745fcb",
          "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": "9fa8118c-67ff-46e0-ac49-f4f884be1af1",
            "generatedFromUUID": "77c31327-9aad-470c-b9b0-fe7fb5745fcb"
          },
          "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": "9fa8118c-67ff-46e0-ac49-f4f884be1af1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YjMzZDMxODU5NzkwMmJjODA1YTRlMjExNzBhNTg2MWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "88b0302b-1d98-4d84-8518-e5897ddf5aab"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T06:36:32.559Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T06:36:32.559Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 695e2d69-98b7-429a-afc4-20af085f3feb ASDC
2023-03-22T06:36:32.560Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:44063b6d-45da-49fc-ab15-9656002e57f4
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:695e2d69-98b7-429a-afc4-20af085f3feb
ServiceInvariantUUID:827b4e2f-462e-4274-b06b-83d9e0d3ace6
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:88b0302b-1d98-4d84-8518-e5897ddf5aab
ArtifactChecksum:YjMzZDMxODU5NzkwMmJjODA1YTRlMjExNzBhNTg2MWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:e242c95d-05ac-4716-a0cb-a8fc5b864211
ResourceInvariantUUID:d5c0e36a-42fe-473e-b3c3-d29612784207
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1dfc083c-bd8d-4cd6-8b75-76501219274f
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:cb466d3d-7037-49ba-892d-3b36a30ff8de
ArtifactChecksum:YzI1Y2VkMTkwODBhYThhMTAwMmYxODZjNTFlOGQ4OWI=
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:77c31327-9aad-470c-b9b0-fe7fb5745fcb
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:9fa8118c-67ff-46e0-ac49-f4f884be1af1
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:9fa8118c-67ff-46e0-ac49-f4f884be1af1
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-22T06:36:32.560Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 695e2d69-98b7-429a-afc4-20af085f3feb ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:36:32.591Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:36:32.591Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:36:32.591Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:36:32.591Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 88b0302b-1d98-4d84-8518-e5897ddf5aab from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-22T06:36:32.591Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-22T06:36:32.591Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-22T06:36:32.618Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||GET Response Status 404
2023-03-22T06:36:32.618Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@41d0beba
2023-03-22T06:36:32.618Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T06:36:32.619Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-22T06:36:32.619Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 88b0302b-1d98-4d84-8518-e5897ddf5aab Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T06:36:32.619Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-22T06:36:32.619Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is  not found)
2023-03-22T06:36:32.619Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T06:36:32.620Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:36:32.620Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:36:32.620Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466992619,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:36:33.621Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:88b0302b-1d98-4d84-8518-e5897ddf5aab)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-22T06:36:33.655Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||ERROR|500||Csar with UUID: 88b0302b-1d98-4d84-8518-e5897ddf5aab already exists
2023-03-22T06:36:33.655Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||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-22T06:36:33.655Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||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: 88b0302b-1d98-4d84-8518-e5897ddf5aab already exists)
2023-03-22T06:36:33.655Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:36:33.656Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:36:33.656Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:36:33.656Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466993655,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 88b0302b-1d98-4d84-8518-e5897ddf5aab already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:36:34.657Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||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-22T06:36:34.657Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||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: 1dfc083c-bd8d-4cd6-8b75-76501219274f already exists)
2023-03-22T06:36:34.657Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:36:34.658Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:36:34.658Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:36:34.658Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466994657,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1dfc083c-bd8d-4cd6-8b75-76501219274f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:36:35.659Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44063b6d-45da-49fc-ab15-9656002e57f4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:36:35.667Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44063b6d-45da-49fc-ab15-9656002e57f4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:36:35.669Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T06:36:35.669Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T06:36:35.669Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T06:36:35.669Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T06:36:35.669Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:36:35.669Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:36:35.669Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:36:35.669Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:36:35.669Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-22T06:36:35.674Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T06:37:05.675Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 44063b6d-45da-49fc-ab15-9656002e57f4 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T06:37:05.684Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 44063b6d-45da-49fc-ab15-9656002e57f4 and serviceModelVersionId: 695e2d69-98b7-429a-afc4-20af085f3feb
2023-03-22T06:37:05.684Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 827b4e2f-462e-4274-b06b-83d9e0d3ace6
2023-03-22T06:37:05.684Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0
2023-03-22T06:37:05.687Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T06:37:05.701Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0|INFO|500||Invoke
2023-03-22T06:37:05.701Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[44063b6d-45da-49fc-ab15-9656002e57f4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[38cf9613-2e91-4271-ba22-8fcc5716fa46], X-ECOMP-RequestID=[44063b6d-45da-49fc-ab15-9656002e57f4], X-TransactionId=[], X-ONAP-RequestID=[44063b6d-45da-49fc-ab15-9656002e57f4], Content-Type=[application/merge-patch+json]}
2023-03-22T06:37:05.707Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T06:37:05.866Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 06:37:05 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[156], vertex-id=[204872], x-aai-txid=[2-aai-resources-230322-06:37:05:573-17717], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T06:37:05.866Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-22T06:37:05.867Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0|INFO|500||InvokeReturn
2023-03-22T06:37:05.867Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T06:37:05.867Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T06:37:05.882Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T06:37:05.883Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 44063b6d-45da-49fc-ab15-9656002e57f4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T06:37:05.883Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T06:37:05.883Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:37:05.883Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:37:05.884Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467025883,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:37:06.906Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-22T06:37:06.906Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"9924a26b-a04c-4225-b032-052c7b2cf566","serviceName":"Demo_pNF_9IUxclu6rx6wQh9DcrJS","serviceVersion":"1.0","serviceUUID":"647a66fa-87b6-440c-a757-f69947b97362","serviceDescription":"catalog service description","serviceInvariantUUID":"f70569bd-1e3e-44bf-8efb-7749f9bde32d","resources":[{"resourceInstanceName":"pNF 4941fe25-94c8 0","resourceName":"pNF 4941fe25-94c8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"cb2ca461-78a5-42df-8dee-78112a494a1c","resourceInvariantUUID":"979f5168-53c0-4416-88ea-e985f733d3cd","resourceCustomizationUUID":"4d960573-0d6e-4635-9f65-1313a7ceb117","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/vf-license-model.xml","artifactChecksum":"YzYxOTgyMWQ3NzMyYmYyMTFlNjM3MDMzMmQ2MTVkMjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a4d1dc03-af6b-4962-baf0-5b9ef5bd942f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e119af17-1957-4c3c-863f-ede4831c5817","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"68d2da44-1fc2-4539-aa49-a48598b155ac","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/vendor-license-model.xml","artifactChecksum":"NDkyY2RiOTA0YjM0ZTMzMWQ1MWRhNWVmOTEzNGU0ZmQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c3e68176-8083-42d3-99ac-a7723b32ec49","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"57bda23d-ba6b-4c73-a5b3-24bd9580cb80","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4178379e-731c-43fd-a43d-d78de9f644b1","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf9iuxclu6rx6wqh9dcrjs-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-template.yml","artifactChecksum":"MTM0NGRlMjc4NTAyNzg0ODZiYTliOWQxNzM0MGMzYzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"77a75954-d595-4752-994e-189e7b432579","artifactVersion":"1"},{"artifactName":"service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar","artifactChecksum":"N2FlOGNiMmRjMTViMDc2NDY4OWVhZjI3Mzk2YjA5YWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bed1cd00-b292-4c69-9a78-f4650b984b17","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T06:37:06.907Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:37:06.907Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:37:06.907Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:37:06.907Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:37:07.908Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:37:07.908Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:37:07.908Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:37:07.909Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:37:08.910Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:37:08.910Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:37:08.910Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:37:08.910Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:37:09.911Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:37:09.911Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:37:09.911Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:37:09.911Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:37:10.912Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:37:10.912Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:37:10.913Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:37:10.913Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:37:11.914Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:37:11.914Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:37:11.914Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:37:11.914Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:37:12.915Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:37:12.915Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:37:12.915Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:37:12.915Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:37:13.916Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:37:13.917Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:37:13.917Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:37:13.917Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:37:14.918Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "serviceName": "Demo_pNF_9IUxclu6rx6wQh9DcrJS",
  "serviceVersion": "1.0",
  "serviceUUID": "647a66fa-87b6-440c-a757-f69947b97362",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f70569bd-1e3e-44bf-8efb-7749f9bde32d",
  "resources": [
    {
      "resourceInstanceName": "pNF 4941fe25-94c8 0",
      "resourceCustomizationUUID": "4d960573-0d6e-4635-9f65-1313a7ceb117",
      "resourceName": "pNF 4941fe25-94c8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "cb2ca461-78a5-42df-8dee-78112a494a1c",
      "resourceInvariantUUID": "979f5168-53c0-4416-88ea-e985f733d3cd",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
      "artifactChecksum": "N2FlOGNiMmRjMTViMDc2NDY4OWVhZjI3Mzk2YjA5YWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bed1cd00-b292-4c69-9a78-f4650b984b17"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T06:37:14.918Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T06:37:14.918Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 647a66fa-87b6-440c-a757-f69947b97362 ASDC
2023-03-22T06:37:14.919Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:9924a26b-a04c-4225-b032-052c7b2cf566
ServiceName:Demo_pNF_9IUxclu6rx6wQh9DcrJS
ServiceVersion:1.0
ServiceUUID:647a66fa-87b6-440c-a757-f69947b97362
ServiceInvariantUUID:f70569bd-1e3e-44bf-8efb-7749f9bde32d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
ArtifactUUID:bed1cd00-b292-4c69-9a78-f4650b984b17
ArtifactChecksum:N2FlOGNiMmRjMTViMDc2NDY4OWVhZjI3Mzk2YjA5YWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 4941fe25-94c8 0
ResourceCustomizationUUID:4d960573-0d6e-4635-9f65-1313a7ceb117
ResourceInvariantUUID:979f5168-53c0-4416-88ea-e985f733d3cd
ResourceName:pNF 4941fe25-94c8
ResourceType:PNF
ResourceUUID:cb2ca461-78a5-42df-8dee-78112a494a1c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-22T06:37:14.919Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 647a66fa-87b6-440c-a757-f69947b97362 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:37:14.949Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:37:14.949Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:37:14.949Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:37:14.949Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: bed1cd00-b292-4c69-9a78-f4650b984b17 from URL: /sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T06:37:14.950Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-22T06:37:14.950Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T06:37:15.273Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-03-22T06:37:15.277Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar bed1cd00-b292-4c69-9a78-f4650b984b17 88002
2023-03-22T06:37:15.277Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar ASDC sendASDCNotification
2023-03-22T06:37:15.277Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T06:37:15.278Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T06:37:15.278Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:37:15.278Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:37:15.278Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467035277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:37:16.279Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:37:16.280Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:37:16.280Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: bed1cd00-b292-4c69-9a78-f4650b984b17, URL: /sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar to file: /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T06:37:16.280Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T06:37:16.281Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T06:37:16.282Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T06:37:16.381Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5189523359663931477/Definitions/service-DemoPnf9iuxclu6rx6wqh9dcrjs-template.yml
2023-03-22T06:37:16.960Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-22T06:37:16.960Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-03-22T06:37:16.960Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T06:37:16.960Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-22T06:37:16.960Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T06:37:16.960Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4941fe25-94c8 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-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T06:37:16.960Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T06:37:16.961Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T06:37:16.961Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T06:37:16.961Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T06:37:16.961Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T06:37:16.961Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-03-22T06:37:16.961Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:37:16.961Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_9IUxclu6rx6wQh9DcrJS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:37:16.961Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Node template pNF 4941fe25-94c8 0 is matching search criteria
2023-03-22T06:37:16.961Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-03-22T06:37:16.961Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 4941fe25-94c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T06:37:16.961Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:37:16.961Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_9IUxclu6rx6wQh9DcrJS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:37:16.961Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Node template pNF 4941fe25-94c8 0 is matching search criteria
2023-03-22T06:37:16.961Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-03-22T06:37:16.961Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 4941fe25-94c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T06:37:16.961Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:37:16.961Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_9IUxclu6rx6wQh9DcrJS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:37:16.961Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:37:16.961Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_9IUxclu6rx6wQh9DcrJS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:37:16.961Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:37:16.961Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_9IUxclu6rx6wQh9DcrJS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:37:16.961Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:37:16.962Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_9IUxclu6rx6wQh9DcrJS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:37:16.962Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:37:16.962Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_9IUxclu6rx6wQh9DcrJS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:37:16.962Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_9IUxclu6rx6wQh9DcrJS
Description:catalog service description
Model UUID:647a66fa-87b6-440c-a757-f69947b97362
Model Version:NULL
Model InvariantUuid:f70569bd-1e3e-44bf-8efb-7749f9bde32d
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-22T06:37:16.996Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||ERROR|500||Csar with UUID: bed1cd00-b292-4c69-9a78-f4650b984b17 already exists
2023-03-22T06:37:16.996Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar ASDC sendASDCNotification
2023-03-22T06:37:16.996Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar(Csar with UUID: bed1cd00-b292-4c69-9a78-f4650b984b17 already exists)
2023-03-22T06:37:16.996Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:37:16.996Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:37:16.996Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:37:16.996Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467036996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bed1cd00-b292-4c69-9a78-f4650b984b17 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:37:17.997Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar ASDC sendASDCNotification
2023-03-22T06:37:17.997Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar(Resource with UUID: cb2ca461-78a5-42df-8dee-78112a494a1c already exists)
2023-03-22T06:37:17.997Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:37:17.997Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:37:17.998Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:37:17.998Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467037997,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: cb2ca461-78a5-42df-8dee-78112a494a1c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:37:18.998Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9924a26b-a04c-4225-b032-052c7b2cf566
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:37:19.019Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9924a26b-a04c-4225-b032-052c7b2cf566
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:37:19.022Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T06:37:19.023Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T06:37:19.023Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T06:37:19.023Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T06:37:19.023Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:37:19.023Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:37:19.023Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:37:19.023Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:37:19.023Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-22T06:37:19.032Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T06:37:28.533Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:37:28.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:37:28.535Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466941124,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T06:37:28.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:37:28.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:37:28.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:37:28.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:37:28.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:37:28.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:37:28.537Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:37:28.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:37:28.537Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:37:28.537Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:37:28.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:37:28.537Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:37:28.538Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:37:28.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:37:28.545Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:37:28.545Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:37:28.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:37:28.545Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:37:28.546Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:37:28.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:37:28.546Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:37:28.546Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:37:28.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:37:28.546Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:37:28.546Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:37:28.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:37:28.546Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466950493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T06:37:28.547Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:37:28.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:37:28.547Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466952263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c4384b06-8549-491d-87e4-dd44765b609c already exists"
}
2023-03-22T06:37:28.547Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:37:28.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:37:28.547Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466953265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 0da99d63-27be-4a3a-9bd6-c9f17d70a915 already exists"
}
2023-03-22T06:37:28.547Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:37:28.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:37:28.547Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466984526,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T06:37:28.547Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:37:28.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:37:28.548Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:37:28.548Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:37:28.548Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:37:28.548Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T06:37:28.548Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:37:28.548Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:37:28.548Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-22T06:37:28.548Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:37:49.032Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9924a26b-a04c-4225-b032-052c7b2cf566 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T06:37:49.040Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9924a26b-a04c-4225-b032-052c7b2cf566 and serviceModelVersionId: 647a66fa-87b6-440c-a757-f69947b97362
2023-03-22T06:37:49.040Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f70569bd-1e3e-44bf-8efb-7749f9bde32d
2023-03-22T06:37:49.041Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f70569bd-1e3e-44bf-8efb-7749f9bde32d/model-vers/model-ver/647a66fa-87b6-440c-a757-f69947b97362?depth=0
2023-03-22T06:37:49.048Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T06:37:49.070Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f70569bd-1e3e-44bf-8efb-7749f9bde32d/model-vers/model-ver/647a66fa-87b6-440c-a757-f69947b97362?depth=0|INFO|500||Invoke
2023-03-22T06:37:49.070Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f70569bd-1e3e-44bf-8efb-7749f9bde32d/model-vers/model-ver/647a66fa-87b6-440c-a757-f69947b97362?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f70569bd-1e3e-44bf-8efb-7749f9bde32d/model-vers/model-ver/647a66fa-87b6-440c-a757-f69947b97362?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9924a26b-a04c-4225-b032-052c7b2cf566], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fb2babb2-ac66-4799-a91d-ac6fbc07f2c3], X-ECOMP-RequestID=[9924a26b-a04c-4225-b032-052c7b2cf566], X-TransactionId=[], X-ONAP-RequestID=[9924a26b-a04c-4225-b032-052c7b2cf566], Content-Type=[application/merge-patch+json]}
2023-03-22T06:37:49.078Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f70569bd-1e3e-44bf-8efb-7749f9bde32d/model-vers/model-ver/647a66fa-87b6-440c-a757-f69947b97362?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T06:37:49.235Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f70569bd-1e3e-44bf-8efb-7749f9bde32d/model-vers/model-ver/647a66fa-87b6-440c-a757-f69947b97362?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f70569bd-1e3e-44bf-8efb-7749f9bde32d/model-vers/model-ver/647a66fa-87b6-440c-a757-f69947b97362?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 06:37:48 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[153], vertex-id=[241704], x-aai-txid=[0-aai-resources-230322-06:37:48:946-68736], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T06:37:49.236Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f70569bd-1e3e-44bf-8efb-7749f9bde32d/model-vers/model-ver/647a66fa-87b6-440c-a757-f69947b97362?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-22T06:37:49.236Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f70569bd-1e3e-44bf-8efb-7749f9bde32d/model-vers/model-ver/647a66fa-87b6-440c-a757-f69947b97362?depth=0|INFO|500||InvokeReturn
2023-03-22T06:37:49.236Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T06:37:49.237Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T06:37:49.247Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T06:37:49.248Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9924a26b-a04c-4225-b032-052c7b2cf566 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T06:37:49.248Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T06:37:49.248Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:37:49.248Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:37:49.248Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467069248,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:37:50.271Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T06:37:50.272Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-22T06:37:50.272Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Node 0 disconnected.
2023-03-22T06:37:50.273Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Node 2 disconnected.
2023-03-22T06:37:50.273Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:37:50.273Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:37:50.273Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:37:50.273Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] (Re-)joining group
2023-03-22T06:37:50.277Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:37:50.277Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-7b9967c3-97af-4849-8b2d-242eba525cd1
2023-03-22T06:37:50.278Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:37:50.278Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] (Re-)joining group
2023-03-22T06:37:51.113Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:37:54.122Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:37:57.131Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:38:00.140Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:38:03.149Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:38:06.159Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:38:09.168Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:38:12.177Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:38:15.187Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:38:18.196Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:38:21.205Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:38:24.213Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:38:27.223Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:38:28.533Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:38:28.549Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:38:28.550Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] (Re-)joining group
2023-03-22T06:38:28.555Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully joined group with generation Generation{generationId=21, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T06:38:28.556Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Successfully joined group with generation Generation{generationId=21, memberId='SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-7b9967c3-97af-4849-8b2d-242eba525cd1', protocol='range'}
2023-03-22T06:38:28.560Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Finished assignment for group at generation 21: {SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-7b9967c3-97af-4849-8b2d-242eba525cd1=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-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-22T06:38:28.576Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully synced group in generation Generation{generationId=21, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T06:38:28.576Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Successfully synced group in generation Generation{generationId=21, memberId='SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-7b9967c3-97af-4849-8b2d-242eba525cd1', protocol='range'}
2023-03-22T06:38:28.577Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:38:28.577Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:38:28.577Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:38:28.578Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:38:28.581Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:38:28.581Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:38:28.581Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:38:28.582Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:38:28.582Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=827, 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-22T06:38:28.581Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:38:28.582Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:38:28.582Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:38:28.582Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:38:28.583Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:38:28.583Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:38:28.583Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-22T06:38:28.666Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-22T06:38:28.666Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"1a5e8e35-87ed-40f0-91a8-3b150a1e0fca","serviceName":"basic_onboard_NCnVBE","serviceVersion":"1.0","serviceUUID":"e5f12647-c344-47df-98f7-08a8565b00b6","serviceDescription":"service","serviceInvariantUUID":"51f08bee-59f8-40fa-935c-cd0599c584b5","resources":[{"resourceInstanceName":"basic_onboard_NCnVBE 0","resourceName":"basic_onboard_NCnVBE","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"73768750-8efc-41f5-8d10-5bfad5a080c6","resourceInvariantUUID":"3f902fda-2512-4773-9240-2d25a4405852","resourceCustomizationUUID":"f212e54c-b0bb-4702-b4c4-175e06e278d2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vf-license-model.xml","artifactChecksum":"OTA1ZTkxNzEyZTViN2JiM2U4NGIyMDBkNWU3NzNjZmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"19f3bbed-75be-40ee-b35d-a9d87796e6f1","artifactVersion":"1"},{"artifactName":"basic_onboard_ncnvbe0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json","artifactChecksum":"ZWQ3NTUzZmZlNGY2MGFmNTVmZWQ5OTA0NDFhM2ZmMTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ceda833e-13d7-416e-883f-3f2acb53642c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0dff949b-8137-4b9a-ab54-eb6f0bdd3a39","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5d7083d5-a974-48d7-8a4a-5859d7f018f7","artifactVersion":"2","generatedFromUUID":"2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNcnvbe-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-template.yml","artifactChecksum":"MzFlODEzZDM0NzhjOWZiYTdiMGRkODUxMzU2MTdmNzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"97614832-45b7-45e5-b1d5-5a9c89fe5a74","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNcnvbe-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar","artifactChecksum":"Y2Q1OGViOTJjODRmZWE4OWJiY2VjMTMxMzgxZTJlMDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aef3d4fb-c703-4c66-af36-81e4bf7b5d1d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T06:38:28.667Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:38:28.667Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:38:28.667Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:38:28.667Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:38:29.597Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:38:29.598Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:38:29.599Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:38:29.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:38:29.599Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-22T06:38:29.599Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:38:29.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:38:29.599Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:38:29.599Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:38:29.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:38:29.600Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:38:29.600Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:38:29.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:38:29.600Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466992619,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-22T06:38:29.600Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:38:29.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:38:29.601Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466993655,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 88b0302b-1d98-4d84-8518-e5897ddf5aab already exists"
}
2023-03-22T06:38:29.601Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:38:29.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:38:29.601Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466994657,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1dfc083c-bd8d-4cd6-8b75-76501219274f already exists"
}
2023-03-22T06:38:29.601Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:38:29.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:38:29.601Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467025883,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T06:38:29.602Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:38:29.602Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:38:29.602Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:38:29.602Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:38:29.602Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:38:29.602Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:38:29.602Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:38:29.602Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:38:29.602Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:38:29.602Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:38:29.603Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:38:29.603Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:38:29.603Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:38:29.603Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:38:29.603Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:38:29.603Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:38:29.603Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:38:29.603Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:38:29.603Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:38:29.603Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:38:29.603Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:38:29.603Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:38:29.603Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:38:29.603Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679466468939,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:38:29.604Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:38:29.604Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:38:29.604Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467035277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T06:38:29.604Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:38:29.604Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:38:29.604Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467036996,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bed1cd00-b292-4c69-9a78-f4650b984b17 already exists"
}
2023-03-22T06:38:29.604Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:38:29.604Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:38:29.604Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467037997,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: cb2ca461-78a5-42df-8dee-78112a494a1c already exists"
}
2023-03-22T06:38:29.604Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:38:29.604Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:38:29.604Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467069248,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T06:38:29.604Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:38:29.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:38:29.605Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:38:29.605Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:38:29.668Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:38:29.668Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:38:29.668Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:38:29.668Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:38:30.669Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:38:30.670Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:38:30.670Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:38:30.670Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:38:31.671Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:38:31.672Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:38:31.672Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:38:31.672Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:38:32.674Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:38:32.674Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:38:32.674Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:38:32.674Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:38:33.676Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:38:33.676Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:38:33.676Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:38:33.676Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:38:34.679Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:38:34.679Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:38:34.679Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:38:34.679Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:38:35.681Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "serviceName": "basic_onboard_NCnVBE",
  "serviceVersion": "1.0",
  "serviceUUID": "e5f12647-c344-47df-98f7-08a8565b00b6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "51f08bee-59f8-40fa-935c-cd0599c584b5",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_NCnVBE 0",
      "resourceCustomizationUUID": "f212e54c-b0bb-4702-b4c4-175e06e278d2",
      "resourceName": "basic_onboard_NCnVBE",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "73768750-8efc-41f5-8d10-5bfad5a080c6",
      "resourceInvariantUUID": "3f902fda-2512-4773-9240-2d25a4405852",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ncnvbe0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
          "artifactChecksum": "ZWQ3NTUzZmZlNGY2MGFmNTVmZWQ5OTA0NDFhM2ZmMTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ceda833e-13d7-416e-883f-3f2acb53642c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5d7083d5-a974-48d7-8a4a-5859d7f018f7",
            "generatedFromUUID": "2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5d7083d5-a974-48d7-8a4a-5859d7f018f7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardNcnvbe-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
      "artifactChecksum": "Y2Q1OGViOTJjODRmZWE4OWJiY2VjMTMxMzgxZTJlMDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "aef3d4fb-c703-4c66-af36-81e4bf7b5d1d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T06:38:35.681Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T06:38:35.681Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e5f12647-c344-47df-98f7-08a8565b00b6 ASDC
2023-03-22T06:38:35.681Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
ServiceName:basic_onboard_NCnVBE
ServiceVersion:1.0
ServiceUUID:e5f12647-c344-47df-98f7-08a8565b00b6
ServiceInvariantUUID:51f08bee-59f8-40fa-935c-cd0599c584b5
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNcnvbe-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar
ArtifactUUID:aef3d4fb-c703-4c66-af36-81e4bf7b5d1d
ArtifactChecksum:Y2Q1OGViOTJjODRmZWE4OWJiY2VjMTMxMzgxZTJlMDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_NCnVBE 0
ResourceCustomizationUUID:f212e54c-b0bb-4702-b4c4-175e06e278d2
ResourceInvariantUUID:3f902fda-2512-4773-9240-2d25a4405852
ResourceName:basic_onboard_NCnVBE
ResourceType:VF
ResourceUUID:73768750-8efc-41f5-8d10-5bfad5a080c6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ncnvbe0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json
ArtifactUUID:ceda833e-13d7-416e-883f-3f2acb53642c
ArtifactChecksum:ZWQ3NTUzZmZlNGY2MGFmNTVmZWQ5OTA0NDFhM2ZmMTY=
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/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml
ArtifactUUID:2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33
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/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env
ArtifactUUID:5d7083d5-a974-48d7-8a4a-5859d7f018f7
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/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env
ArtifactUUID:5d7083d5-a974-48d7-8a4a-5859d7f018f7
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-22T06:38:35.682Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e5f12647-c344-47df-98f7-08a8565b00b6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:38:35.697Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:38:35.697Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:38:35.697Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:38:35.698Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: aef3d4fb-c703-4c66-af36-81e4bf7b5d1d from URL: /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar
2023-03-22T06:38:35.698Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-22T06:38:35.698Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar
2023-03-22T06:38:35.720Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||GET Response Status 404
2023-03-22T06:38:35.720Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@34ee0ce8
2023-03-22T06:38:35.721Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T06:38:35.721Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardNcnvbe"
      ]
    }
  }
}
2023-03-22T06:38:35.721Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardNcnvbe-csar.csar /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar aef3d4fb-c703-4c66-af36-81e4bf7b5d1d Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T06:38:35.721Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar ASDC sendASDCNotification
2023-03-22T06:38:35.722Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar(Specified artifact is  not found)
2023-03-22T06:38:35.722Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T06:38:35.722Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:38:35.722Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:38:35.722Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467115721,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:38:36.724Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardNcnvbe-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar(UUID:aef3d4fb-c703-4c66-af36-81e4bf7b5d1d)
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-22T06:38:36.746Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T06:38:36.746Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 73768750-8efc-41f5-8d10-5bfad5a080c6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T06:38:36.751Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||basic_onboard_NCnVBE 0
2023-03-22T06:38:36.751Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 73768750-8efc-41f5-8d10-5bfad5a080c6
2023-03-22T06:38:36.751Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ceda833e-13d7-416e-883f-3f2acb53642c from URL: /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json
2023-03-22T06:38:36.751Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-22T06:38:36.752Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json
2023-03-22T06:38:36.769Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||GET Response Status 404
2023-03-22T06:38:36.769Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@31729ae
2023-03-22T06:38:36.769Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T06:38:36.769Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardNcnvbe"
      ]
    }
  }
}
2023-03-22T06:38:36.770Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_ncnvbe0_modules.json /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json ceda833e-13d7-416e-883f-3f2acb53642c Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T06:38:36.770Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json ASDC sendASDCNotification
2023-03-22T06:38:36.770Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json(Specified artifact is  not found)
2023-03-22T06:38:36.770Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T06:38:36.770Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:38:36.770Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:38:36.771Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467116770,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:38:37.772Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_ncnvbe0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json(UUID:ceda833e-13d7-416e-883f-3f2acb53642c)
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-22T06:38:37.773Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:38:37.786Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:38:37.788Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T06:38:37.789Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T06:39:07.797Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:39:07.814Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:39:07.817Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T06:39:07.817Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T06:39:28.533Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:39:28.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:39:28.535Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T06:39:28.535Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:39:37.817Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:39:37.834Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:39:37.837Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T06:39:37.837Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T06:40:07.837Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:40:07.855Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:40:07.859Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T06:40:07.859Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T06:40:28.533Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:40:28.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:40:28.535Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-22T06:40:28.535Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:40:28.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:40:28.535Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:40:28.535Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:40:28.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:40:28.535Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-22T06:40:28.535Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:40:28.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:40:28.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:40:28.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:40:28.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:40:28.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:40:28.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:40:28.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:40:28.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467115721,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-22T06:40:28.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:40:28.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:40:28.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467116770,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-22T06:40:28.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:40:37.859Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:40:37.872Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:40:37.875Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T06:40:37.875Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T06:41:07.875Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:41:07.905Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:41:07.910Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T06:41:07.910Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T06:41:28.533Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:41:28.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.541Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679467241906,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:41:28.542Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.542Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.542Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679467261769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:41:28.542Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.542Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.542Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467244656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:41:28.542Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.543Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.543Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "aai-model-loader",
  "timestamp": 1679467256860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:41:28.543Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.543Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.543Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679467240874,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:41:28.543Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.543Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.543Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679467241906,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:41:28.543Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.543Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.543Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467244656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:41:28.544Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.544Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "aai-model-loader",
  "timestamp": 1679467256860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:41:28.544Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.544Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679467240874,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T06:41:28.544Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.544Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679467261769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:41:28.544Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.545Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679467241906,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:41:28.545Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.545Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679467261769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:41:28.545Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.545Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "aai-model-loader",
  "timestamp": 1679467256860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:41:28.545Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.545Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679467240874,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-22T06:41:28.545Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.546Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467244656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-22T06:41:28.546Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.546Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679467241906,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:41:28.546Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.546Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679467261769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:41:28.546Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.546Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "aai-model-loader",
  "timestamp": 1679467256860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:41:28.547Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.547Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467244656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:41:28.547Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.547Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679467240874,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:41:28.547Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.547Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679467266034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:41:28.547Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.548Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.548Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679467241906,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:41:28.548Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.548Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.548Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679467261769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:41:28.548Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.548Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.548Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "aai-model-loader",
  "timestamp": 1679467256860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:41:28.548Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.548Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.548Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679467240874,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-22T06:41:28.549Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.549Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.549Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467244656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:41:28.549Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.549Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.549Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679467266034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:41:28.549Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.549Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.549Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679467241906,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:41:28.549Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.550Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679467261769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:41:28.550Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.550Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467244656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:41:28.550Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.550Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679467240874,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-22T06:41:28.550Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.550Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "aai-model-loader",
  "timestamp": 1679467256860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:41:28.550Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.551Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.551Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679467266034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:41:28.551Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.551Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.551Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679467241906,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:41:28.551Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.551Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.551Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679467261769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:41:28.551Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.551Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.551Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467244656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:41:28.551Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.552Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.552Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "aai-model-loader",
  "timestamp": 1679467256860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:41:28.552Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.552Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.552Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679467240874,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-22T06:41:28.552Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.552Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.552Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679467266034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:41:28.552Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.552Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.552Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679467241906,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:41:28.552Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.553Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.553Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679467261769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:41:28.553Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.553Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.553Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467244656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:41:28.553Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.553Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.553Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "aai-model-loader",
  "timestamp": 1679467256860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:41:28.553Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.553Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.554Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679467240874,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:41:28.554Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.554Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.554Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679467266034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:41:28.554Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.554Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.554Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679467241906,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:41:28.554Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.554Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.554Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679467261769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:41:28.554Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.554Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.555Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467244656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:41:28.555Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.555Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.555Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "aai-model-loader",
  "timestamp": 1679467256860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:41:28.555Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.555Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.555Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679467240874,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:41:28.555Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.555Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.555Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679467266034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:41:28.555Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.555Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.555Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679467241906,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:41:28.555Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.555Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.555Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467244656,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:41:28.555Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.555Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.555Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679467261769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:41:28.556Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.556Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.556Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679467240874,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:41:28.556Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.556Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.556Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "aai-model-loader",
  "timestamp": 1679467256860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:41:28.556Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.556Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.556Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679467266034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:41:28.556Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.556Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.556Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679467273756,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-22T06:41:28.556Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.556Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.556Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679467273721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T06:41:28.556Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.556Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.557Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "aai-model-loader",
  "timestamp": 1679467274418,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T06:41:28.557Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.557Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.557Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467274477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T06:41:28.557Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.557Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.557Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679467266034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:41:28.557Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.557Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.557Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467275480,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-22T06:41:28.557Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.557Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.557Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679467274861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-22T06:41:28.557Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.557Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.557Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679467266034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:41:28.557Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.557Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.558Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467276481,
  "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-22T06:41:28.594Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fa44765c-1a55-4753-a677-dc05edd228ff
2023-03-22T06:41:28.594Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa44765c-1a55-4753-a677-dc05edd228ff 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-22T06:41:28.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.613Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679467266034,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:41:28.613Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.613Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679467275958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-03-22T06:41:28.613Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.613Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679467276832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T06:41:28.613Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.614Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679467277074,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-03-22T06:41:28.614Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.614Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679467278928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-22T06:41:28.614Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.614Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679467279407,
  "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-22T06:41:28.625Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fa44765c-1a55-4753-a677-dc05edd228ff
2023-03-22T06:41:28.625Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa44765c-1a55-4753-a677-dc05edd228ff 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-22T06:41:28.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.638Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "aai-model-loader",
  "timestamp": 1679467280244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-22T06:41:28.639Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.639Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.639Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679467279935,
  "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-22T06:41:28.648Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fa44765c-1a55-4753-a677-dc05edd228ff
2023-03-22T06:41:28.648Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa44765c-1a55-4753-a677-dc05edd228ff 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-22T06:41:28.664Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.664Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679467280413,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-22T06:41:28.664Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:41:28.664Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:41:28.664Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "aai-model-loader",
  "timestamp": 1679467281246,
  "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-22T06:41:28.673Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fa44765c-1a55-4753-a677-dc05edd228ff
2023-03-22T06:41:28.673Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa44765c-1a55-4753-a677-dc05edd228ff 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-22T06:41:37.911Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:41:37.939Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:41:37.943Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T06:41:37.943Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T06:42:07.944Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:42:07.970Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:42:07.974Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T06:42:07.975Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T06:42:28.533Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:42:28.543Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.543Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679467274725,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.544Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.545Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679467281417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.545Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.545Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679467281737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.545Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.546Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467277483,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.546Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.546Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "aai-model-loader",
  "timestamp": 1679467286860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.546Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.546Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679467274725,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.546Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.546Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679467281737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.547Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.547Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "aai-model-loader",
  "timestamp": 1679467286860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.547Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.547Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467277483,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.547Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.547Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679467281417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T06:42:28.548Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.548Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.548Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679467296034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.548Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.549Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.549Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679467274725,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.549Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.549Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.549Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679467281737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.550Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.550Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "aai-model-loader",
  "timestamp": 1679467286860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.550Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.551Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.551Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679467281417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-22T06:42:28.551Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.551Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.551Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467277483,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-22T06:42:28.551Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.552Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.552Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679467296034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.553Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.553Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.553Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679467274725,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.553Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.553Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.553Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467277483,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.554Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.554Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.554Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679467281417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.554Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.554Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.554Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "aai-model-loader",
  "timestamp": 1679467286860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.554Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.554Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.555Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679467281737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.555Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.555Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.555Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679467296034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.556Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.556Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.556Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679467274725,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.556Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.557Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.557Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467277483,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.557Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.558Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.558Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679467281737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.558Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.558Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.558Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679467281417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-22T06:42:28.558Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.559Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.559Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "aai-model-loader",
  "timestamp": 1679467286860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.559Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.559Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.559Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679467296034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.559Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.559Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.559Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679467274725,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.560Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.560Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.560Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679467281737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.560Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.560Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.560Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467277483,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.560Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.561Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.561Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "aai-model-loader",
  "timestamp": 1679467286860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.561Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.561Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.561Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679467281417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.561Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.561Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.562Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679467296034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.562Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.562Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.562Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679467274725,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.562Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.562Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.562Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467277483,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.562Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.563Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.563Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679467281737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.563Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.563Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.563Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679467281417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.563Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.563Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.563Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "aai-model-loader",
  "timestamp": 1679467286860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.564Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.564Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679467296034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.564Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.564Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679467274725,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:42:28.564Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.564Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679467281737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.564Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.565Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467277483,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:42:28.565Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.565Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679467281417,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:42:28.565Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.565Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "aai-model-loader",
  "timestamp": 1679467286860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:42:28.565Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.565Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679467296034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.565Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.566Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.566Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679467304421,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.566Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.566Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.566Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679467296034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:42:28.566Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.566Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.566Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679467303886,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T06:42:28.566Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.567Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679467303924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-22T06:42:28.567Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.567Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467304630,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T06:42:28.567Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.567Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "aai-model-loader",
  "timestamp": 1679467304574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T06:42:28.567Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.567Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679467304421,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.567Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.568Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467305632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-22T06:42:28.568Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.568Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679467304890,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.568Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.568Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679467304812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T06:42:28.568Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.568Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679467305038,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-22T06:42:28.568Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.568Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679467304421,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.568Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.568Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679467304890,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.569Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.569Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.569Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467306634,
  "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-22T06:42:28.597Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 45a52259-369a-4eb1-b310-4edc96390d56
2023-03-22T06:42:28.597Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45a52259-369a-4eb1-b310-4edc96390d56 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-22T06:42:28.612Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.612Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679467306139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-03-22T06:42:28.612Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.612Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.612Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679467304421,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.612Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.612Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.614Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679467304890,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.614Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.614Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467307636,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.614Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.615Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.615Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679467306892,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-22T06:42:28.615Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.615Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.615Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679467307195,
  "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-22T06:42:28.624Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 45a52259-369a-4eb1-b310-4edc96390d56
2023-03-22T06:42:28.624Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45a52259-369a-4eb1-b310-4edc96390d56 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-22T06:42:28.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.635Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679467304421,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.635Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.635Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679467304890,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.635Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.635Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467307636,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.636Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.636Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679467307896,
  "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-22T06:42:28.644Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 45a52259-369a-4eb1-b310-4edc96390d56
2023-03-22T06:42:28.644Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45a52259-369a-4eb1-b310-4edc96390d56 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-22T06:42:28.664Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.665Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679467308197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-22T06:42:28.665Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.665Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.665Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679467304421,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.665Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.665Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.665Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679467304890,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.665Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.665Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.665Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467307636,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.666Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.666Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.666Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679467309200,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.666Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.666Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.666Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "aai-model-loader",
  "timestamp": 1679467309920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-22T06:42:28.666Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.666Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.666Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679467304421,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-03-22T06:42:28.666Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.666Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.666Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679467304890,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.667Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.667Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.667Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467307636,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.667Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.667Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.667Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679467309200,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.667Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.667Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.668Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "aai-model-loader",
  "timestamp": 1679467310922,
  "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-22T06:42:28.675Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 45a52259-369a-4eb1-b310-4edc96390d56
2023-03-22T06:42:28.675Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45a52259-369a-4eb1-b310-4edc96390d56 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-22T06:42:28.690Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.691Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679467304421,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.691Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.691Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.691Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679467304890,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.691Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.691Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.691Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467307636,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.692Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.692Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.692Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679467309200,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.692Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.692Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.692Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679467304421,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.692Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.692Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.692Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679467304890,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.692Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.692Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.692Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467307636,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.693Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.693Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.693Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679467309200,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.693Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.693Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.693Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679467304890,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:42:28.693Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.693Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.693Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467307636,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.693Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.693Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.693Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679467309200,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.694Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.694Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.694Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467307636,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.694Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.694Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.694Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679467314015,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T06:42:28.694Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.694Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.694Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679467309200,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.694Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.694Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.694Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467307636,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:42:28.694Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.694Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.694Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679467309200,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.694Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.694Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.694Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467316777,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T06:42:28.695Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.695Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.695Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "aai-model-loader",
  "timestamp": 1679467316860,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.695Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.695Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.695Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679467309200,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.695Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.695Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.695Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467317780,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-22T06:42:28.695Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.695Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.695Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "aai-model-loader",
  "timestamp": 1679467316860,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.695Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.695Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.695Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679467309200,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:42:28.695Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.695Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.695Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679467318782,
  "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-22T06:42:28.712Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 20fb9d86-10ff-4439-a6b7-637734de8ce1
2023-03-22T06:42:28.712Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20fb9d86-10ff-4439-a6b7-637734de8ce1 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-22T06:42:28.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.722Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "aai-model-loader",
  "timestamp": 1679467316860,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.722Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.722Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.722Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "aai-model-loader",
  "timestamp": 1679467316860,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.722Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.722Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.722Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "aai-model-loader",
  "timestamp": 1679467316860,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.722Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.722Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.722Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "aai-model-loader",
  "timestamp": 1679467316860,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.722Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.722Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.723Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "aai-model-loader",
  "timestamp": 1679467316860,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.723Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.723Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.723Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "aai-model-loader",
  "timestamp": 1679467316860,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.723Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.723Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.723Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "aai-model-loader",
  "timestamp": 1679467316860,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:42:28.723Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.723Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.723Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "aai-model-loader",
  "timestamp": 1679467325992,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T06:42:28.723Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.724Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679467326034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.724Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.724Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679467326034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.724Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.724Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "aai-model-loader",
  "timestamp": 1679467329532,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-22T06:42:28.724Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.724Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679467326034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.724Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.725Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "aai-model-loader",
  "timestamp": 1679467330534,
  "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-22T06:42:28.728Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 20fb9d86-10ff-4439-a6b7-637734de8ce1
2023-03-22T06:42:28.728Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20fb9d86-10ff-4439-a6b7-637734de8ce1 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-22T06:42:28.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.735Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679467326034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.735Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.735Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679467326034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.735Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.736Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679467326034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.736Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.736Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679467326034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.736Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.736Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679467326034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:42:28.736Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.736Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679467326034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:42:28.736Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.736Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679467335845,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T06:42:28.736Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.736Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679467337624,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-22T06:42:28.736Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:42:28.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:42:28.736Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679467338627,
  "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-22T06:42:28.739Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 20fb9d86-10ff-4439-a6b7-637734de8ce1
2023-03-22T06:42:28.739Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20fb9d86-10ff-4439-a6b7-637734de8ce1 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-22T06:42:37.975Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:42:38.002Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:42:38.006Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T06:42:38.006Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T06:43:08.006Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:43:08.029Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:43:08.033Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T06:43:08.034Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T06:43:28.533Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:43:28.746Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:43:28.746Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Member SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-7b9967c3-97af-4849-8b2d-242eba525cd1 sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-22T06:43:28.747Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-22T06:43:28.747Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-22T06:43:29.444Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:43:29.456Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:43:29.457Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] (Re-)joining group
2023-03-22T06:43:29.461Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully joined group with generation Generation{generationId=22, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T06:43:29.461Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Finished assignment for group at generation 22: {SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-22T06:43:29.476Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully synced group in generation Generation{generationId=22, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T06:43:29.477Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:43:29.477Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:43:29.482Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:43:29.482Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:43:29.483Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:43:29.483Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1059, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-22T06:43:29.484Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:43:29.484Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:43:38.034Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-22T06:43:38.034Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T06:43:38.046Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca and serviceModelVersionId: e5f12647-c344-47df-98f7-08a8565b00b6
2023-03-22T06:43:38.046Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 51f08bee-59f8-40fa-935c-cd0599c584b5
2023-03-22T06:43:38.047Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0
2023-03-22T06:43:38.054Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T06:43:38.070Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?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-22T06:43:38.071Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|INFO|500||Invoke
2023-03-22T06:43:38.077Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-22T06:43:38.115Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-22T06:43:38.115Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0 has http status code:404 and response headers:{date=[Wed, 22 Mar 2023 06:43:37 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[35], x-aai-txid=[1-aai-resources-230322-06:43:37:946-57177], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T06:43:38.117Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6","ERR.5.4.6114"]}}}

2023-03-22T06:43:38.121Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
2023-03-22T06:43:38.121Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T06:43:38.121Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
2023-03-22T06:43:38.121Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T06:43:38.129Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T06:43:38.129Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
2023-03-22T06:43:38.129Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-22T06:43:38.129Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:43:38.129Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:43:38.129Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467418129,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:43:38.146Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:43:38.147Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467418129,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec\u003dERR.5.4.6114)"
}
2023-03-22T06:43:38.147Z||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-22T06:43:39.161Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-22T06:43:39.161Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"fbc0587e-4f99-4206-ac97-4f248ab7b2de","serviceName":"vFW 2023-03-22 05-25-55","serviceVersion":"1.0","serviceUUID":"eda70000-0f19-4eaf-b072-0771557b768b","serviceDescription":"catalog service description","serviceInvariantUUID":"54638bfb-5802-44c3-ba60-61ecd799a1bc","resources":[{"resourceInstanceName":"vFW 3229eeab-6ab8 0","resourceName":"vFW 3229eeab-6ab8","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850","resourceInvariantUUID":"6f487355-e424-4b76-9ef4-7f60cecc0cee","resourceCustomizationUUID":"bbf43dff-a85c-4ce3-9384-ff2f1d0c1478","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vf-license-model.xml","artifactChecksum":"ZTk2NGJjN2RmNjIyODk5M2YxODVjYWM0MmE5NDU2NjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"327fa8b9-2434-45ca-a5cb-6c0e0c48f279","artifactVersion":"1"},{"artifactName":"vfw3229eeab6ab80_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json","artifactChecksum":"YjhjOTY1OGI5YWEyOGJhODkwMWIwMzBlYjcwYTEyMzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"127b1619-50cf-438a-a046-c05d6a5e780b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"24d6c314-9225-43b0-9b4a-495965c4b649","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vendor-license-model.xml","artifactChecksum":"ZDIwMTBhYTFkOWY1ZTc0YTc0OTM0MmE0Zjg3NTI4Zjc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e883ee8a-b506-436c-8720-ece3099298d8","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"50d273c5-c4c8-48ad-97b1-0fcf90649b8d","artifactVersion":"2","generatedFromUUID":"24d6c314-9225-43b0-9b4a-495965c4b649"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230322052555-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-template.yml","artifactChecksum":"MDkzODk1YzU4OTAyYTFlOWM5YTFkYjljNWYxMWFmMjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"527da56d-ecd6-45fc-81ca-1ca14b3fe96a","artifactVersion":"1"},{"artifactName":"service-Vfw20230322052555-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar","artifactChecksum":"OTBmMWEwY2YzZDk1MzU0NzhlY2RiOTFkMjc5YTVkOGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T06:43:39.162Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:43:39.162Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:43:39.162Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:43:39.162Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:43:40.163Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:43:40.163Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:43:40.164Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:43:40.164Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:43:41.165Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:43:41.165Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:43:41.166Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:43:41.166Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:43:42.166Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:43:42.167Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:43:42.167Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:43:42.167Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:43:43.168Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:43:43.168Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:43:43.168Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:43:43.169Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:43:44.170Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:43:44.170Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:43:44.170Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:43:44.170Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:43:45.172Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:43:45.172Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:43:45.172Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:43:45.172Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:43:46.174Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "serviceName": "vFW 2023-03-22 05-25-55",
  "serviceVersion": "1.0",
  "serviceUUID": "eda70000-0f19-4eaf-b072-0771557b768b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "54638bfb-5802-44c3-ba60-61ecd799a1bc",
  "resources": [
    {
      "resourceInstanceName": "vFW 3229eeab-6ab8 0",
      "resourceCustomizationUUID": "bbf43dff-a85c-4ce3-9384-ff2f1d0c1478",
      "resourceName": "vFW 3229eeab-6ab8",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850",
      "resourceInvariantUUID": "6f487355-e424-4b76-9ef4-7f60cecc0cee",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw3229eeab6ab80_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json",
          "artifactChecksum": "YjhjOTY1OGI5YWEyOGJhODkwMWIwMzBlYjcwYTEyMzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "127b1619-50cf-438a-a046-c05d6a5e780b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "24d6c314-9225-43b0-9b4a-495965c4b649",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "50d273c5-c4c8-48ad-97b1-0fcf90649b8d",
            "generatedFromUUID": "24d6c314-9225-43b0-9b4a-495965c4b649"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "50d273c5-c4c8-48ad-97b1-0fcf90649b8d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230322052555-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
      "artifactChecksum": "OTBmMWEwY2YzZDk1MzU0NzhlY2RiOTFkMjc5YTVkOGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T06:43:46.175Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T06:43:46.175Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eda70000-0f19-4eaf-b072-0771557b768b ASDC
2023-03-22T06:43:46.175Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:fbc0587e-4f99-4206-ac97-4f248ab7b2de
ServiceName:vFW 2023-03-22 05-25-55
ServiceVersion:1.0
ServiceUUID:eda70000-0f19-4eaf-b072-0771557b768b
ServiceInvariantUUID:54638bfb-5802-44c3-ba60-61ecd799a1bc
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230322052555-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar
ArtifactUUID:bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f
ArtifactChecksum:OTBmMWEwY2YzZDk1MzU0NzhlY2RiOTFkMjc5YTVkOGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 3229eeab-6ab8 0
ResourceCustomizationUUID:bbf43dff-a85c-4ce3-9384-ff2f1d0c1478
ResourceInvariantUUID:6f487355-e424-4b76-9ef4-7f60cecc0cee
ResourceName:vFW 3229eeab-6ab8
ResourceType:VF
ResourceUUID:bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw3229eeab6ab80_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json
ArtifactUUID:127b1619-50cf-438a-a046-c05d6a5e780b
ArtifactChecksum:YjhjOTY1OGI5YWEyOGJhODkwMWIwMzBlYjcwYTEyMzA=
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/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml
ArtifactUUID:24d6c314-9225-43b0-9b4a-495965c4b649
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/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env
ArtifactUUID:50d273c5-c4c8-48ad-97b1-0fcf90649b8d
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/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env
ArtifactUUID:50d273c5-c4c8-48ad-97b1-0fcf90649b8d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-22T06:43:46.175Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eda70000-0f19-4eaf-b072-0771557b768b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:43:46.221Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:43:46.221Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:43:46.222Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:43:46.222Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f from URL: /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar
2023-03-22T06:43:46.222Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-22T06:43:46.222Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar
2023-03-22T06:43:46.536Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-03-22T06:43:46.538Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f 101497
2023-03-22T06:43:46.539Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar ASDC sendASDCNotification
2023-03-22T06:43:46.539Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar
2023-03-22T06:43:46.539Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T06:43:46.540Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:43:46.540Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:43:46.540Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467426539,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:43:47.542Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:43:47.542Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:43:47.543Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f, URL: /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar to file: /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:43:47.543Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230322052555-csar.csar
2023-03-22T06:43:47.544Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:43:47.544Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:43:47.661Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7491930865614789289/Definitions/service-Vfw20230322052555-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-22T06:43:49.260Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-22T06:43:49.260Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-03-22T06:43:49.260Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:43:49.261Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-22T06:43:49.261Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:43:49.261Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3229eeab-6ab8 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-Vfw20230322052555-csar.csar
2023-03-22T06:43:49.261Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:43:49.261Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:43:49.261Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:43:49.261Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:43:49.261Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:43:49.261Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:43:49.261Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:43:49.261Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:43:49.261Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:43:49.261Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-03-22T06:43:49.261Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:43:49.261Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:43:49.261Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T06:43:49.261Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-03-22T06:43:49.261Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T06:43:49.262Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:43:49.262Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:43:49.262Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T06:43:49.262Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-03-22T06:43:49.262Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T06:43:49.262Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:43:49.262Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:43:49.262Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:43:49.262Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is not matching search criteria
2023-03-22T06:43:49.262Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T06:43:49.262Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T06:43:49.262Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:43:49.262Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T06:43:49.262Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T06:43:49.262Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:43:49.262Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T06:43:49.262Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T06:43:49.262Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T06:43:49.263Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:43:49.263Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T06:43:49.263Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T06:43:49.263Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T06:43:49.263Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T06:43:49.263Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:43:49.263Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-22T06:43:49.263Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:43:49.263Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-22T06:43:49.263Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:43:49.263Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T06:43:49.263Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T06:43:49.263Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:43:49.263Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T06:43:49.264Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T06:43:49.264Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:43:49.264Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T06:43:49.264Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T06:43:49.264Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:43:49.264Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is not matching search criteria
2023-03-22T06:43:49.264Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T06:43:49.264Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-22T06:43:49.264Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T06:43:49.264Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T06:43:49.264Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T06:43:49.264Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:43:49.264Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T06:43:49.264Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T06:43:49.264Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T06:43:49.264Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T06:43:49.264Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:43:49.264Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=aa314a86-cb0e-4a5b-b3dc-67ab85529aa3
2023-03-22T06:43:49.264Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:43:49.264Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is not matching search criteria
2023-03-22T06:43:49.264Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T06:43:49.265Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T06:43:49.265Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:43:49.265Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T06:43:49.265Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T06:43:49.265Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:43:49.265Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T06:43:49.265Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-22T06:43:49.265Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T06:43:49.265Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T06:43:49.265Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T06:43:49.265Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:43:49.265Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d9998ff5-07a8-4e06-a366-e2fa06343e60
2023-03-22T06:43:49.265Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:43:49.265Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is not matching search criteria
2023-03-22T06:43:49.265Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T06:43:49.265Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T06:43:49.265Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:43:49.265Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T06:43:49.266Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T06:43:49.266Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:43:49.266Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T06:43:49.266Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T06:43:49.266Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T06:43:49.266Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:43:49.266Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T06:43:49.266Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-22T06:43:49.266Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=72136b1f-0061-4b5e-8c0f-044f0a8cd6b2
2023-03-22T06:43:49.266Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:43:49.266Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:43:49.266Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:43:49.266Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:43:49.266Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:43:49.266Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:43:49.266Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:43:49.266Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:43:49.266Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-22 05-25-55
Description:catalog service description
Model UUID:eda70000-0f19-4eaf-b072-0771557b768b
Model Version:NULL
Model InvariantUuid:54638bfb-5802-44c3-ba60-61ecd799a1bc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 3229eeab-6ab8
Model UUID:dd90c608-56d0-4044-b77e-6f9404d60812
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6f487355-e424-4b76-9ef4-7f60cecc0cee
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bbf43dff-a85c-4ce3-9384-ff2f1d0c1478
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2340f6cb-b4db-4011-b9c3-b4bb2848eb7c
ModelName:Vfw3229eeab6ab8..base_vfw..module-0
ModelUuid:c74453a0-bfa7-4668-9055-82db75071a8d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:aa314a86-cb0e-4a5b-b3dc-67ab85529aa3
ModelInvariantUuid:74332490-9cd4-4220-be9e-93c4591dd72d
ModelName:vFW 3229eeab-6ab8-nodes.vfwCvfc
ModelUuid:61ffbf75-6e28-4757-a025-b2c0ab962a74
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:b563dbc2-8b56-450f-a599-b56cc6be1007
ModelInvariantUuid:e6f4acf5-2121-4837-8eb8-e79dbf0b46ec
ModelName:Vfw3229eeab6ab8.compute.nodes.heat.vfw
ModelUuid:3ddfdfb8-55a4-40cd-9b94-9474bbb1c6d3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:d9998ff5-07a8-4e06-a366-e2fa06343e60
ModelInvariantUuid:75eef7ce-cbf0-426f-a147-534c62c9b134
ModelName:vFW 3229eeab-6ab8-nodes.vsnCvfc
ModelUuid:4c386c48-c8e8-4e57-8fc6-0995d6047810
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:7ea81968-c783-413a-9c62-f56e7faf2485
ModelInvariantUuid:8251d429-389a-4c59-b3bb-f88c27094de4
ModelName:Vfw3229eeab6ab8.compute.nodes.heat.vsn
ModelUuid:7baacf9a-a7aa-4a5d-9cd8-e291da6e2df3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:72136b1f-0061-4b5e-8c0f-044f0a8cd6b2
ModelInvariantUuid:212509d2-d95e-4210-9e4f-19fde5069d41
ModelName:vFW 3229eeab-6ab8-nodes.vpgCvfc
ModelUuid:44417cb2-1a4d-4bbd-972e-b0b0505ab818
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:1600c0ab-d5be-4c3c-83e2-1b664c1463d8
ModelInvariantUuid:d3c4495c-70b8-4c49-b3c6-423d142f6163
ModelName:Vfw3229eeab6ab8.compute.nodes.heat.vpg
ModelUuid:c23fe525-aef3-474a-ba0e-b18de4f76ede
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-22T06:43:49.309Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||ERROR|500||Csar with UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f already exists
2023-03-22T06:43:49.309Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar ASDC sendASDCNotification
2023-03-22T06:43:49.309Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar(Csar with UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f already exists)
2023-03-22T06:43:49.310Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:43:49.310Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:43:49.310Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:43:49.310Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467429309,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:43:50.311Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar ASDC sendASDCNotification
2023-03-22T06:43:50.311Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar(Resource with UUID: bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850 already exists)
2023-03-22T06:43:50.311Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:43:50.311Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:43:50.312Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:43:50.312Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467430311,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:43:51.312Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fbc0587e-4f99-4206-ac97-4f248ab7b2de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:43:51.333Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fbc0587e-4f99-4206-ac97-4f248ab7b2de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:43:51.336Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T06:43:51.336Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T06:43:51.336Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T06:43:51.336Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T06:43:51.337Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:43:51.337Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:43:51.337Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:43:51.337Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:43:51.337Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-22T06:43:51.347Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T06:44:21.348Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fbc0587e-4f99-4206-ac97-4f248ab7b2de and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T06:44:21.360Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fbc0587e-4f99-4206-ac97-4f248ab7b2de and serviceModelVersionId: eda70000-0f19-4eaf-b072-0771557b768b
2023-03-22T06:44:21.360Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 54638bfb-5802-44c3-ba60-61ecd799a1bc
2023-03-22T06:44:21.361Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0
2023-03-22T06:44:21.368Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T06:44:21.381Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0|INFO|500||Invoke
2023-03-22T06:44:21.382Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fbc0587e-4f99-4206-ac97-4f248ab7b2de], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[37344f28-852f-498a-9989-d6a1d654af94], X-ECOMP-RequestID=[fbc0587e-4f99-4206-ac97-4f248ab7b2de], X-TransactionId=[], X-ONAP-RequestID=[fbc0587e-4f99-4206-ac97-4f248ab7b2de], Content-Type=[application/merge-patch+json]}
2023-03-22T06:44:21.392Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T06:44:21.547Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 06:44:21 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[151], vertex-id=[188528], x-aai-txid=[1-aai-resources-230322-06:44:21:262-23156], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T06:44:21.547Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-22T06:44:21.548Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0|INFO|500||InvokeReturn
2023-03-22T06:44:21.548Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T06:44:21.549Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T06:44:21.556Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T06:44:21.557Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fbc0587e-4f99-4206-ac97-4f248ab7b2de and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T06:44:21.557Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T06:44:21.558Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:44:21.558Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:44:21.558Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467461557,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:44:22.590Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-22T06:44:22.590Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"e45a6ddb-db7b-441f-b7ed-2e79323362e4","serviceName":"vFW 2023-03-22 05-39-11","serviceVersion":"1.0","serviceUUID":"562f90e9-8e25-4df5-abb7-1b0c5d5c58ec","serviceDescription":"catalog service description","serviceInvariantUUID":"52e7b3d8-c424-43b5-ac13-789d4eb414c3","resources":[{"resourceInstanceName":"vFW c60b0202-0ea7 0","resourceName":"vFW c60b0202-0ea7","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a403d108-1e0a-4b72-ac99-f7abbce4ed23","resourceInvariantUUID":"8351f926-86d0-4cb7-823c-18b7802f48a1","resourceCustomizationUUID":"06e7df1e-8a54-4cc2-9b1f-86a8234bc06f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vf-license-model.xml","artifactChecksum":"NDhhYmFmMmY5Zjc5MTk2MDI3NzVkOTc0YWFhZTk1MDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ac048545-2b2d-4e16-a159-921d7d783742","artifactVersion":"1"},{"artifactName":"vfwc60b02020ea70_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json","artifactChecksum":"NmViOGFlN2U2MzE3NTY0NTdmNGY4MzJhZjFjYTMwMGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6849c46b-4130-4e78-b948-01a8c8600c05","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vendor-license-model.xml","artifactChecksum":"ZDJhNGY2ZjE0MGM0NGY4MWIzODE0ZDdlNjY3MmQ1NWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"330b063c-7793-44ce-a503-a49511c0d654","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"70401413-6f4d-49ec-be0e-187b3f996134","artifactVersion":"2","generatedFromUUID":"6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230322053911-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-template.yml","artifactChecksum":"ZjQ2NmEzOGYwMGNjYWE2Y2ZiZjYwOTcyYjExYWJiMDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4242fb19-e71a-48c4-b953-65a008cd83b8","artifactVersion":"1"},{"artifactName":"service-Vfw20230322053911-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar","artifactChecksum":"MzQ2NDA1NGJmMDE1NjcxMTQxM2RjMWJkYTQ5MDNjMDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"92a1cf4b-1054-452b-880a-e75dccd519aa","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T06:44:22.591Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:44:22.591Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:44:22.591Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:44:22.591Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:44:23.592Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:44:23.593Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:44:23.593Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:44:23.593Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:44:24.595Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:44:24.595Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:44:24.595Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:44:24.595Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:44:25.597Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:44:25.597Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:44:25.597Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:44:25.598Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:44:26.599Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:44:26.599Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:44:26.600Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:44:26.600Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:44:27.601Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:44:27.601Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:44:27.602Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:44:27.602Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:44:28.533Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:44:28.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:44:28.540Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:44:28.540Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:44:28.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:44:28.540Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T06:44:28.540Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:44:28.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:44:28.541Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-22T06:44:28.541Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:44:28.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:44:28.541Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:44:28.541Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:44:28.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:44:28.541Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-22T06:44:28.541Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:44:28.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:44:28.541Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:44:28.541Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:44:28.542Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:44:28.542Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:44:28.542Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:44:28.542Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:44:28.542Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467426539,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T06:44:28.542Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:44:28.542Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:44:28.542Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467429309,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f already exists"
}
2023-03-22T06:44:28.543Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:44:28.543Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:44:28.543Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467430311,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850 already exists"
}
2023-03-22T06:44:28.543Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:44:28.543Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:44:28.543Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467461557,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T06:44:28.543Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:44:28.543Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:44:28.543Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:44:28.544Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:44:28.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:44:28.544Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T06:44:28.544Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:44:28.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:44:28.544Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-22T06:44:28.544Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:44:28.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:44:28.545Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:44:28.545Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:44:28.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:44:28.545Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-22T06:44:28.545Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:44:28.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:44:28.546Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:44:28.546Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:44:28.603Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:44:28.603Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:44:28.603Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:44:28.604Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:44:29.605Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "serviceName": "vFW 2023-03-22 05-39-11",
  "serviceVersion": "1.0",
  "serviceUUID": "562f90e9-8e25-4df5-abb7-1b0c5d5c58ec",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "52e7b3d8-c424-43b5-ac13-789d4eb414c3",
  "resources": [
    {
      "resourceInstanceName": "vFW c60b0202-0ea7 0",
      "resourceCustomizationUUID": "06e7df1e-8a54-4cc2-9b1f-86a8234bc06f",
      "resourceName": "vFW c60b0202-0ea7",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a403d108-1e0a-4b72-ac99-f7abbce4ed23",
      "resourceInvariantUUID": "8351f926-86d0-4cb7-823c-18b7802f48a1",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc60b02020ea70_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json",
          "artifactChecksum": "NmViOGFlN2U2MzE3NTY0NTdmNGY4MzJhZjFjYTMwMGQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6849c46b-4130-4e78-b948-01a8c8600c05",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "70401413-6f4d-49ec-be0e-187b3f996134",
            "generatedFromUUID": "6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "70401413-6f4d-49ec-be0e-187b3f996134",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230322053911-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
      "artifactChecksum": "MzQ2NDA1NGJmMDE1NjcxMTQxM2RjMWJkYTQ5MDNjMDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "92a1cf4b-1054-452b-880a-e75dccd519aa"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T06:44:29.606Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T06:44:29.606Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 562f90e9-8e25-4df5-abb7-1b0c5d5c58ec ASDC
2023-03-22T06:44:29.606Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:e45a6ddb-db7b-441f-b7ed-2e79323362e4
ServiceName:vFW 2023-03-22 05-39-11
ServiceVersion:1.0
ServiceUUID:562f90e9-8e25-4df5-abb7-1b0c5d5c58ec
ServiceInvariantUUID:52e7b3d8-c424-43b5-ac13-789d4eb414c3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230322053911-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar
ArtifactUUID:92a1cf4b-1054-452b-880a-e75dccd519aa
ArtifactChecksum:MzQ2NDA1NGJmMDE1NjcxMTQxM2RjMWJkYTQ5MDNjMDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c60b0202-0ea7 0
ResourceCustomizationUUID:06e7df1e-8a54-4cc2-9b1f-86a8234bc06f
ResourceInvariantUUID:8351f926-86d0-4cb7-823c-18b7802f48a1
ResourceName:vFW c60b0202-0ea7
ResourceType:VF
ResourceUUID:a403d108-1e0a-4b72-ac99-f7abbce4ed23
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc60b02020ea70_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json
ArtifactUUID:6849c46b-4130-4e78-b948-01a8c8600c05
ArtifactChecksum:NmViOGFlN2U2MzE3NTY0NTdmNGY4MzJhZjFjYTMwMGQ=
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/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml
ArtifactUUID:6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5
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/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env
ArtifactUUID:70401413-6f4d-49ec-be0e-187b3f996134
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/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env
ArtifactUUID:70401413-6f4d-49ec-be0e-187b3f996134
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-22T06:44:29.606Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 562f90e9-8e25-4df5-abb7-1b0c5d5c58ec ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:44:29.653Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:44:29.653Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:44:29.653Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:44:29.653Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa from URL: /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar
2023-03-22T06:44:29.654Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-22T06:44:29.654Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar
2023-03-22T06:44:29.931Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-03-22T06:44:29.934Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar 92a1cf4b-1054-452b-880a-e75dccd519aa 101506
2023-03-22T06:44:29.935Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar ASDC sendASDCNotification
2023-03-22T06:44:29.935Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar
2023-03-22T06:44:29.935Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T06:44:29.935Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:44:29.935Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:44:29.935Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467469935,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:44:30.937Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:44:30.938Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:44:30.938Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa, URL: /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar to file: /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:44:30.939Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230322053911-csar.csar
2023-03-22T06:44:30.940Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:44:30.940Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:44:31.053Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12509281424969606399/Definitions/service-Vfw20230322053911-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-22T06:44:32.597Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-22T06:44:32.597Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-03-22T06:44:32.598Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:44:32.598Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-22T06:44:32.598Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:44:32.598Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:44:32.598Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:44:32.598Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c60b0202-0ea7 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-Vfw20230322053911-csar.csar
2023-03-22T06:44:32.598Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:44:32.598Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:44:32.598Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:44:32.598Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:44:32.598Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:44:32.598Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:44:32.598Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:44:32.598Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-03-22T06:44:32.598Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:44:32.598Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:44:32.598Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T06:44:32.598Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-03-22T06:44:32.598Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T06:44:32.598Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:44:32.598Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:44:32.598Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T06:44:32.598Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-03-22T06:44:32.598Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T06:44:32.599Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:44:32.599Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:44:32.599Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:44:32.599Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is not matching search criteria
2023-03-22T06:44:32.599Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T06:44:32.599Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T06:44:32.599Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:44:32.599Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T06:44:32.599Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T06:44:32.599Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:44:32.599Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T06:44:32.599Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T06:44:32.599Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T06:44:32.599Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:44:32.599Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T06:44:32.599Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T06:44:32.599Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T06:44:32.599Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T06:44:32.599Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:44:32.599Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-22T06:44:32.600Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:44:32.600Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-22T06:44:32.600Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:44:32.600Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T06:44:32.600Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T06:44:32.600Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:44:32.600Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T06:44:32.600Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T06:44:32.600Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:44:32.600Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T06:44:32.600Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T06:44:32.600Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:44:32.600Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is not matching search criteria
2023-03-22T06:44:32.600Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T06:44:32.600Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-22T06:44:32.600Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T06:44:32.601Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T06:44:32.601Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T06:44:32.601Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:44:32.601Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T06:44:32.601Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T06:44:32.601Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T06:44:32.601Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T06:44:32.601Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:44:32.601Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=206c1997-b141-46b2-9d54-58f6537370b4
2023-03-22T06:44:32.601Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:44:32.601Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is not matching search criteria
2023-03-22T06:44:32.601Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T06:44:32.601Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T06:44:32.601Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:44:32.601Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T06:44:32.601Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T06:44:32.602Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:44:32.602Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T06:44:32.602Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-22T06:44:32.602Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T06:44:32.602Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T06:44:32.602Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T06:44:32.602Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:44:32.602Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b4e01378-0842-4b95-b007-3ff10435fd7f
2023-03-22T06:44:32.602Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:44:32.602Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is not matching search criteria
2023-03-22T06:44:32.602Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T06:44:32.602Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T06:44:32.602Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:44:32.602Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T06:44:32.602Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T06:44:32.602Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:44:32.602Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T06:44:32.603Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T06:44:32.603Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T06:44:32.603Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:44:32.603Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T06:44:32.603Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-22T06:44:32.603Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3b592c80-4694-4e6b-b370-b55c6b9b8c7a
2023-03-22T06:44:32.603Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:44:32.603Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:44:32.603Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:44:32.603Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:44:32.603Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:44:32.603Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:44:32.603Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:44:32.603Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:44:32.603Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-22 05-39-11
Description:catalog service description
Model UUID:562f90e9-8e25-4df5-abb7-1b0c5d5c58ec
Model Version:NULL
Model InvariantUuid:52e7b3d8-c424-43b5-ac13-789d4eb414c3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c60b0202-0ea7
Model UUID:4b02448c-c22a-4af2-8c31-5bc4cd68a847
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8351f926-86d0-4cb7-823c-18b7802f48a1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:06e7df1e-8a54-4cc2-9b1f-86a8234bc06f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e6a99d09-50e2-41a0-83a9-772a39c5566f
ModelName:VfwC60b02020ea7..base_vfw..module-0
ModelUuid:41cdfe7d-91ad-4bc3-b65d-bb4235a70705
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:206c1997-b141-46b2-9d54-58f6537370b4
ModelInvariantUuid:37b691ed-6612-4526-940c-3e394079630b
ModelName:vFW c60b0202-0ea7-nodes.vfwCvfc
ModelUuid:aa93ecc6-c0b2-4018-88b9-6b0d4aecf8bd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:a2df18d2-3fdb-4860-a301-0ef4bedbff9d
ModelInvariantUuid:7cccaa2e-d2f0-4077-9b9c-81f8c3ec8330
ModelName:VfwC60b02020ea7.compute.nodes.heat.vfw
ModelUuid:1993e040-202b-48bb-8eb8-907bd2b927ba
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:b4e01378-0842-4b95-b007-3ff10435fd7f
ModelInvariantUuid:e7177ea2-699a-419f-aa5f-2038fa1ea474
ModelName:vFW c60b0202-0ea7-nodes.vsnCvfc
ModelUuid:8a079ade-48ca-4f48-9af8-272723cac5ff
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:a9974314-41bf-4317-9b03-6461baecf54e
ModelInvariantUuid:854c0b2f-0303-45e3-8e3f-15d5a400209a
ModelName:VfwC60b02020ea7.compute.nodes.heat.vsn
ModelUuid:a30b7738-0dec-4740-94e1-85f3ae713a30
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:3b592c80-4694-4e6b-b370-b55c6b9b8c7a
ModelInvariantUuid:4fbcc6bf-54ba-402a-94de-b15fc858b0cb
ModelName:vFW c60b0202-0ea7-nodes.vpgCvfc
ModelUuid:6a108ab5-3f67-4128-855e-ac4bfa896c57
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:77c55b3d-f116-4bf0-81ca-27720f2cf36d
ModelInvariantUuid:2af9f482-4a84-430d-8fb2-b6638734ac2d
ModelName:VfwC60b02020ea7.compute.nodes.heat.vpg
ModelUuid:0922df60-f80a-4c67-940b-87ac2d65c358
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-22T06:44:32.648Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||ERROR|500||Csar with UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa already exists
2023-03-22T06:44:32.648Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar ASDC sendASDCNotification
2023-03-22T06:44:32.648Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar(Csar with UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa already exists)
2023-03-22T06:44:32.648Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:44:32.648Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:44:32.648Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:44:32.648Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467472648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:44:33.649Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar ASDC sendASDCNotification
2023-03-22T06:44:33.649Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar(Resource with UUID: a403d108-1e0a-4b72-ac99-f7abbce4ed23 already exists)
2023-03-22T06:44:33.649Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:44:33.649Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:44:33.649Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:44:33.650Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467473649,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a403d108-1e0a-4b72-ac99-f7abbce4ed23 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:44:34.651Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e45a6ddb-db7b-441f-b7ed-2e79323362e4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:44:34.672Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e45a6ddb-db7b-441f-b7ed-2e79323362e4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:44:34.676Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T06:44:34.677Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T06:44:34.677Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T06:44:34.677Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T06:44:34.677Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:44:34.677Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:44:34.677Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:44:34.677Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:44:34.677Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-22T06:44:34.690Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T06:45:04.690Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e45a6ddb-db7b-441f-b7ed-2e79323362e4 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T06:45:04.704Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e45a6ddb-db7b-441f-b7ed-2e79323362e4 and serviceModelVersionId: 562f90e9-8e25-4df5-abb7-1b0c5d5c58ec
2023-03-22T06:45:04.704Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 52e7b3d8-c424-43b5-ac13-789d4eb414c3
2023-03-22T06:45:04.705Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0
2023-03-22T06:45:04.712Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T06:45:04.727Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?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-22T06:45:04.728Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0|INFO|500||Invoke
2023-03-22T06:45:04.737Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T06:45:04.894Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0|INFO|500||InvokeReturn
2023-03-22T06:45:04.895Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 06:45:04 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[152], vertex-id=[184392], x-aai-txid=[0-aai-resources-230322-06:45:04:606-8081], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T06:45:04.895Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2023-03-22T06:45:04.895Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T06:45:04.895Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T06:45:04.903Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T06:45:04.903Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e45a6ddb-db7b-441f-b7ed-2e79323362e4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T06:45:04.904Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T06:45:04.904Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:45:04.904Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:45:04.904Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467504903,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:45:05.935Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-22T06:45:05.935Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"b64429f8-68d6-4a68-b948-a3a538b17dd3","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"f38337a8-d2df-48a9-a491-0868f87ff613","serviceDescription":"service","serviceInvariantUUID":"120c21e3-6916-4b71-8ac3-5c439c353b17","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"e5cee138-d08f-4f98-b954-b100fc045ce9","resourceInvariantUUID":"184f7c4b-e703-4d14-a5d9-3fcd2158143c","resourceCustomizationUUID":"32b7cdbe-58ea-461f-96d0-994e2f90eca5","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":"MGVjNDhkMjNkMDVjMTc2NTYxMzI4MDZiYzJkYTFkYTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0fcae08a-b905-4025-a931-3cefca391c35","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"Yzc2YTA3NWYxYThhNTllZmQ0NTdhNjhkMWQ1ZTEwMzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"800f3a61-86e4-4005-8b17-0252365bfbfe","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T06:45:05.936Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:45:05.936Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:45:05.936Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:45:05.936Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "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-22T06:45:06.938Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:45:06.938Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:45:06.938Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:45:06.939Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:45:07.940Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "f38337a8-d2df-48a9-a491-0868f87ff613",
  "serviceDescription": "service",
  "serviceInvariantUUID": "120c21e3-6916-4b71-8ac3-5c439c353b17",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "32b7cdbe-58ea-461f-96d0-994e2f90eca5",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "e5cee138-d08f-4f98-b954-b100fc045ce9",
      "resourceInvariantUUID": "184f7c4b-e703-4d14-a5d9-3fcd2158143c",
      "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": "Yzc2YTA3NWYxYThhNTllZmQ0NTdhNjhkMWQ1ZTEwMzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "800f3a61-86e4-4005-8b17-0252365bfbfe"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T06:45:07.941Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T06:45:07.941Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f38337a8-d2df-48a9-a491-0868f87ff613 ASDC
2023-03-22T06:45:07.941Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:b64429f8-68d6-4a68-b948-a3a538b17dd3
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:f38337a8-d2df-48a9-a491-0868f87ff613
ServiceInvariantUUID:120c21e3-6916-4b71-8ac3-5c439c353b17
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:800f3a61-86e4-4005-8b17-0252365bfbfe
ArtifactChecksum:Yzc2YTA3NWYxYThhNTllZmQ0NTdhNjhkMWQ1ZTEwMzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:32b7cdbe-58ea-461f-96d0-994e2f90eca5
ResourceInvariantUUID:184f7c4b-e703-4d14-a5d9-3fcd2158143c
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:e5cee138-d08f-4f98-b954-b100fc045ce9
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-22T06:45:07.941Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f38337a8-d2df-48a9-a491-0868f87ff613 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:45:07.981Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:45:07.982Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:45:07.982Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:45:07.982Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 800f3a61-86e4-4005-8b17-0252365bfbfe from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-22T06:45:07.982Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-22T06:45:07.983Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-22T06:45:08.015Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||GET Response Status 404
2023-03-22T06:45:08.015Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@287a8c8e
2023-03-22T06:45:08.015Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T06:45:08.015Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-22T06:45:08.015Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 800f3a61-86e4-4005-8b17-0252365bfbfe Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T06:45:08.015Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-22T06:45:08.015Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is  not found)
2023-03-22T06:45:08.015Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T06:45:08.016Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:45:08.016Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:45:08.016Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467508015,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:45:09.017Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:800f3a61-86e4-4005-8b17-0252365bfbfe)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-22T06:45:09.066Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||ERROR|500||Csar with UUID: 800f3a61-86e4-4005-8b17-0252365bfbfe already exists
2023-03-22T06:45:09.067Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||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-22T06:45:09.067Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||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: 800f3a61-86e4-4005-8b17-0252365bfbfe already exists)
2023-03-22T06:45:09.067Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:45:09.067Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:45:09.067Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:45:09.067Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467509067,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 800f3a61-86e4-4005-8b17-0252365bfbfe already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:45:10.068Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||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-22T06:45:10.068Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||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: e5cee138-d08f-4f98-b954-b100fc045ce9 already exists)
2023-03-22T06:45:10.068Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:45:10.068Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:45:10.068Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:45:10.068Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467510068,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e5cee138-d08f-4f98-b954-b100fc045ce9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:45:11.070Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b64429f8-68d6-4a68-b948-a3a538b17dd3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:45:11.096Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b64429f8-68d6-4a68-b948-a3a538b17dd3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:45:11.100Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T06:45:11.100Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T06:45:11.100Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T06:45:11.100Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T06:45:11.101Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:45:11.101Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:45:11.101Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:45:11.101Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:45:11.101Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-22T06:45:11.114Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T06:45:28.533Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:45:28.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:45:28.534Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:45:28.534Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:45:41.114Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b64429f8-68d6-4a68-b948-a3a538b17dd3 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T06:45:41.126Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b64429f8-68d6-4a68-b948-a3a538b17dd3 and serviceModelVersionId: f38337a8-d2df-48a9-a491-0868f87ff613
2023-03-22T06:45:41.126Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 120c21e3-6916-4b71-8ac3-5c439c353b17
2023-03-22T06:45:41.126Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0
2023-03-22T06:45:41.134Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T06:45:41.150Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0|INFO|500||Invoke
2023-03-22T06:45:41.150Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b64429f8-68d6-4a68-b948-a3a538b17dd3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[983e2869-0fec-4942-91af-85da741c518b], X-ECOMP-RequestID=[b64429f8-68d6-4a68-b948-a3a538b17dd3], X-TransactionId=[], X-ONAP-RequestID=[b64429f8-68d6-4a68-b948-a3a538b17dd3], Content-Type=[application/merge-patch+json]}
2023-03-22T06:45:41.156Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T06:45:41.317Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 06:45:41 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[157], vertex-id=[209000], x-aai-txid=[1-aai-resources-230322-06:45:41:026-12976], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T06:45:41.317Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-22T06:45:41.317Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0|INFO|500||InvokeReturn
2023-03-22T06:45:41.317Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T06:45:41.318Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T06:45:41.327Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T06:45:41.327Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b64429f8-68d6-4a68-b948-a3a538b17dd3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T06:45:41.327Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T06:45:41.328Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:45:41.328Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:45:41.328Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467541327,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:45:42.356Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-22T06:45:42.356Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"4d2fc27d-4827-4431-8901-1a7fe4ae70eb","serviceName":"Demo_pNF_Th3LXatp9s8wdDTQBYLt","serviceVersion":"1.0","serviceUUID":"cdad142e-6240-4457-8e87-75b7cbd29e38","serviceDescription":"catalog service description","serviceInvariantUUID":"81de75ee-355d-450a-b294-753817382022","resources":[{"resourceInstanceName":"pNF 6c7740df-c757 0","resourceName":"pNF 6c7740df-c757","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0da99d63-27be-4a3a-9bd6-c9f17d70a915","resourceInvariantUUID":"41ff80c8-5a8c-4586-9497-ee0ed8d8dbb8","resourceCustomizationUUID":"0404e3be-4b20-4344-a6e5-8950491f980d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vf-license-model.xml","artifactChecksum":"ZmFlNmVhNzc5ZWZlOTA2MDU4ZjgyYjAzYWI0Mzk3NDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"92d23c96-8b8f-4d9d-b136-5be1619c9ec5","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ea08e81f-ef29-4698-9ed5-fe992c4b9a9b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e8855c67-e9df-4389-96ea-13624f308c26","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vendor-license-model.xml","artifactChecksum":"MDIyM2QxNDY2ZjIzMDBhODMzMDExNmFiOGQ1ZmQxZjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9d892759-0f11-4463-b7ab-71ba4e1c07b6","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"66a0ca7b-6224-438d-b805-63e8aa6a2f6d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3e4dc005-13b1-4f11-ba54-e2d95eb2a6b8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTh3lxatp9s8wddtqbylt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-template.yml","artifactChecksum":"Yjc5YTkyYjYzNDRkY2MyN2VmMzg3NDEzODk4NDJjYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b2903a06-5b2c-414f-a385-4ca4513bf0c8","artifactVersion":"1"},{"artifactName":"service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar","artifactChecksum":"ODBhNmVlNzYyZjAyOTI2MWQwZGVlOTIzZDMzMjU1OTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c4384b06-8549-491d-87e4-dd44765b609c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T06:45:42.357Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:45:42.357Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:45:42.357Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:45:42.357Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:45:43.358Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:45:43.359Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:45:43.359Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:45:43.359Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:45:44.360Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:45:44.360Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:45:44.360Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:45:44.361Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:45:45.362Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:45:45.362Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:45:45.362Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:45:45.363Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:45:46.364Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:45:46.364Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:45:46.364Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:45:46.364Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:45:47.365Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:45:47.366Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:45:47.366Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:45:47.366Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:45:48.368Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:45:48.369Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:45:48.369Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:45:48.369Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:45:49.370Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:45:49.371Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:45:49.371Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:45:49.371Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:45:50.372Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "serviceName": "Demo_pNF_Th3LXatp9s8wdDTQBYLt",
  "serviceVersion": "1.0",
  "serviceUUID": "cdad142e-6240-4457-8e87-75b7cbd29e38",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "81de75ee-355d-450a-b294-753817382022",
  "resources": [
    {
      "resourceInstanceName": "pNF 6c7740df-c757 0",
      "resourceCustomizationUUID": "0404e3be-4b20-4344-a6e5-8950491f980d",
      "resourceName": "pNF 6c7740df-c757",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "0da99d63-27be-4a3a-9bd6-c9f17d70a915",
      "resourceInvariantUUID": "41ff80c8-5a8c-4586-9497-ee0ed8d8dbb8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
      "artifactChecksum": "ODBhNmVlNzYyZjAyOTI2MWQwZGVlOTIzZDMzMjU1OTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c4384b06-8549-491d-87e4-dd44765b609c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T06:45:50.373Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T06:45:50.373Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cdad142e-6240-4457-8e87-75b7cbd29e38 ASDC
2023-03-22T06:45:50.373Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:4d2fc27d-4827-4431-8901-1a7fe4ae70eb
ServiceName:Demo_pNF_Th3LXatp9s8wdDTQBYLt
ServiceVersion:1.0
ServiceUUID:cdad142e-6240-4457-8e87-75b7cbd29e38
ServiceInvariantUUID:81de75ee-355d-450a-b294-753817382022
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
ArtifactUUID:c4384b06-8549-491d-87e4-dd44765b609c
ArtifactChecksum:ODBhNmVlNzYyZjAyOTI2MWQwZGVlOTIzZDMzMjU1OTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 6c7740df-c757 0
ResourceCustomizationUUID:0404e3be-4b20-4344-a6e5-8950491f980d
ResourceInvariantUUID:41ff80c8-5a8c-4586-9497-ee0ed8d8dbb8
ResourceName:pNF 6c7740df-c757
ResourceType:PNF
ResourceUUID:0da99d63-27be-4a3a-9bd6-c9f17d70a915
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-22T06:45:50.374Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cdad142e-6240-4457-8e87-75b7cbd29e38 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:45:50.421Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:45:50.422Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:45:50.422Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:45:50.422Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c4384b06-8549-491d-87e4-dd44765b609c from URL: /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:45:50.423Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-22T06:45:50.423Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:45:50.710Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-03-22T06:45:50.713Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar c4384b06-8549-491d-87e4-dd44765b609c 88006
2023-03-22T06:45:50.713Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar ASDC sendASDCNotification
2023-03-22T06:45:50.713Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:45:50.714Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T06:45:50.714Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:45:50.714Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:45:50.714Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467550713,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:45:51.715Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:45:51.715Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:45:51.716Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: c4384b06-8549-491d-87e4-dd44765b609c, URL: /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar to file: /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:45:51.716Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:45:51.717Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:45:51.717Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:45:51.816Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7454317907260182924/Definitions/service-DemoPnfTh3lxatp9s8wddtqbylt-template.yml
2023-03-22T06:45:52.435Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-22T06:45:52.436Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-03-22T06:45:52.436Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:45:52.436Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-22T06:45:52.436Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:45:52.436Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:45:52.436Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:45:52.436Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:45:52.436Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:45:52.436Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:45:52.436Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6c7740df-c757 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-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:45:52.436Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-03-22T06:45:52.436Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:45:52.436Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:45:52.436Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Node template pNF 6c7740df-c757 0 is matching search criteria
2023-03-22T06:45:52.436Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-03-22T06:45:52.436Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 6c7740df-c757 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T06:45:52.437Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:45:52.437Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:45:52.437Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Node template pNF 6c7740df-c757 0 is matching search criteria
2023-03-22T06:45:52.437Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-03-22T06:45:52.437Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 6c7740df-c757 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T06:45:52.437Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:45:52.437Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:45:52.437Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:45:52.437Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:45:52.437Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:45:52.437Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:45:52.437Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:45:52.437Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:45:52.437Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:45:52.437Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:45:52.437Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Th3LXatp9s8wdDTQBYLt
Description:catalog service description
Model UUID:cdad142e-6240-4457-8e87-75b7cbd29e38
Model Version:NULL
Model InvariantUuid:81de75ee-355d-450a-b294-753817382022
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-22T06:45:52.485Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||ERROR|500||Csar with UUID: c4384b06-8549-491d-87e4-dd44765b609c already exists
2023-03-22T06:45:52.485Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar ASDC sendASDCNotification
2023-03-22T06:45:52.486Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar(Csar with UUID: c4384b06-8549-491d-87e4-dd44765b609c already exists)
2023-03-22T06:45:52.486Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:45:52.486Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:45:52.486Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:45:52.486Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467552485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c4384b06-8549-491d-87e4-dd44765b609c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:45:53.487Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar ASDC sendASDCNotification
2023-03-22T06:45:53.487Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar(Resource with UUID: 0da99d63-27be-4a3a-9bd6-c9f17d70a915 already exists)
2023-03-22T06:45:53.488Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:45:53.488Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:45:53.488Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:45:53.488Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467553487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 0da99d63-27be-4a3a-9bd6-c9f17d70a915 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:45:54.489Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4d2fc27d-4827-4431-8901-1a7fe4ae70eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:45:54.513Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4d2fc27d-4827-4431-8901-1a7fe4ae70eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:45:54.518Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T06:45:54.518Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T06:45:54.518Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T06:45:54.518Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T06:45:54.518Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:45:54.518Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:45:54.518Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:45:54.519Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:45:54.519Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-22T06:45:54.532Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T06:46:24.532Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4d2fc27d-4827-4431-8901-1a7fe4ae70eb and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T06:46:24.538Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4d2fc27d-4827-4431-8901-1a7fe4ae70eb and serviceModelVersionId: cdad142e-6240-4457-8e87-75b7cbd29e38
2023-03-22T06:46:24.539Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 81de75ee-355d-450a-b294-753817382022
2023-03-22T06:46:24.539Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0
2023-03-22T06:46:24.543Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T06:46:24.555Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0|INFO|500||Invoke
2023-03-22T06:46:24.556Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4d2fc27d-4827-4431-8901-1a7fe4ae70eb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[73f7b355-6c1c-4ea6-a08c-2365f55925f4], X-ECOMP-RequestID=[4d2fc27d-4827-4431-8901-1a7fe4ae70eb], X-TransactionId=[], X-ONAP-RequestID=[4d2fc27d-4827-4431-8901-1a7fe4ae70eb], Content-Type=[application/merge-patch+json]}
2023-03-22T06:46:24.563Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T06:46:24.796Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 06:46:24 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[229], vertex-id=[430280], x-aai-txid=[1-aai-resources-230322-06:46:24:433-84924], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T06:46:24.796Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-22T06:46:24.797Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0|INFO|500||InvokeReturn
2023-03-22T06:46:24.797Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T06:46:24.797Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T06:46:24.808Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T06:46:24.808Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4d2fc27d-4827-4431-8901-1a7fe4ae70eb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T06:46:24.808Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T06:46:24.808Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:46:24.808Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:46:24.808Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467584808,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:46:25.837Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-22T06:46:25.838Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"44063b6d-45da-49fc-ab15-9656002e57f4","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"695e2d69-98b7-429a-afc4-20af085f3feb","serviceDescription":"service","serviceInvariantUUID":"827b4e2f-462e-4274-b06b-83d9e0d3ace6","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1dfc083c-bd8d-4cd6-8b75-76501219274f","resourceInvariantUUID":"d5c0e36a-42fe-473e-b3c3-d29612784207","resourceCustomizationUUID":"e242c95d-05ac-4716-a0cb-a8fc5b864211","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":"ZDhkNTY4Y2Q0ZDEzZTNiMDJiOGQ3ZjFlZjJlMGU3MTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3c8639bc-c135-41e9-8036-cebebb1f075b","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":"YzI1Y2VkMTkwODBhYThhMTAwMmYxODZjNTFlOGQ4OWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cb466d3d-7037-49ba-892d-3b36a30ff8de","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":"77c31327-9aad-470c-b9b0-fe7fb5745fcb","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":"8198e7f4-1fe4-4e56-8a16-249e343a2955","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":"9fa8118c-67ff-46e0-ac49-f4f884be1af1","artifactVersion":"2","generatedFromUUID":"77c31327-9aad-470c-b9b0-fe7fb5745fcb"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YWQ3ZjcwMjUzNjgxZmY2NTgzZGM4NTVlOWQ3ZTAxZTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6d0e8b18-027b-4fa4-9135-c75d2061ced4","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YjMzZDMxODU5NzkwMmJjODA1YTRlMjExNzBhNTg2MWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"88b0302b-1d98-4d84-8518-e5897ddf5aab","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T06:46:25.838Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:46:25.838Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:46:25.838Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:46:25.838Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "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-22T06:46:26.838Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:46:26.839Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:46:26.839Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:46:26.839Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "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-22T06:46:27.839Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:46:27.840Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:46:27.840Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:46:27.840Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "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-22T06:46:28.533Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:46:28.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:46:28.535Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467469935,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T06:46:28.535Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:46:28.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:46:28.535Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467472648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa already exists"
}
2023-03-22T06:46:28.535Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:46:28.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:46:28.535Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467473649,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a403d108-1e0a-4b72-ac99-f7abbce4ed23 already exists"
}
2023-03-22T06:46:28.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:46:28.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:46:28.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467504903,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T06:46:28.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:46:28.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:46:28.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:46:28.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:46:28.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:46:28.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:46:28.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:46:28.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:46:28.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467508015,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-22T06:46:28.537Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:46:28.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:46:28.537Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467509067,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 800f3a61-86e4-4005-8b17-0252365bfbfe already exists"
}
2023-03-22T06:46:28.537Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:46:28.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:46:28.537Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467510068,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e5cee138-d08f-4f98-b954-b100fc045ce9 already exists"
}
2023-03-22T06:46:28.537Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:46:28.841Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:46:28.841Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:46:28.841Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:46:28.841Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "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-22T06:46:29.842Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:46:29.842Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:46:29.842Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:46:29.842Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "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-22T06:46:30.843Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:46:30.843Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:46:30.843Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:46:30.843Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "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-22T06:46:31.844Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:46:31.844Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:46:31.844Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:46:31.844Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:46:32.846Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "695e2d69-98b7-429a-afc4-20af085f3feb",
  "serviceDescription": "service",
  "serviceInvariantUUID": "827b4e2f-462e-4274-b06b-83d9e0d3ace6",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "e242c95d-05ac-4716-a0cb-a8fc5b864211",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1dfc083c-bd8d-4cd6-8b75-76501219274f",
      "resourceInvariantUUID": "d5c0e36a-42fe-473e-b3c3-d29612784207",
      "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": "YzI1Y2VkMTkwODBhYThhMTAwMmYxODZjNTFlOGQ4OWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "cb466d3d-7037-49ba-892d-3b36a30ff8de",
          "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": "77c31327-9aad-470c-b9b0-fe7fb5745fcb",
          "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": "9fa8118c-67ff-46e0-ac49-f4f884be1af1",
            "generatedFromUUID": "77c31327-9aad-470c-b9b0-fe7fb5745fcb"
          },
          "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": "9fa8118c-67ff-46e0-ac49-f4f884be1af1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YjMzZDMxODU5NzkwMmJjODA1YTRlMjExNzBhNTg2MWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "88b0302b-1d98-4d84-8518-e5897ddf5aab"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T06:46:32.846Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T06:46:32.846Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 695e2d69-98b7-429a-afc4-20af085f3feb ASDC
2023-03-22T06:46:32.847Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:44063b6d-45da-49fc-ab15-9656002e57f4
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:695e2d69-98b7-429a-afc4-20af085f3feb
ServiceInvariantUUID:827b4e2f-462e-4274-b06b-83d9e0d3ace6
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:88b0302b-1d98-4d84-8518-e5897ddf5aab
ArtifactChecksum:YjMzZDMxODU5NzkwMmJjODA1YTRlMjExNzBhNTg2MWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:e242c95d-05ac-4716-a0cb-a8fc5b864211
ResourceInvariantUUID:d5c0e36a-42fe-473e-b3c3-d29612784207
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1dfc083c-bd8d-4cd6-8b75-76501219274f
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:cb466d3d-7037-49ba-892d-3b36a30ff8de
ArtifactChecksum:YzI1Y2VkMTkwODBhYThhMTAwMmYxODZjNTFlOGQ4OWI=
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:77c31327-9aad-470c-b9b0-fe7fb5745fcb
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:9fa8118c-67ff-46e0-ac49-f4f884be1af1
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:9fa8118c-67ff-46e0-ac49-f4f884be1af1
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-22T06:46:32.847Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 695e2d69-98b7-429a-afc4-20af085f3feb ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:46:32.903Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:46:32.903Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:46:32.903Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:46:32.904Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 88b0302b-1d98-4d84-8518-e5897ddf5aab from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-22T06:46:32.904Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-22T06:46:32.904Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-22T06:46:32.928Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||GET Response Status 404
2023-03-22T06:46:32.928Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@62c99ca0
2023-03-22T06:46:32.928Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T06:46:32.928Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-22T06:46:32.928Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 88b0302b-1d98-4d84-8518-e5897ddf5aab Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T06:46:32.928Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-22T06:46:32.928Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is  not found)
2023-03-22T06:46:32.928Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T06:46:32.928Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:46:32.928Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:46:32.928Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467592928,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:46:33.929Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:88b0302b-1d98-4d84-8518-e5897ddf5aab)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-22T06:46:33.976Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||ERROR|500||Csar with UUID: 88b0302b-1d98-4d84-8518-e5897ddf5aab already exists
2023-03-22T06:46:33.976Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||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-22T06:46:33.977Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||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: 88b0302b-1d98-4d84-8518-e5897ddf5aab already exists)
2023-03-22T06:46:33.977Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:46:33.977Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:46:33.977Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:46:33.977Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467593976,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 88b0302b-1d98-4d84-8518-e5897ddf5aab already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:46:34.978Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||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-22T06:46:34.979Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||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: 1dfc083c-bd8d-4cd6-8b75-76501219274f already exists)
2023-03-22T06:46:34.979Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:46:34.979Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:46:34.979Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:46:34.979Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467594978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1dfc083c-bd8d-4cd6-8b75-76501219274f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:46:35.980Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44063b6d-45da-49fc-ab15-9656002e57f4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:46:36.000Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44063b6d-45da-49fc-ab15-9656002e57f4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:46:36.004Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T06:46:36.004Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T06:46:36.004Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T06:46:36.005Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T06:46:36.005Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:46:36.005Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:46:36.005Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:46:36.005Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:46:36.005Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-22T06:46:36.021Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T06:47:06.021Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 44063b6d-45da-49fc-ab15-9656002e57f4 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T06:47:06.034Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 44063b6d-45da-49fc-ab15-9656002e57f4 and serviceModelVersionId: 695e2d69-98b7-429a-afc4-20af085f3feb
2023-03-22T06:47:06.034Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 827b4e2f-462e-4274-b06b-83d9e0d3ace6
2023-03-22T06:47:06.034Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0
2023-03-22T06:47:06.037Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T06:47:06.050Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0|INFO|500||Invoke
2023-03-22T06:47:06.050Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[44063b6d-45da-49fc-ab15-9656002e57f4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[28416c0d-a35f-459e-bb51-ea9fb98d91c8], X-ECOMP-RequestID=[44063b6d-45da-49fc-ab15-9656002e57f4], X-TransactionId=[], X-ONAP-RequestID=[44063b6d-45da-49fc-ab15-9656002e57f4], Content-Type=[application/merge-patch+json]}
2023-03-22T06:47:06.059Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T06:47:06.198Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 06:47:05 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[136], vertex-id=[204872], x-aai-txid=[0-aai-resources-230322-06:47:05:941-7560], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T06:47:06.199Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-22T06:47:06.199Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0|INFO|500||InvokeReturn
2023-03-22T06:47:06.200Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T06:47:06.200Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T06:47:06.207Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T06:47:06.207Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 44063b6d-45da-49fc-ab15-9656002e57f4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T06:47:06.207Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T06:47:06.208Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:47:06.208Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:47:06.208Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467626207,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:47:07.238Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-22T06:47:07.238Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"9924a26b-a04c-4225-b032-052c7b2cf566","serviceName":"Demo_pNF_9IUxclu6rx6wQh9DcrJS","serviceVersion":"1.0","serviceUUID":"647a66fa-87b6-440c-a757-f69947b97362","serviceDescription":"catalog service description","serviceInvariantUUID":"f70569bd-1e3e-44bf-8efb-7749f9bde32d","resources":[{"resourceInstanceName":"pNF 4941fe25-94c8 0","resourceName":"pNF 4941fe25-94c8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"cb2ca461-78a5-42df-8dee-78112a494a1c","resourceInvariantUUID":"979f5168-53c0-4416-88ea-e985f733d3cd","resourceCustomizationUUID":"4d960573-0d6e-4635-9f65-1313a7ceb117","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/vf-license-model.xml","artifactChecksum":"YzYxOTgyMWQ3NzMyYmYyMTFlNjM3MDMzMmQ2MTVkMjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a4d1dc03-af6b-4962-baf0-5b9ef5bd942f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e119af17-1957-4c3c-863f-ede4831c5817","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"68d2da44-1fc2-4539-aa49-a48598b155ac","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/vendor-license-model.xml","artifactChecksum":"NDkyY2RiOTA0YjM0ZTMzMWQ1MWRhNWVmOTEzNGU0ZmQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c3e68176-8083-42d3-99ac-a7723b32ec49","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"57bda23d-ba6b-4c73-a5b3-24bd9580cb80","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4178379e-731c-43fd-a43d-d78de9f644b1","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf9iuxclu6rx6wqh9dcrjs-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-template.yml","artifactChecksum":"MTM0NGRlMjc4NTAyNzg0ODZiYTliOWQxNzM0MGMzYzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"77a75954-d595-4752-994e-189e7b432579","artifactVersion":"1"},{"artifactName":"service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar","artifactChecksum":"N2FlOGNiMmRjMTViMDc2NDY4OWVhZjI3Mzk2YjA5YWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bed1cd00-b292-4c69-9a78-f4650b984b17","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T06:47:07.239Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:47:07.239Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:47:07.239Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:47:07.239Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:47:08.240Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:47:08.240Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:47:08.240Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:47:08.240Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:47:09.241Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:47:09.241Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:47:09.241Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:47:09.242Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:47:10.242Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:47:10.243Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:47:10.243Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:47:10.243Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:47:11.244Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:47:11.244Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:47:11.245Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:47:11.245Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:47:12.245Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:47:12.246Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:47:12.246Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:47:12.246Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:47:13.247Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:47:13.248Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:47:13.248Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:47:13.248Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:47:14.249Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:47:14.250Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:47:14.250Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:47:14.250Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:47:15.251Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "serviceName": "Demo_pNF_9IUxclu6rx6wQh9DcrJS",
  "serviceVersion": "1.0",
  "serviceUUID": "647a66fa-87b6-440c-a757-f69947b97362",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f70569bd-1e3e-44bf-8efb-7749f9bde32d",
  "resources": [
    {
      "resourceInstanceName": "pNF 4941fe25-94c8 0",
      "resourceCustomizationUUID": "4d960573-0d6e-4635-9f65-1313a7ceb117",
      "resourceName": "pNF 4941fe25-94c8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "cb2ca461-78a5-42df-8dee-78112a494a1c",
      "resourceInvariantUUID": "979f5168-53c0-4416-88ea-e985f733d3cd",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
      "artifactChecksum": "N2FlOGNiMmRjMTViMDc2NDY4OWVhZjI3Mzk2YjA5YWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bed1cd00-b292-4c69-9a78-f4650b984b17"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T06:47:15.251Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T06:47:15.252Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 647a66fa-87b6-440c-a757-f69947b97362 ASDC
2023-03-22T06:47:15.252Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:9924a26b-a04c-4225-b032-052c7b2cf566
ServiceName:Demo_pNF_9IUxclu6rx6wQh9DcrJS
ServiceVersion:1.0
ServiceUUID:647a66fa-87b6-440c-a757-f69947b97362
ServiceInvariantUUID:f70569bd-1e3e-44bf-8efb-7749f9bde32d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
ArtifactUUID:bed1cd00-b292-4c69-9a78-f4650b984b17
ArtifactChecksum:N2FlOGNiMmRjMTViMDc2NDY4OWVhZjI3Mzk2YjA5YWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 4941fe25-94c8 0
ResourceCustomizationUUID:4d960573-0d6e-4635-9f65-1313a7ceb117
ResourceInvariantUUID:979f5168-53c0-4416-88ea-e985f733d3cd
ResourceName:pNF 4941fe25-94c8
ResourceType:PNF
ResourceUUID:cb2ca461-78a5-42df-8dee-78112a494a1c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-22T06:47:15.252Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 647a66fa-87b6-440c-a757-f69947b97362 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:47:15.286Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:47:15.287Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:47:15.287Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:47:15.287Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: bed1cd00-b292-4c69-9a78-f4650b984b17 from URL: /sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T06:47:15.287Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-22T06:47:15.287Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T06:47:15.564Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-03-22T06:47:15.566Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar bed1cd00-b292-4c69-9a78-f4650b984b17 88002
2023-03-22T06:47:15.567Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar ASDC sendASDCNotification
2023-03-22T06:47:15.567Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T06:47:15.567Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T06:47:15.567Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:47:15.567Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:47:15.567Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467635566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:47:16.569Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:47:16.570Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:47:16.570Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: bed1cd00-b292-4c69-9a78-f4650b984b17, URL: /sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar to file: /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T06:47:16.570Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T06:47:16.571Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T06:47:16.571Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T06:47:16.685Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7057192257251896710/Definitions/service-DemoPnf9iuxclu6rx6wqh9dcrjs-template.yml
2023-03-22T06:47:17.223Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-22T06:47:17.224Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-03-22T06:47:17.224Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T06:47:17.224Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-22T06:47:17.224Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T06:47:17.224Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4941fe25-94c8 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-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T06:47:17.224Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T06:47:17.224Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T06:47:17.224Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T06:47:17.224Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T06:47:17.224Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T06:47:17.224Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-03-22T06:47:17.224Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:47:17.225Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_9IUxclu6rx6wQh9DcrJS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:47:17.225Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Node template pNF 4941fe25-94c8 0 is matching search criteria
2023-03-22T06:47:17.225Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-03-22T06:47:17.225Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 4941fe25-94c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T06:47:17.225Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:47:17.225Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_9IUxclu6rx6wQh9DcrJS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:47:17.225Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Node template pNF 4941fe25-94c8 0 is matching search criteria
2023-03-22T06:47:17.225Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-03-22T06:47:17.225Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 4941fe25-94c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T06:47:17.226Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:47:17.226Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_9IUxclu6rx6wQh9DcrJS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:47:17.226Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:47:17.226Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_9IUxclu6rx6wQh9DcrJS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:47:17.226Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:47:17.226Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_9IUxclu6rx6wQh9DcrJS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:47:17.226Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:47:17.226Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_9IUxclu6rx6wQh9DcrJS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:47:17.226Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:47:17.226Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_9IUxclu6rx6wQh9DcrJS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:47:17.226Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_9IUxclu6rx6wQh9DcrJS
Description:catalog service description
Model UUID:647a66fa-87b6-440c-a757-f69947b97362
Model Version:NULL
Model InvariantUuid:f70569bd-1e3e-44bf-8efb-7749f9bde32d
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-22T06:47:17.264Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||ERROR|500||Csar with UUID: bed1cd00-b292-4c69-9a78-f4650b984b17 already exists
2023-03-22T06:47:17.265Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar ASDC sendASDCNotification
2023-03-22T06:47:17.265Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar(Csar with UUID: bed1cd00-b292-4c69-9a78-f4650b984b17 already exists)
2023-03-22T06:47:17.265Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:47:17.265Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:47:17.265Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:47:17.265Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467637265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bed1cd00-b292-4c69-9a78-f4650b984b17 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:47:18.265Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar ASDC sendASDCNotification
2023-03-22T06:47:18.266Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar(Resource with UUID: cb2ca461-78a5-42df-8dee-78112a494a1c already exists)
2023-03-22T06:47:18.266Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:47:18.266Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:47:18.266Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:47:18.266Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467638265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: cb2ca461-78a5-42df-8dee-78112a494a1c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:47:19.267Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9924a26b-a04c-4225-b032-052c7b2cf566
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:47:19.293Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9924a26b-a04c-4225-b032-052c7b2cf566
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:47:19.297Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T06:47:19.297Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T06:47:19.297Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T06:47:19.297Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T06:47:19.297Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:47:19.297Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:47:19.297Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:47:19.297Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:47:19.297Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-22T06:47:19.311Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T06:47:28.533Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:47:28.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:47:28.534Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467541327,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T06:47:28.535Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:47:28.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:47:28.535Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:47:28.535Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:47:28.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:47:28.535Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:47:28.535Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:47:28.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:47:28.535Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:47:28.535Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:47:28.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:47:28.535Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:47:28.535Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:47:28.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:47:28.535Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:47:28.535Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:47:28.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:47:28.535Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:47:28.535Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:47:28.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:47:28.535Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:47:28.535Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:47:28.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:47:28.535Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:47:28.535Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:47:28.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:47:28.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467550713,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T06:47:28.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:47:28.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:47:28.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467552485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c4384b06-8549-491d-87e4-dd44765b609c already exists"
}
2023-03-22T06:47:28.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:47:28.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:47:28.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467553487,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 0da99d63-27be-4a3a-9bd6-c9f17d70a915 already exists"
}
2023-03-22T06:47:28.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:47:28.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:47:28.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467584808,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T06:47:28.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:47:28.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:47:28.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:47:28.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:47:28.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:47:28.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T06:47:28.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:47:28.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:47:28.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-22T06:47:28.537Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:47:49.311Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9924a26b-a04c-4225-b032-052c7b2cf566 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T06:47:49.320Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9924a26b-a04c-4225-b032-052c7b2cf566 and serviceModelVersionId: 647a66fa-87b6-440c-a757-f69947b97362
2023-03-22T06:47:49.320Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f70569bd-1e3e-44bf-8efb-7749f9bde32d
2023-03-22T06:47:49.321Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f70569bd-1e3e-44bf-8efb-7749f9bde32d/model-vers/model-ver/647a66fa-87b6-440c-a757-f69947b97362?depth=0
2023-03-22T06:47:49.326Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T06:47:49.345Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f70569bd-1e3e-44bf-8efb-7749f9bde32d/model-vers/model-ver/647a66fa-87b6-440c-a757-f69947b97362?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-22T06:47:49.346Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f70569bd-1e3e-44bf-8efb-7749f9bde32d/model-vers/model-ver/647a66fa-87b6-440c-a757-f69947b97362?depth=0|INFO|500||Invoke
2023-03-22T06:47:49.353Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f70569bd-1e3e-44bf-8efb-7749f9bde32d/model-vers/model-ver/647a66fa-87b6-440c-a757-f69947b97362?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T06:47:49.516Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f70569bd-1e3e-44bf-8efb-7749f9bde32d/model-vers/model-ver/647a66fa-87b6-440c-a757-f69947b97362?depth=0|INFO|500||InvokeReturn
2023-03-22T06:47:49.516Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f70569bd-1e3e-44bf-8efb-7749f9bde32d/model-vers/model-ver/647a66fa-87b6-440c-a757-f69947b97362?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 06:47:49 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[159], vertex-id=[241704], x-aai-txid=[1-aai-resources-230322-06:47:49:224-34837], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T06:47:49.516Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2023-03-22T06:47:49.517Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T06:47:49.517Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T06:47:49.525Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T06:47:49.525Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9924a26b-a04c-4225-b032-052c7b2cf566 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T06:47:49.525Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T06:47:49.525Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:47:49.526Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:47:49.526Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467669525,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:47:50.556Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-03-22T06:47:50.557Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"08b6040e-7b4a-44c2-af7c-fcd04054adec","serviceName":"Demo_pNF_pktFZxOCThQPe4Zs60EQ","serviceVersion":"1.0","serviceUUID":"629d915f-6b85-4eeb-bd28-cbde30f0f8a3","serviceDescription":"catalog service description","serviceInvariantUUID":"73257fcb-88fc-45b6-a0b8-5f8176a8977c","resources":[{"resourceInstanceName":"pNF a498d291-4a19 0","resourceName":"pNF a498d291-4a19","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"95a08ea9-f28e-4a01-aecb-636af265c68f","resourceInvariantUUID":"8e91c943-e2be-45e1-9613-569e58db6414","resourceCustomizationUUID":"67990602-602c-45b9-8602-286ecf8b0ac8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/vf-license-model.xml","artifactChecksum":"NTRjMWQyNmMzZDA2YzFlOWRkZGU3MTBmMjg3MGRkZDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d9c04ff7-24e7-47f0-92b0-f40185dd794d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d3d4d9f7-c5f7-416e-99be-38f15b7b259b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"719f556e-f7ea-4c2a-b4a9-97220f7c4ba4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/vendor-license-model.xml","artifactChecksum":"YjdmYTE3N2EyMTM0MmUzMjlkNGE3ZDU0ODM5YjQxOTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"28b80170-5e7d-425c-b612-daa5d75707a4","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"28e9dd63-a113-4424-bc65-5684ddc930c0","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"42e7de65-1674-4024-bcad-adddb6de24f7","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfPktfzxocthqpe4zs60eq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-template.yml","artifactChecksum":"MDk3NzRiMWQxNWY1NjY1NGU1NzMzM2U1ZmJhYTdkZmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cd967a05-b1a8-45b5-b89d-a358b59fc632","artifactVersion":"1"},{"artifactName":"service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar","artifactChecksum":"OWM1NmU5MTFmYmY1ZTJiOTcwYWMzZTYyY2E0ODNiYzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"be007dae-3dea-4485-8bf1-6166d4912655","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T06:47:50.557Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:47:50.558Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:47:50.558Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:47:50.558Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:47:51.559Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:47:51.560Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:47:51.560Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:47:51.560Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:47:52.561Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:47:52.562Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:47:52.562Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:47:52.562Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:47:53.564Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:47:53.565Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:47:53.565Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:47:53.565Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:47:54.567Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:47:54.567Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:47:54.567Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:47:54.567Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:47:55.568Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:47:55.569Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:47:55.569Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:47:55.569Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:47:56.571Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:47:56.571Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:47:56.571Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:47:56.571Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:47:57.573Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:47:57.573Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:47:57.573Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:47:57.573Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:47:58.574Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "serviceName": "Demo_pNF_pktFZxOCThQPe4Zs60EQ",
  "serviceVersion": "1.0",
  "serviceUUID": "629d915f-6b85-4eeb-bd28-cbde30f0f8a3",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "73257fcb-88fc-45b6-a0b8-5f8176a8977c",
  "resources": [
    {
      "resourceInstanceName": "pNF a498d291-4a19 0",
      "resourceCustomizationUUID": "67990602-602c-45b9-8602-286ecf8b0ac8",
      "resourceName": "pNF a498d291-4a19",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "95a08ea9-f28e-4a01-aecb-636af265c68f",
      "resourceInvariantUUID": "8e91c943-e2be-45e1-9613-569e58db6414",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
      "artifactChecksum": "OWM1NmU5MTFmYmY1ZTJiOTcwYWMzZTYyY2E0ODNiYzE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "be007dae-3dea-4485-8bf1-6166d4912655"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T06:47:58.575Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T06:47:58.575Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 629d915f-6b85-4eeb-bd28-cbde30f0f8a3 ASDC
2023-03-22T06:47:58.576Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:08b6040e-7b4a-44c2-af7c-fcd04054adec
ServiceName:Demo_pNF_pktFZxOCThQPe4Zs60EQ
ServiceVersion:1.0
ServiceUUID:629d915f-6b85-4eeb-bd28-cbde30f0f8a3
ServiceInvariantUUID:73257fcb-88fc-45b6-a0b8-5f8176a8977c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
ArtifactUUID:be007dae-3dea-4485-8bf1-6166d4912655
ArtifactChecksum:OWM1NmU5MTFmYmY1ZTJiOTcwYWMzZTYyY2E0ODNiYzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF a498d291-4a19 0
ResourceCustomizationUUID:67990602-602c-45b9-8602-286ecf8b0ac8
ResourceInvariantUUID:8e91c943-e2be-45e1-9613-569e58db6414
ResourceName:pNF a498d291-4a19
ResourceType:PNF
ResourceUUID:95a08ea9-f28e-4a01-aecb-636af265c68f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-22T06:47:58.576Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 629d915f-6b85-4eeb-bd28-cbde30f0f8a3 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-22T06:47:58.629Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:47:58.630Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:47:58.630Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:47:58.630Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: be007dae-3dea-4485-8bf1-6166d4912655 from URL: /sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T06:47:58.630Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-03-22T06:47:58.630Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T06:47:58.939Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-03-22T06:47:58.941Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar be007dae-3dea-4485-8bf1-6166d4912655 88015
2023-03-22T06:47:58.941Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar ASDC sendASDCNotification
2023-03-22T06:47:58.941Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T06:47:58.941Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T06:47:58.942Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:47:58.942Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:47:58.942Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467678941,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:47:59.942Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:47:59.943Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-03-22T06:47:59.943Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: be007dae-3dea-4485-8bf1-6166d4912655, URL: /sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar to file: /app/ASDC/1/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T06:47:59.943Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T06:47:59.944Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T06:47:59.944Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T06:48:00.019Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3616247300383767425/Definitions/service-DemoPnfPktfzxocthqpe4zs60eq-template.yml
2023-03-22T06:48:00.610Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-22T06:48:00.611Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-03-22T06:48:00.611Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T06:48:00.611Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-22T06:48:00.611Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a498d291-4a19 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-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T06:48:00.611Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T06:48:00.611Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T06:48:00.611Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T06:48:00.611Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T06:48:00.611Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T06:48:00.611Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T06:48:00.611Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-03-22T06:48:00.611Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:48:00.611Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_pktFZxOCThQPe4Zs60EQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:48:00.611Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||DEBUG|500||Node template pNF a498d291-4a19 0 is matching search criteria
2023-03-22T06:48:00.611Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-03-22T06:48:00.611Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF a498d291-4a19 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T06:48:00.612Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:48:00.612Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_pktFZxOCThQPe4Zs60EQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:48:00.612Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||DEBUG|500||Node template pNF a498d291-4a19 0 is matching search criteria
2023-03-22T06:48:00.612Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-03-22T06:48:00.612Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF a498d291-4a19 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T06:48:00.612Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:48:00.612Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_pktFZxOCThQPe4Zs60EQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:48:00.612Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:48:00.612Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_pktFZxOCThQPe4Zs60EQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:48:00.612Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:48:00.612Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_pktFZxOCThQPe4Zs60EQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:48:00.612Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:48:00.612Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_pktFZxOCThQPe4Zs60EQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:48:00.612Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:48:00.612Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_pktFZxOCThQPe4Zs60EQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:48:00.612Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_pktFZxOCThQPe4Zs60EQ
Description:catalog service description
Model UUID:629d915f-6b85-4eeb-bd28-cbde30f0f8a3
Model Version:NULL
Model InvariantUuid:73257fcb-88fc-45b6-a0b8-5f8176a8977c
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-22T06:48:00.629Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 95a08ea9-f28e-4a01-aecb-636af265c68f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T06:48:00.632Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||INFO|500||pNF a498d291-4a19 0
2023-03-22T06:48:00.633Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 95a08ea9-f28e-4a01-aecb-636af265c68f
2023-03-22T06:48:00.633Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 629d915f-6b85-4eeb-bd28-cbde30f0f8a3
2023-03-22T06:48:00.633Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 629d915f-6b85-4eeb-bd28-cbde30f0f8a3
2023-03-22T06:48:00.633Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF a498d291-4a19 0 95a08ea9-f28e-4a01-aecb-636af265c68f 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-22T06:48:00.645Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2d3d89f0, org.onap.sdc.toscaparser.api.parameters.Input@42e8dad6, org.onap.sdc.toscaparser.api.parameters.Input@3ba3d122, org.onap.sdc.toscaparser.api.parameters.Input@4ec1fe72, org.onap.sdc.toscaparser.api.parameters.Input@f729c53]
2023-03-22T06:48:00.645Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:48:00.645Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_pktFZxOCThQPe4Zs60EQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:48:00.645Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 629d915f-6b85-4eeb-bd28-cbde30f0f8a3: pNF a498d291-4a19
2023-03-22T06:48:00.645Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||INFO|500||Processing PNF resource: 95a08ea9-f28e-4a01-aecb-636af265c68f
2023-03-22T06:48:00.645Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:48:00.645Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_pktFZxOCThQPe4Zs60EQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:48:00.645Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||INFO|500||Resource customization UUID: 67990602-602c-45b9-8602-286ecf8b0ac8 is the same as notified resource customizationUUID: 67990602-602c-45b9-8602-286ecf8b0ac8
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-22T06:48:00.720Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF a498d291-4a19 95a08ea9-f28e-4a01-aecb-636af265c68f 0 ASDC deployResourceStructure
2023-03-22T06:48:00.721Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar ASDC sendASDCNotification
2023-03-22T06:48:00.721Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T06:48:00.721Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-22T06:48:00.721Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:48:00.721Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:48:00.722Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467680721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:48:01.722Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 08b6040e-7b4a-44c2-af7c-fcd04054adec
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:48:01.742Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 08b6040e-7b4a-44c2-af7c-fcd04054adec
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:48:01.745Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T06:48:01.745Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T06:48:01.745Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T06:48:01.745Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T06:48:01.745Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:48:01.746Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:48:01.746Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:48:01.746Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:48:01.746Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-22T06:48:01.756Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T06:48:28.533Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:48:28.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:48:28.534Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:48:28.535Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:48:28.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:48:28.535Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-22T06:48:28.535Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:48:28.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:48:28.535Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:48:28.535Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:48:28.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:48:28.535Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:48:28.535Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:48:28.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:48:28.535Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467592928,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-22T06:48:28.535Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:48:28.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:48:28.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467593976,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 88b0302b-1d98-4d84-8518-e5897ddf5aab already exists"
}
2023-03-22T06:48:28.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:48:28.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:48:28.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467594978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1dfc083c-bd8d-4cd6-8b75-76501219274f already exists"
}
2023-03-22T06:48:28.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:48:28.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:48:28.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467626207,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T06:48:28.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:48:28.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:48:28.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:48:28.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:48:28.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:48:28.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:48:28.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:48:28.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:48:28.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:48:28.537Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:48:28.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:48:28.537Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:48:28.537Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:48:28.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:48:28.537Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:48:28.537Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:48:28.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:48:28.537Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:48:28.537Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:48:28.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:48:28.537Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:48:28.537Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:48:28.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:48:28.538Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:48:28.538Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:48:28.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:48:28.538Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467635566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T06:48:28.538Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:48:28.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:48:28.538Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467637265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bed1cd00-b292-4c69-9a78-f4650b984b17 already exists"
}
2023-03-22T06:48:28.538Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:48:28.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T06:48:28.538Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467638265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: cb2ca461-78a5-42df-8dee-78112a494a1c already exists"
}
2023-03-22T06:48:28.538Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:48:31.757Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 08b6040e-7b4a-44c2-af7c-fcd04054adec and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T06:48:31.765Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 08b6040e-7b4a-44c2-af7c-fcd04054adec and serviceModelVersionId: 629d915f-6b85-4eeb-bd28-cbde30f0f8a3
2023-03-22T06:48:31.765Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 73257fcb-88fc-45b6-a0b8-5f8176a8977c
2023-03-22T06:48:31.766Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/73257fcb-88fc-45b6-a0b8-5f8176a8977c/model-vers/model-ver/629d915f-6b85-4eeb-bd28-cbde30f0f8a3?depth=0
2023-03-22T06:48:31.772Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T06:48:31.790Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/73257fcb-88fc-45b6-a0b8-5f8176a8977c/model-vers/model-ver/629d915f-6b85-4eeb-bd28-cbde30f0f8a3?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-22T06:48:31.790Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/73257fcb-88fc-45b6-a0b8-5f8176a8977c/model-vers/model-ver/629d915f-6b85-4eeb-bd28-cbde30f0f8a3?depth=0|INFO|500||Invoke
2023-03-22T06:48:31.798Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/73257fcb-88fc-45b6-a0b8-5f8176a8977c/model-vers/model-ver/629d915f-6b85-4eeb-bd28-cbde30f0f8a3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T06:48:31.958Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/73257fcb-88fc-45b6-a0b8-5f8176a8977c/model-vers/model-ver/629d915f-6b85-4eeb-bd28-cbde30f0f8a3?depth=0|INFO|500||InvokeReturn
2023-03-22T06:48:31.958Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/73257fcb-88fc-45b6-a0b8-5f8176a8977c/model-vers/model-ver/629d915f-6b85-4eeb-bd28-cbde30f0f8a3?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 06:48:31 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[155], vertex-id=[208920], x-aai-txid=[0-aai-resources-230322-06:48:31:668-50170], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T06:48:31.958Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2023-03-22T06:48:31.959Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T06:48:31.959Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T06:48:31.964Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T06:48:31.964Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 08b6040e-7b4a-44c2-af7c-fcd04054adec and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T06:48:31.965Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T06:48:31.965Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:48:31.965Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:48:31.965Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467711965,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:48:32.990Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T06:48:32.991Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-22T06:48:32.991Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Node 1 disconnected.
2023-03-22T06:48:32.992Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Cancelled in-flight METADATA request with correlation id 142081 due to node 1 being disconnected (elapsed time since creation: 0ms, elapsed time since send: 0ms, request timeout: 30000ms)
2023-03-22T06:48:32.992Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Node 2 disconnected.
2023-03-22T06:48:32.993Z||pool-2-thread-6|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:48:32.993Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:48:32.993Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:48:32.993Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] (Re-)joining group
2023-03-22T06:48:32.997Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-b678bf99-c9e3-471d-a4df-e93ea31f327d
2023-03-22T06:48:32.997Z||pool-2-thread-6|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=8, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-22T06:48:32.997Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:48:32.997Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] (Re-)joining group
2023-03-22T06:48:33.480Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:48:36.489Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:48:39.501Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:48:42.510Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:48:45.518Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:48:48.527Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:48:51.537Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:48:54.544Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:48:57.552Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:49:00.561Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:49:03.569Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:49:06.578Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:49:09.587Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:49:12.595Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:49:15.604Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:49:18.614Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:49:21.622Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:49:24.629Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:49:27.638Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:49:28.533Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:49:28.550Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:49:28.550Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] (Re-)joining group
2023-03-22T06:49:28.558Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully joined group with generation Generation{generationId=23, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T06:49:28.559Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Successfully joined group with generation Generation{generationId=23, memberId='SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-b678bf99-c9e3-471d-a4df-e93ea31f327d', protocol='range'}
2023-03-22T06:49:28.563Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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 XYq5vfp-SDeZ0oC43IeGTw
2023-03-22T06:49:28.563Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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 XYq5vfp-SDeZ0oC43IeGTw
2023-03-22T06:49:28.563Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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 XYq5vfp-SDeZ0oC43IeGTw
2023-03-22T06:49:28.563Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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 XYq5vfp-SDeZ0oC43IeGTw
2023-03-22T06:49:28.563Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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 XYq5vfp-SDeZ0oC43IeGTw
2023-03-22T06:49:28.563Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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 XYq5vfp-SDeZ0oC43IeGTw
2023-03-22T06:49:28.564Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Finished assignment for group at generation 23: {SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-b678bf99-c9e3-471d-a4df-e93ea31f327d=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-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-22T06:49:28.579Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Successfully synced group in generation Generation{generationId=23, memberId='SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-b678bf99-c9e3-471d-a4df-e93ea31f327d', protocol='range'}
2023-03-22T06:49:28.579Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:49:28.580Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:49:28.579Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully synced group in generation Generation{generationId=23, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T06:49:28.580Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:49:28.580Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:49:28.584Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:49:28.584Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:49:28.585Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:49:28.585Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:49:28.585Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:49:28.585Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-22T06:49:28.587Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:49:28.587Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:49:28.587Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:49:28.587Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1122, 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-22T06:49:28.587Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:49:28.588Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:49:28.668Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-22T06:49:28.668Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"1a5e8e35-87ed-40f0-91a8-3b150a1e0fca","serviceName":"basic_onboard_NCnVBE","serviceVersion":"1.0","serviceUUID":"e5f12647-c344-47df-98f7-08a8565b00b6","serviceDescription":"service","serviceInvariantUUID":"51f08bee-59f8-40fa-935c-cd0599c584b5","resources":[{"resourceInstanceName":"basic_onboard_NCnVBE 0","resourceName":"basic_onboard_NCnVBE","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"73768750-8efc-41f5-8d10-5bfad5a080c6","resourceInvariantUUID":"3f902fda-2512-4773-9240-2d25a4405852","resourceCustomizationUUID":"f212e54c-b0bb-4702-b4c4-175e06e278d2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vf-license-model.xml","artifactChecksum":"OTA1ZTkxNzEyZTViN2JiM2U4NGIyMDBkNWU3NzNjZmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"19f3bbed-75be-40ee-b35d-a9d87796e6f1","artifactVersion":"1"},{"artifactName":"basic_onboard_ncnvbe0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json","artifactChecksum":"ZWQ3NTUzZmZlNGY2MGFmNTVmZWQ5OTA0NDFhM2ZmMTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ceda833e-13d7-416e-883f-3f2acb53642c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0dff949b-8137-4b9a-ab54-eb6f0bdd3a39","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5d7083d5-a974-48d7-8a4a-5859d7f018f7","artifactVersion":"2","generatedFromUUID":"2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNcnvbe-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-template.yml","artifactChecksum":"MzFlODEzZDM0NzhjOWZiYTdiMGRkODUxMzU2MTdmNzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"97614832-45b7-45e5-b1d5-5a9c89fe5a74","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNcnvbe-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar","artifactChecksum":"Y2Q1OGViOTJjODRmZWE4OWJiY2VjMTMxMzgxZTJlMDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aef3d4fb-c703-4c66-af36-81e4bf7b5d1d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T06:49:28.669Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:49:28.669Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:49:28.669Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:49:28.669Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:49:29.603Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T06:49:29.603Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467669525,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T06:49:29.604Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:49:29.604Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T06:49:29.604Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:49:29.604Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:49:29.604Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T06:49:29.604Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:49:29.604Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:49:29.604Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T06:49:29.604Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:49:29.604Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:49:29.604Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T06:49:29.604Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:49:29.604Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:49:29.605Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T06:49:29.605Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:49:29.605Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:49:29.605Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T06:49:29.605Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:49:29.605Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:49:29.605Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T06:49:29.605Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:49:29.605Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:49:29.605Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T06:49:29.605Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467070271,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:49:29.605Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:49:29.605Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T06:49:29.605Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467678941,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T06:49:29.605Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:49:29.605Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T06:49:29.605Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467680721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-22T06:49:29.605Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:49:29.605Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T06:49:29.605Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467711965,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T06:49:29.606Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:49:29.606Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T06:49:29.606Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:49:29.606Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:49:29.669Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:49:29.670Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:49:29.670Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:49:29.670Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:49:30.671Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:49:30.671Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:49:30.672Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:49:30.672Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:49:31.672Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:49:31.673Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:49:31.673Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:49:31.673Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:49:32.674Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:49:32.674Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:49:32.674Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:49:32.674Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:49:33.675Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:49:33.675Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:49:33.675Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:49:33.675Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:49:34.676Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:49:34.677Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:49:34.677Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:49:34.677Z||pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:49:35.678Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "serviceName": "basic_onboard_NCnVBE",
  "serviceVersion": "1.0",
  "serviceUUID": "e5f12647-c344-47df-98f7-08a8565b00b6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "51f08bee-59f8-40fa-935c-cd0599c584b5",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_NCnVBE 0",
      "resourceCustomizationUUID": "f212e54c-b0bb-4702-b4c4-175e06e278d2",
      "resourceName": "basic_onboard_NCnVBE",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "73768750-8efc-41f5-8d10-5bfad5a080c6",
      "resourceInvariantUUID": "3f902fda-2512-4773-9240-2d25a4405852",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ncnvbe0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
          "artifactChecksum": "ZWQ3NTUzZmZlNGY2MGFmNTVmZWQ5OTA0NDFhM2ZmMTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ceda833e-13d7-416e-883f-3f2acb53642c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5d7083d5-a974-48d7-8a4a-5859d7f018f7",
            "generatedFromUUID": "2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5d7083d5-a974-48d7-8a4a-5859d7f018f7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardNcnvbe-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
      "artifactChecksum": "Y2Q1OGViOTJjODRmZWE4OWJiY2VjMTMxMzgxZTJlMDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "aef3d4fb-c703-4c66-af36-81e4bf7b5d1d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T06:49:35.678Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T06:49:35.679Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e5f12647-c344-47df-98f7-08a8565b00b6 ASDC
2023-03-22T06:49:35.679Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
ServiceName:basic_onboard_NCnVBE
ServiceVersion:1.0
ServiceUUID:e5f12647-c344-47df-98f7-08a8565b00b6
ServiceInvariantUUID:51f08bee-59f8-40fa-935c-cd0599c584b5
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNcnvbe-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar
ArtifactUUID:aef3d4fb-c703-4c66-af36-81e4bf7b5d1d
ArtifactChecksum:Y2Q1OGViOTJjODRmZWE4OWJiY2VjMTMxMzgxZTJlMDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_NCnVBE 0
ResourceCustomizationUUID:f212e54c-b0bb-4702-b4c4-175e06e278d2
ResourceInvariantUUID:3f902fda-2512-4773-9240-2d25a4405852
ResourceName:basic_onboard_NCnVBE
ResourceType:VF
ResourceUUID:73768750-8efc-41f5-8d10-5bfad5a080c6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ncnvbe0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json
ArtifactUUID:ceda833e-13d7-416e-883f-3f2acb53642c
ArtifactChecksum:ZWQ3NTUzZmZlNGY2MGFmNTVmZWQ5OTA0NDFhM2ZmMTY=
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/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml
ArtifactUUID:2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33
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/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env
ArtifactUUID:5d7083d5-a974-48d7-8a4a-5859d7f018f7
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/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env
ArtifactUUID:5d7083d5-a974-48d7-8a4a-5859d7f018f7
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-22T06:49:35.679Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e5f12647-c344-47df-98f7-08a8565b00b6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:49:35.719Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:49:35.719Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-22T06:49:35.719Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-22T06:49:35.719Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: aef3d4fb-c703-4c66-af36-81e4bf7b5d1d from URL: /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar
2023-03-22T06:49:35.719Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-22T06:49:35.720Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar
2023-03-22T06:49:35.749Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-03-22T06:49:35.749Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@70e2fd0f
2023-03-22T06:49:35.749Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T06:49:35.750Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardNcnvbe"
      ]
    }
  }
}
2023-03-22T06:49:35.750Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardNcnvbe-csar.csar /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar aef3d4fb-c703-4c66-af36-81e4bf7b5d1d Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T06:49:35.750Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar ASDC sendASDCNotification
2023-03-22T06:49:35.750Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar(Specified artifact is  not found)
2023-03-22T06:49:35.750Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T06:49:35.750Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:49:35.750Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:49:35.751Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467775750,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:49:36.751Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||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-BasicOnboardNcnvbe-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar(UUID:aef3d4fb-c703-4c66-af36-81e4bf7b5d1d)
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-22T06:49:36.775Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||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-22T06:49:36.775Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 73768750-8efc-41f5-8d10-5bfad5a080c6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T06:49:36.780Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||INFO|500||basic_onboard_NCnVBE 0
2023-03-22T06:49:36.780Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 73768750-8efc-41f5-8d10-5bfad5a080c6
2023-03-22T06:49:36.781Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ceda833e-13d7-416e-883f-3f2acb53642c from URL: /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json
2023-03-22T06:49:36.781Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-22T06:49:36.781Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json
2023-03-22T06:49:36.803Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-03-22T06:49:36.803Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4e61222e
2023-03-22T06:49:36.804Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T06:49:36.804Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardNcnvbe"
      ]
    }
  }
}
2023-03-22T06:49:36.804Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_ncnvbe0_modules.json /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json ceda833e-13d7-416e-883f-3f2acb53642c Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T06:49:36.804Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json ASDC sendASDCNotification
2023-03-22T06:49:36.804Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json(Specified artifact is  not found)
2023-03-22T06:49:36.804Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T06:49:36.804Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:49:36.805Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:49:36.805Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467776804,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:49:37.806Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||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_ncnvbe0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json(UUID:ceda833e-13d7-416e-883f-3f2acb53642c)
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-22T06:49:37.806Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:49:37.835Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:49:37.841Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T06:49:37.841Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T06:50:07.841Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:50:07.868Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:50:07.874Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T06:50:07.874Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T06:50:28.533Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:50:28.534Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T06:50:28.535Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T06:50:28.535Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:50:37.874Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:50:37.901Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:50:37.908Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T06:50:37.909Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T06:51:07.909Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:51:07.932Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:51:07.936Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T06:51:07.937Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T06:51:28.533Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:51:28.534Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T06:51:28.534Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-22T06:51:28.535Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:51:28.535Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T06:51:28.535Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:51:28.535Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:51:28.535Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T06:51:28.535Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-22T06:51:28.535Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:51:28.535Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T06:51:28.535Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:51:28.535Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:51:28.535Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T06:51:28.535Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:51:28.535Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:51:28.536Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T06:51:28.536Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467775750,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-22T06:51:28.536Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:51:28.536Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T06:51:28.536Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467776804,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-22T06:51:28.536Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:51:37.937Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:51:37.963Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:51:37.968Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T06:51:37.968Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T06:52:07.968Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:52:07.985Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:52:07.988Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T06:52:07.988Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T06:52:28.533Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:52:37.989Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:52:38.010Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:52:38.014Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T06:52:38.014Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T06:53:08.014Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:53:08.039Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:53:08.042Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T06:53:08.042Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T06:53:28.534Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:53:38.043Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:53:38.069Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:53:38.074Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T06:53:38.074Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T06:54:08.074Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:54:08.097Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:54:08.102Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T06:54:08.102Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T06:54:28.535Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:54:28.707Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T06:54:28.708Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Member SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-b678bf99-c9e3-471d-a4df-e93ea31f327d sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-22T06:54:28.708Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-22T06:54:28.708Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-22T06:54:29.118Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T06:54:29.135Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:54:29.136Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] (Re-)joining group
2023-03-22T06:54:29.141Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully joined group with generation Generation{generationId=24, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T06:54:29.142Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Finished assignment for group at generation 24: {SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-22T06:54:29.158Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully synced group in generation Generation{generationId=24, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T06:54:29.159Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:54:29.159Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:54:29.163Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:54:29.164Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:54:29.164Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:54:29.164Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:54:29.164Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:54:29.165Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T06:54:38.102Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-22T06:54:38.103Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T06:54:38.114Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca and serviceModelVersionId: e5f12647-c344-47df-98f7-08a8565b00b6
2023-03-22T06:54:38.114Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 51f08bee-59f8-40fa-935c-cd0599c584b5
2023-03-22T06:54:38.115Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0
2023-03-22T06:54:38.120Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T06:54:38.136Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|INFO|500||Invoke
2023-03-22T06:54:38.136Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1a5e8e35-87ed-40f0-91a8-3b150a1e0fca], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1e68c2dd-f90b-4be8-9e02-1cfc8779ffbc], X-ECOMP-RequestID=[1a5e8e35-87ed-40f0-91a8-3b150a1e0fca], X-TransactionId=[], X-ONAP-RequestID=[1a5e8e35-87ed-40f0-91a8-3b150a1e0fca], Content-Type=[application/merge-patch+json]}
2023-03-22T06:54:38.145Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-22T06:54:38.193Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0 has http status code:404 and response headers:{date=[Wed, 22 Mar 2023 06:54:38 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[39], x-aai-txid=[1-aai-resources-230322-06:54:38:024-51264], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T06:54:38.195Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6","ERR.5.4.6114"]}}}

2023-03-22T06:54:38.195Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-22T06:54:38.197Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
2023-03-22T06:54:38.197Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T06:54:38.198Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
2023-03-22T06:54:38.198Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T06:54:38.205Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T06:54:38.205Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
2023-03-22T06:54:38.205Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-22T06:54:38.205Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:54:38.205Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:54:38.206Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468078205,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:54:38.224Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T06:54:38.224Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468078205,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec\u003dERR.5.4.6114)"
}
2023-03-22T06:54:38.224Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:54:39.232Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-22T06:54:39.233Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"fbc0587e-4f99-4206-ac97-4f248ab7b2de","serviceName":"vFW 2023-03-22 05-25-55","serviceVersion":"1.0","serviceUUID":"eda70000-0f19-4eaf-b072-0771557b768b","serviceDescription":"catalog service description","serviceInvariantUUID":"54638bfb-5802-44c3-ba60-61ecd799a1bc","resources":[{"resourceInstanceName":"vFW 3229eeab-6ab8 0","resourceName":"vFW 3229eeab-6ab8","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850","resourceInvariantUUID":"6f487355-e424-4b76-9ef4-7f60cecc0cee","resourceCustomizationUUID":"bbf43dff-a85c-4ce3-9384-ff2f1d0c1478","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vf-license-model.xml","artifactChecksum":"ZTk2NGJjN2RmNjIyODk5M2YxODVjYWM0MmE5NDU2NjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"327fa8b9-2434-45ca-a5cb-6c0e0c48f279","artifactVersion":"1"},{"artifactName":"vfw3229eeab6ab80_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json","artifactChecksum":"YjhjOTY1OGI5YWEyOGJhODkwMWIwMzBlYjcwYTEyMzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"127b1619-50cf-438a-a046-c05d6a5e780b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"24d6c314-9225-43b0-9b4a-495965c4b649","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vendor-license-model.xml","artifactChecksum":"ZDIwMTBhYTFkOWY1ZTc0YTc0OTM0MmE0Zjg3NTI4Zjc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e883ee8a-b506-436c-8720-ece3099298d8","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"50d273c5-c4c8-48ad-97b1-0fcf90649b8d","artifactVersion":"2","generatedFromUUID":"24d6c314-9225-43b0-9b4a-495965c4b649"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230322052555-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-template.yml","artifactChecksum":"MDkzODk1YzU4OTAyYTFlOWM5YTFkYjljNWYxMWFmMjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"527da56d-ecd6-45fc-81ca-1ca14b3fe96a","artifactVersion":"1"},{"artifactName":"service-Vfw20230322052555-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar","artifactChecksum":"OTBmMWEwY2YzZDk1MzU0NzhlY2RiOTFkMjc5YTVkOGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T06:54:39.233Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:54:39.233Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:54:39.233Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:54:39.233Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:54:40.234Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:54:40.235Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:54:40.235Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:54:40.235Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:54:41.237Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:54:41.237Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:54:41.237Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:54:41.237Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:54:42.239Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:54:42.239Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:54:42.239Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:54:42.239Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:54:43.241Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:54:43.241Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:54:43.241Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:54:43.241Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:54:44.243Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:54:44.244Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:54:44.244Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:54:44.244Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:54:45.245Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:54:45.246Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:54:45.246Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:54:45.246Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:54:46.248Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "serviceName": "vFW 2023-03-22 05-25-55",
  "serviceVersion": "1.0",
  "serviceUUID": "eda70000-0f19-4eaf-b072-0771557b768b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "54638bfb-5802-44c3-ba60-61ecd799a1bc",
  "resources": [
    {
      "resourceInstanceName": "vFW 3229eeab-6ab8 0",
      "resourceCustomizationUUID": "bbf43dff-a85c-4ce3-9384-ff2f1d0c1478",
      "resourceName": "vFW 3229eeab-6ab8",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850",
      "resourceInvariantUUID": "6f487355-e424-4b76-9ef4-7f60cecc0cee",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw3229eeab6ab80_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json",
          "artifactChecksum": "YjhjOTY1OGI5YWEyOGJhODkwMWIwMzBlYjcwYTEyMzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "127b1619-50cf-438a-a046-c05d6a5e780b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "24d6c314-9225-43b0-9b4a-495965c4b649",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "50d273c5-c4c8-48ad-97b1-0fcf90649b8d",
            "generatedFromUUID": "24d6c314-9225-43b0-9b4a-495965c4b649"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "50d273c5-c4c8-48ad-97b1-0fcf90649b8d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230322052555-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
      "artifactChecksum": "OTBmMWEwY2YzZDk1MzU0NzhlY2RiOTFkMjc5YTVkOGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T06:54:46.248Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T06:54:46.248Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eda70000-0f19-4eaf-b072-0771557b768b ASDC
2023-03-22T06:54:46.249Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:fbc0587e-4f99-4206-ac97-4f248ab7b2de
ServiceName:vFW 2023-03-22 05-25-55
ServiceVersion:1.0
ServiceUUID:eda70000-0f19-4eaf-b072-0771557b768b
ServiceInvariantUUID:54638bfb-5802-44c3-ba60-61ecd799a1bc
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230322052555-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar
ArtifactUUID:bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f
ArtifactChecksum:OTBmMWEwY2YzZDk1MzU0NzhlY2RiOTFkMjc5YTVkOGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 3229eeab-6ab8 0
ResourceCustomizationUUID:bbf43dff-a85c-4ce3-9384-ff2f1d0c1478
ResourceInvariantUUID:6f487355-e424-4b76-9ef4-7f60cecc0cee
ResourceName:vFW 3229eeab-6ab8
ResourceType:VF
ResourceUUID:bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw3229eeab6ab80_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json
ArtifactUUID:127b1619-50cf-438a-a046-c05d6a5e780b
ArtifactChecksum:YjhjOTY1OGI5YWEyOGJhODkwMWIwMzBlYjcwYTEyMzA=
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/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml
ArtifactUUID:24d6c314-9225-43b0-9b4a-495965c4b649
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/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env
ArtifactUUID:50d273c5-c4c8-48ad-97b1-0fcf90649b8d
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/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env
ArtifactUUID:50d273c5-c4c8-48ad-97b1-0fcf90649b8d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-22T06:54:46.249Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eda70000-0f19-4eaf-b072-0771557b768b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:54:46.296Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:54:46.297Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-22T06:54:46.297Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-22T06:54:46.297Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f from URL: /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar
2023-03-22T06:54:46.298Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-22T06:54:46.298Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar
2023-03-22T06:54:46.594Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-22T06:54:46.598Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f 101497
2023-03-22T06:54:46.598Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar ASDC sendASDCNotification
2023-03-22T06:54:46.598Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar
2023-03-22T06:54:46.598Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T06:54:46.598Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:54:46.598Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:54:46.598Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468086598,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:54:47.599Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:54:47.600Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-22T06:54:47.600Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f, URL: /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar to file: /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:54:47.600Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230322052555-csar.csar
2023-03-22T06:54:47.600Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:54:47.601Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:54:47.749Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18313844398623186338/Definitions/service-Vfw20230322052555-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-22T06:54:49.170Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-22T06:54:49.170Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-22T06:54:49.170Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:54:49.170Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-22T06:54:49.170Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:54:49.170Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3229eeab-6ab8 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-Vfw20230322052555-csar.csar
2023-03-22T06:54:49.170Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:54:49.170Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:54:49.170Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:54:49.170Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:54:49.170Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:54:49.170Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:54:49.170Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:54:49.171Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:54:49.171Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T06:54:49.171Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-22T06:54:49.171Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:54:49.171Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:54:49.171Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T06:54:49.171Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-22T06:54:49.171Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T06:54:49.171Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:54:49.171Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:54:49.171Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T06:54:49.171Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-22T06:54:49.171Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T06:54:49.171Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:54:49.171Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:54:49.171Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:54:49.171Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is not matching search criteria
2023-03-22T06:54:49.171Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T06:54:49.171Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T06:54:49.172Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:54:49.172Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T06:54:49.172Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T06:54:49.172Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:54:49.172Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T06:54:49.172Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T06:54:49.172Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T06:54:49.172Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:54:49.172Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T06:54:49.172Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T06:54:49.172Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T06:54:49.172Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T06:54:49.172Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:54:49.172Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-22T06:54:49.172Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:54:49.172Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-22T06:54:49.172Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:54:49.173Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T06:54:49.173Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T06:54:49.173Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:54:49.173Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T06:54:49.173Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T06:54:49.173Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:54:49.173Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T06:54:49.173Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T06:54:49.173Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:54:49.173Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is not matching search criteria
2023-03-22T06:54:49.173Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T06:54:49.173Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-22T06:54:49.173Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T06:54:49.173Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T06:54:49.173Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T06:54:49.173Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:54:49.173Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T06:54:49.173Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T06:54:49.173Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T06:54:49.173Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T06:54:49.173Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:54:49.173Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=aa314a86-cb0e-4a5b-b3dc-67ab85529aa3
2023-03-22T06:54:49.174Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:54:49.174Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is not matching search criteria
2023-03-22T06:54:49.174Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T06:54:49.174Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T06:54:49.174Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:54:49.174Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T06:54:49.174Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T06:54:49.174Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:54:49.174Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T06:54:49.174Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-22T06:54:49.174Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T06:54:49.174Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T06:54:49.174Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T06:54:49.174Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:54:49.174Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d9998ff5-07a8-4e06-a366-e2fa06343e60
2023-03-22T06:54:49.174Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:54:49.174Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is not matching search criteria
2023-03-22T06:54:49.174Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T06:54:49.174Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T06:54:49.174Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:54:49.174Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T06:54:49.175Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T06:54:49.175Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:54:49.175Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T06:54:49.175Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T06:54:49.175Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T06:54:49.175Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:54:49.175Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T06:54:49.175Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-22T06:54:49.175Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=72136b1f-0061-4b5e-8c0f-044f0a8cd6b2
2023-03-22T06:54:49.175Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:54:49.175Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:54:49.175Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:54:49.175Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:54:49.175Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:54:49.175Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:54:49.175Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:54:49.175Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:54:49.175Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-22 05-25-55
Description:catalog service description
Model UUID:eda70000-0f19-4eaf-b072-0771557b768b
Model Version:NULL
Model InvariantUuid:54638bfb-5802-44c3-ba60-61ecd799a1bc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 3229eeab-6ab8
Model UUID:dd90c608-56d0-4044-b77e-6f9404d60812
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6f487355-e424-4b76-9ef4-7f60cecc0cee
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bbf43dff-a85c-4ce3-9384-ff2f1d0c1478
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2340f6cb-b4db-4011-b9c3-b4bb2848eb7c
ModelName:Vfw3229eeab6ab8..base_vfw..module-0
ModelUuid:c74453a0-bfa7-4668-9055-82db75071a8d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:aa314a86-cb0e-4a5b-b3dc-67ab85529aa3
ModelInvariantUuid:74332490-9cd4-4220-be9e-93c4591dd72d
ModelName:vFW 3229eeab-6ab8-nodes.vfwCvfc
ModelUuid:61ffbf75-6e28-4757-a025-b2c0ab962a74
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:b563dbc2-8b56-450f-a599-b56cc6be1007
ModelInvariantUuid:e6f4acf5-2121-4837-8eb8-e79dbf0b46ec
ModelName:Vfw3229eeab6ab8.compute.nodes.heat.vfw
ModelUuid:3ddfdfb8-55a4-40cd-9b94-9474bbb1c6d3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:d9998ff5-07a8-4e06-a366-e2fa06343e60
ModelInvariantUuid:75eef7ce-cbf0-426f-a147-534c62c9b134
ModelName:vFW 3229eeab-6ab8-nodes.vsnCvfc
ModelUuid:4c386c48-c8e8-4e57-8fc6-0995d6047810
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:7ea81968-c783-413a-9c62-f56e7faf2485
ModelInvariantUuid:8251d429-389a-4c59-b3bb-f88c27094de4
ModelName:Vfw3229eeab6ab8.compute.nodes.heat.vsn
ModelUuid:7baacf9a-a7aa-4a5d-9cd8-e291da6e2df3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:72136b1f-0061-4b5e-8c0f-044f0a8cd6b2
ModelInvariantUuid:212509d2-d95e-4210-9e4f-19fde5069d41
ModelName:vFW 3229eeab-6ab8-nodes.vpgCvfc
ModelUuid:44417cb2-1a4d-4bbd-972e-b0b0505ab818
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:1600c0ab-d5be-4c3c-83e2-1b664c1463d8
ModelInvariantUuid:d3c4495c-70b8-4c49-b3c6-423d142f6163
ModelName:Vfw3229eeab6ab8.compute.nodes.heat.vpg
ModelUuid:c23fe525-aef3-474a-ba0e-b18de4f76ede
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-22T06:54:49.217Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||ERROR|500||Csar with UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f already exists
2023-03-22T06:54:49.217Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar ASDC sendASDCNotification
2023-03-22T06:54:49.217Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar(Csar with UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f already exists)
2023-03-22T06:54:49.217Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:54:49.217Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:54:49.217Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:54:49.217Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468089217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:54:50.218Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar ASDC sendASDCNotification
2023-03-22T06:54:50.219Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar(Resource with UUID: bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850 already exists)
2023-03-22T06:54:50.219Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:54:50.219Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:54:50.219Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:54:50.219Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468090218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:54:51.220Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fbc0587e-4f99-4206-ac97-4f248ab7b2de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:54:51.239Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fbc0587e-4f99-4206-ac97-4f248ab7b2de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:54:51.242Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T06:54:51.242Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T06:54:51.242Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T06:54:51.242Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T06:54:51.242Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:54:51.242Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:54:51.242Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:54:51.242Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:54:51.242Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-22T06:54:51.252Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T06:55:21.252Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fbc0587e-4f99-4206-ac97-4f248ab7b2de and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T06:55:21.263Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fbc0587e-4f99-4206-ac97-4f248ab7b2de and serviceModelVersionId: eda70000-0f19-4eaf-b072-0771557b768b
2023-03-22T06:55:21.264Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 54638bfb-5802-44c3-ba60-61ecd799a1bc
2023-03-22T06:55:21.264Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0
2023-03-22T06:55:21.270Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T06:55:21.283Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0|INFO|500||Invoke
2023-03-22T06:55:21.284Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fbc0587e-4f99-4206-ac97-4f248ab7b2de], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[274401ea-4f2b-403f-805a-8c8dab9a4d30], X-ECOMP-RequestID=[fbc0587e-4f99-4206-ac97-4f248ab7b2de], X-TransactionId=[], X-ONAP-RequestID=[fbc0587e-4f99-4206-ac97-4f248ab7b2de], Content-Type=[application/merge-patch+json]}
2023-03-22T06:55:21.290Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T06:55:21.432Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 06:55:21 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[138], vertex-id=[188528], x-aai-txid=[1-aai-resources-230322-06:55:21:162-609], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T06:55:21.432Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-22T06:55:21.433Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0|INFO|500||InvokeReturn
2023-03-22T06:55:21.433Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T06:55:21.433Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T06:55:21.441Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T06:55:21.441Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fbc0587e-4f99-4206-ac97-4f248ab7b2de and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T06:55:21.441Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T06:55:21.441Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:55:21.441Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:55:21.441Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468121441,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:55:22.469Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-22T06:55:22.469Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"e45a6ddb-db7b-441f-b7ed-2e79323362e4","serviceName":"vFW 2023-03-22 05-39-11","serviceVersion":"1.0","serviceUUID":"562f90e9-8e25-4df5-abb7-1b0c5d5c58ec","serviceDescription":"catalog service description","serviceInvariantUUID":"52e7b3d8-c424-43b5-ac13-789d4eb414c3","resources":[{"resourceInstanceName":"vFW c60b0202-0ea7 0","resourceName":"vFW c60b0202-0ea7","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a403d108-1e0a-4b72-ac99-f7abbce4ed23","resourceInvariantUUID":"8351f926-86d0-4cb7-823c-18b7802f48a1","resourceCustomizationUUID":"06e7df1e-8a54-4cc2-9b1f-86a8234bc06f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vf-license-model.xml","artifactChecksum":"NDhhYmFmMmY5Zjc5MTk2MDI3NzVkOTc0YWFhZTk1MDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ac048545-2b2d-4e16-a159-921d7d783742","artifactVersion":"1"},{"artifactName":"vfwc60b02020ea70_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json","artifactChecksum":"NmViOGFlN2U2MzE3NTY0NTdmNGY4MzJhZjFjYTMwMGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6849c46b-4130-4e78-b948-01a8c8600c05","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vendor-license-model.xml","artifactChecksum":"ZDJhNGY2ZjE0MGM0NGY4MWIzODE0ZDdlNjY3MmQ1NWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"330b063c-7793-44ce-a503-a49511c0d654","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"70401413-6f4d-49ec-be0e-187b3f996134","artifactVersion":"2","generatedFromUUID":"6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230322053911-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-template.yml","artifactChecksum":"ZjQ2NmEzOGYwMGNjYWE2Y2ZiZjYwOTcyYjExYWJiMDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4242fb19-e71a-48c4-b953-65a008cd83b8","artifactVersion":"1"},{"artifactName":"service-Vfw20230322053911-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar","artifactChecksum":"MzQ2NDA1NGJmMDE1NjcxMTQxM2RjMWJkYTQ5MDNjMDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"92a1cf4b-1054-452b-880a-e75dccd519aa","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T06:55:22.469Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:55:22.470Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:55:22.470Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:55:22.470Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:55:23.470Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:55:23.471Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:55:23.471Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:55:23.471Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:55:24.471Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:55:24.472Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:55:24.472Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:55:24.472Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:55:25.472Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:55:25.473Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:55:25.473Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:55:25.473Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:55:26.474Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:55:26.474Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:55:26.474Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:55:26.474Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:55:27.475Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:55:27.475Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:55:27.475Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:55:27.475Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:55:28.476Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:55:28.476Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:55:28.476Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:55:28.476Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:55:28.533Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:55:28.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:55:28.540Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:55:28.540Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:55:28.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:55:28.540Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T06:55:28.540Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:55:28.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:55:28.541Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-22T06:55:28.541Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:55:28.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:55:28.541Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:55:28.541Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:55:28.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:55:28.541Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-22T06:55:28.541Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:55:28.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:55:28.541Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:55:28.541Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:55:28.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:55:28.541Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:55:28.542Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:55:28.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:55:28.542Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468086598,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T06:55:28.542Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:55:28.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:55:28.542Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468089217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f already exists"
}
2023-03-22T06:55:28.542Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:55:28.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:55:28.542Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468090218,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850 already exists"
}
2023-03-22T06:55:28.542Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:55:28.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:55:28.543Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468121441,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T06:55:28.543Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:55:28.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:55:28.543Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:55:28.543Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:55:28.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:55:28.543Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T06:55:28.543Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:55:28.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:55:28.543Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-22T06:55:28.543Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:55:28.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:55:28.543Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:55:28.543Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:55:28.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:55:28.544Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-22T06:55:28.544Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:55:28.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:55:28.544Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:55:28.544Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:55:28.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:55:28.544Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:55:28.544Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:55:29.477Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "serviceName": "vFW 2023-03-22 05-39-11",
  "serviceVersion": "1.0",
  "serviceUUID": "562f90e9-8e25-4df5-abb7-1b0c5d5c58ec",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "52e7b3d8-c424-43b5-ac13-789d4eb414c3",
  "resources": [
    {
      "resourceInstanceName": "vFW c60b0202-0ea7 0",
      "resourceCustomizationUUID": "06e7df1e-8a54-4cc2-9b1f-86a8234bc06f",
      "resourceName": "vFW c60b0202-0ea7",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a403d108-1e0a-4b72-ac99-f7abbce4ed23",
      "resourceInvariantUUID": "8351f926-86d0-4cb7-823c-18b7802f48a1",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc60b02020ea70_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json",
          "artifactChecksum": "NmViOGFlN2U2MzE3NTY0NTdmNGY4MzJhZjFjYTMwMGQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6849c46b-4130-4e78-b948-01a8c8600c05",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "70401413-6f4d-49ec-be0e-187b3f996134",
            "generatedFromUUID": "6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "70401413-6f4d-49ec-be0e-187b3f996134",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230322053911-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
      "artifactChecksum": "MzQ2NDA1NGJmMDE1NjcxMTQxM2RjMWJkYTQ5MDNjMDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "92a1cf4b-1054-452b-880a-e75dccd519aa"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T06:55:29.478Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T06:55:29.478Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 562f90e9-8e25-4df5-abb7-1b0c5d5c58ec ASDC
2023-03-22T06:55:29.478Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:e45a6ddb-db7b-441f-b7ed-2e79323362e4
ServiceName:vFW 2023-03-22 05-39-11
ServiceVersion:1.0
ServiceUUID:562f90e9-8e25-4df5-abb7-1b0c5d5c58ec
ServiceInvariantUUID:52e7b3d8-c424-43b5-ac13-789d4eb414c3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230322053911-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar
ArtifactUUID:92a1cf4b-1054-452b-880a-e75dccd519aa
ArtifactChecksum:MzQ2NDA1NGJmMDE1NjcxMTQxM2RjMWJkYTQ5MDNjMDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c60b0202-0ea7 0
ResourceCustomizationUUID:06e7df1e-8a54-4cc2-9b1f-86a8234bc06f
ResourceInvariantUUID:8351f926-86d0-4cb7-823c-18b7802f48a1
ResourceName:vFW c60b0202-0ea7
ResourceType:VF
ResourceUUID:a403d108-1e0a-4b72-ac99-f7abbce4ed23
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc60b02020ea70_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json
ArtifactUUID:6849c46b-4130-4e78-b948-01a8c8600c05
ArtifactChecksum:NmViOGFlN2U2MzE3NTY0NTdmNGY4MzJhZjFjYTMwMGQ=
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/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml
ArtifactUUID:6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5
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/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env
ArtifactUUID:70401413-6f4d-49ec-be0e-187b3f996134
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/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env
ArtifactUUID:70401413-6f4d-49ec-be0e-187b3f996134
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-22T06:55:29.478Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 562f90e9-8e25-4df5-abb7-1b0c5d5c58ec ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:55:29.527Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:55:29.528Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-22T06:55:29.528Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-22T06:55:29.528Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa from URL: /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar
2023-03-22T06:55:29.528Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-22T06:55:29.529Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar
2023-03-22T06:55:29.822Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-22T06:55:29.825Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar 92a1cf4b-1054-452b-880a-e75dccd519aa 101506
2023-03-22T06:55:29.825Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar ASDC sendASDCNotification
2023-03-22T06:55:29.825Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar
2023-03-22T06:55:29.825Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T06:55:29.825Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:55:29.825Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:55:29.825Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468129825,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:55:30.826Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:55:30.827Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-22T06:55:30.827Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa, URL: /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar to file: /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:55:30.827Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230322053911-csar.csar
2023-03-22T06:55:30.828Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:55:30.828Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:55:30.937Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1812989395785137532/Definitions/service-Vfw20230322053911-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-22T06:55:32.390Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-22T06:55:32.390Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-22T06:55:32.390Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:55:32.390Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-22T06:55:32.390Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:55:32.390Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:55:32.390Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:55:32.391Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c60b0202-0ea7 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-Vfw20230322053911-csar.csar
2023-03-22T06:55:32.391Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:55:32.391Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:55:32.391Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:55:32.391Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:55:32.391Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:55:32.391Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:55:32.391Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T06:55:32.391Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-22T06:55:32.391Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:55:32.391Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:55:32.391Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T06:55:32.391Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-22T06:55:32.391Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T06:55:32.391Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:55:32.391Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:55:32.391Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T06:55:32.391Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-22T06:55:32.391Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T06:55:32.392Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:55:32.392Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:55:32.392Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:55:32.392Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is not matching search criteria
2023-03-22T06:55:32.392Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T06:55:32.392Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T06:55:32.392Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:55:32.392Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T06:55:32.392Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T06:55:32.392Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:55:32.392Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T06:55:32.392Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T06:55:32.392Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T06:55:32.392Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:55:32.392Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T06:55:32.392Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T06:55:32.392Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T06:55:32.392Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T06:55:32.392Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:55:32.392Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-22T06:55:32.393Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:55:32.393Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-22T06:55:32.393Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:55:32.393Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T06:55:32.393Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T06:55:32.393Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:55:32.393Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T06:55:32.393Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T06:55:32.393Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:55:32.393Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T06:55:32.393Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T06:55:32.393Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:55:32.393Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is not matching search criteria
2023-03-22T06:55:32.393Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T06:55:32.393Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-22T06:55:32.393Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T06:55:32.393Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T06:55:32.394Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T06:55:32.394Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:55:32.394Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T06:55:32.394Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T06:55:32.394Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T06:55:32.394Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T06:55:32.394Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:55:32.394Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=206c1997-b141-46b2-9d54-58f6537370b4
2023-03-22T06:55:32.395Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:55:32.395Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is not matching search criteria
2023-03-22T06:55:32.395Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T06:55:32.395Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T06:55:32.395Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:55:32.395Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T06:55:32.395Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T06:55:32.395Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:55:32.395Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T06:55:32.395Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-22T06:55:32.395Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T06:55:32.395Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T06:55:32.395Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T06:55:32.395Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:55:32.395Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b4e01378-0842-4b95-b007-3ff10435fd7f
2023-03-22T06:55:32.395Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:55:32.395Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is not matching search criteria
2023-03-22T06:55:32.396Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T06:55:32.396Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T06:55:32.396Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:55:32.396Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T06:55:32.396Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T06:55:32.396Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T06:55:32.396Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T06:55:32.396Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T06:55:32.396Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T06:55:32.396Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T06:55:32.396Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T06:55:32.396Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-22T06:55:32.396Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3b592c80-4694-4e6b-b370-b55c6b9b8c7a
2023-03-22T06:55:32.397Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:55:32.397Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:55:32.397Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:55:32.397Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:55:32.397Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:55:32.397Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:55:32.397Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:55:32.397Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:55:32.397Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-22 05-39-11
Description:catalog service description
Model UUID:562f90e9-8e25-4df5-abb7-1b0c5d5c58ec
Model Version:NULL
Model InvariantUuid:52e7b3d8-c424-43b5-ac13-789d4eb414c3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c60b0202-0ea7
Model UUID:4b02448c-c22a-4af2-8c31-5bc4cd68a847
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8351f926-86d0-4cb7-823c-18b7802f48a1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:06e7df1e-8a54-4cc2-9b1f-86a8234bc06f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e6a99d09-50e2-41a0-83a9-772a39c5566f
ModelName:VfwC60b02020ea7..base_vfw..module-0
ModelUuid:41cdfe7d-91ad-4bc3-b65d-bb4235a70705
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:206c1997-b141-46b2-9d54-58f6537370b4
ModelInvariantUuid:37b691ed-6612-4526-940c-3e394079630b
ModelName:vFW c60b0202-0ea7-nodes.vfwCvfc
ModelUuid:aa93ecc6-c0b2-4018-88b9-6b0d4aecf8bd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:a2df18d2-3fdb-4860-a301-0ef4bedbff9d
ModelInvariantUuid:7cccaa2e-d2f0-4077-9b9c-81f8c3ec8330
ModelName:VfwC60b02020ea7.compute.nodes.heat.vfw
ModelUuid:1993e040-202b-48bb-8eb8-907bd2b927ba
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:b4e01378-0842-4b95-b007-3ff10435fd7f
ModelInvariantUuid:e7177ea2-699a-419f-aa5f-2038fa1ea474
ModelName:vFW c60b0202-0ea7-nodes.vsnCvfc
ModelUuid:8a079ade-48ca-4f48-9af8-272723cac5ff
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:a9974314-41bf-4317-9b03-6461baecf54e
ModelInvariantUuid:854c0b2f-0303-45e3-8e3f-15d5a400209a
ModelName:VfwC60b02020ea7.compute.nodes.heat.vsn
ModelUuid:a30b7738-0dec-4740-94e1-85f3ae713a30
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:3b592c80-4694-4e6b-b370-b55c6b9b8c7a
ModelInvariantUuid:4fbcc6bf-54ba-402a-94de-b15fc858b0cb
ModelName:vFW c60b0202-0ea7-nodes.vpgCvfc
ModelUuid:6a108ab5-3f67-4128-855e-ac4bfa896c57
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:77c55b3d-f116-4bf0-81ca-27720f2cf36d
ModelInvariantUuid:2af9f482-4a84-430d-8fb2-b6638734ac2d
ModelName:VfwC60b02020ea7.compute.nodes.heat.vpg
ModelUuid:0922df60-f80a-4c67-940b-87ac2d65c358
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-22T06:55:32.438Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||ERROR|500||Csar with UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa already exists
2023-03-22T06:55:32.439Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar ASDC sendASDCNotification
2023-03-22T06:55:32.439Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar(Csar with UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa already exists)
2023-03-22T06:55:32.439Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:55:32.439Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:55:32.439Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:55:32.439Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468132438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:55:33.440Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar ASDC sendASDCNotification
2023-03-22T06:55:33.441Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar(Resource with UUID: a403d108-1e0a-4b72-ac99-f7abbce4ed23 already exists)
2023-03-22T06:55:33.441Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:55:33.441Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:55:33.441Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:55:33.441Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468133440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a403d108-1e0a-4b72-ac99-f7abbce4ed23 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:55:34.443Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e45a6ddb-db7b-441f-b7ed-2e79323362e4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:55:34.466Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e45a6ddb-db7b-441f-b7ed-2e79323362e4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:55:34.470Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T06:55:34.471Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T06:55:34.471Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T06:55:34.471Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T06:55:34.471Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:55:34.471Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:55:34.471Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:55:34.471Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:55:34.471Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-22T06:55:34.485Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T06:56:04.486Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e45a6ddb-db7b-441f-b7ed-2e79323362e4 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T06:56:04.499Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e45a6ddb-db7b-441f-b7ed-2e79323362e4 and serviceModelVersionId: 562f90e9-8e25-4df5-abb7-1b0c5d5c58ec
2023-03-22T06:56:04.499Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 52e7b3d8-c424-43b5-ac13-789d4eb414c3
2023-03-22T06:56:04.499Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0
2023-03-22T06:56:04.502Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T06:56:04.514Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?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-22T06:56:04.515Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0|INFO|500||Invoke
2023-03-22T06:56:04.521Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T06:56:04.688Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0|INFO|500||InvokeReturn
2023-03-22T06:56:04.688Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 06:56:04 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[163], vertex-id=[184392], x-aai-txid=[2-aai-resources-230322-06:56:04:395-62604], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T06:56:04.688Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-03-22T06:56:04.688Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T06:56:04.688Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T06:56:04.696Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T06:56:04.696Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e45a6ddb-db7b-441f-b7ed-2e79323362e4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T06:56:04.696Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T06:56:04.696Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:56:04.696Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:56:04.696Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468164696,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:56:05.721Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-22T06:56:05.721Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"b64429f8-68d6-4a68-b948-a3a538b17dd3","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"f38337a8-d2df-48a9-a491-0868f87ff613","serviceDescription":"service","serviceInvariantUUID":"120c21e3-6916-4b71-8ac3-5c439c353b17","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"e5cee138-d08f-4f98-b954-b100fc045ce9","resourceInvariantUUID":"184f7c4b-e703-4d14-a5d9-3fcd2158143c","resourceCustomizationUUID":"32b7cdbe-58ea-461f-96d0-994e2f90eca5","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":"MGVjNDhkMjNkMDVjMTc2NTYxMzI4MDZiYzJkYTFkYTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0fcae08a-b905-4025-a931-3cefca391c35","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"Yzc2YTA3NWYxYThhNTllZmQ0NTdhNjhkMWQ1ZTEwMzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"800f3a61-86e4-4005-8b17-0252365bfbfe","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T06:56:05.721Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:56:05.721Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:56:05.721Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:56:05.721Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "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-22T06:56:06.722Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:56:06.722Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:56:06.723Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:56:06.723Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:56:07.723Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "f38337a8-d2df-48a9-a491-0868f87ff613",
  "serviceDescription": "service",
  "serviceInvariantUUID": "120c21e3-6916-4b71-8ac3-5c439c353b17",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "32b7cdbe-58ea-461f-96d0-994e2f90eca5",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "e5cee138-d08f-4f98-b954-b100fc045ce9",
      "resourceInvariantUUID": "184f7c4b-e703-4d14-a5d9-3fcd2158143c",
      "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": "Yzc2YTA3NWYxYThhNTllZmQ0NTdhNjhkMWQ1ZTEwMzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "800f3a61-86e4-4005-8b17-0252365bfbfe"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T06:56:07.724Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T06:56:07.724Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f38337a8-d2df-48a9-a491-0868f87ff613 ASDC
2023-03-22T06:56:07.724Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:b64429f8-68d6-4a68-b948-a3a538b17dd3
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:f38337a8-d2df-48a9-a491-0868f87ff613
ServiceInvariantUUID:120c21e3-6916-4b71-8ac3-5c439c353b17
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:800f3a61-86e4-4005-8b17-0252365bfbfe
ArtifactChecksum:Yzc2YTA3NWYxYThhNTllZmQ0NTdhNjhkMWQ1ZTEwMzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:32b7cdbe-58ea-461f-96d0-994e2f90eca5
ResourceInvariantUUID:184f7c4b-e703-4d14-a5d9-3fcd2158143c
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:e5cee138-d08f-4f98-b954-b100fc045ce9
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-22T06:56:07.724Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f38337a8-d2df-48a9-a491-0868f87ff613 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:56:07.770Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:56:07.771Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-22T06:56:07.771Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-22T06:56:07.771Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 800f3a61-86e4-4005-8b17-0252365bfbfe from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-22T06:56:07.771Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-22T06:56:07.772Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-22T06:56:07.796Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-03-22T06:56:07.796Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@22023dde
2023-03-22T06:56:07.796Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T06:56:07.797Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-22T06:56:07.797Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 800f3a61-86e4-4005-8b17-0252365bfbfe Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T06:56:07.797Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-22T06:56:07.797Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is  not found)
2023-03-22T06:56:07.797Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T06:56:07.797Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:56:07.798Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:56:07.798Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468167797,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:56:08.799Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:800f3a61-86e4-4005-8b17-0252365bfbfe)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-22T06:56:08.849Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||ERROR|500||Csar with UUID: 800f3a61-86e4-4005-8b17-0252365bfbfe already exists
2023-03-22T06:56:08.850Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||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-22T06:56:08.850Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||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: 800f3a61-86e4-4005-8b17-0252365bfbfe already exists)
2023-03-22T06:56:08.850Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:56:08.850Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:56:08.850Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:56:08.850Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468168849,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 800f3a61-86e4-4005-8b17-0252365bfbfe already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:56:09.851Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||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-22T06:56:09.851Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||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: e5cee138-d08f-4f98-b954-b100fc045ce9 already exists)
2023-03-22T06:56:09.851Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:56:09.852Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:56:09.852Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:56:09.852Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468169851,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e5cee138-d08f-4f98-b954-b100fc045ce9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:56:10.853Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b64429f8-68d6-4a68-b948-a3a538b17dd3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:56:10.879Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b64429f8-68d6-4a68-b948-a3a538b17dd3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:56:10.884Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T06:56:10.884Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T06:56:10.884Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T06:56:10.884Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T06:56:10.884Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:56:10.884Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:56:10.884Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:56:10.884Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:56:10.884Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-22T06:56:10.898Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T06:56:28.533Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:56:28.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:56:28.541Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468129825,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T06:56:28.542Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:56:28.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:56:28.542Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468132438,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa already exists"
}
2023-03-22T06:56:28.542Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:56:28.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:56:28.542Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468133440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a403d108-1e0a-4b72-ac99-f7abbce4ed23 already exists"
}
2023-03-22T06:56:28.542Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:56:28.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:56:28.542Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468164696,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T06:56:28.542Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:56:28.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:56:28.542Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:56:28.543Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:56:28.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:56:28.543Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:56:28.543Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:56:28.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:56:28.543Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468167797,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-22T06:56:28.543Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:56:28.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:56:28.543Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468168849,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 800f3a61-86e4-4005-8b17-0252365bfbfe already exists"
}
2023-03-22T06:56:28.543Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:56:28.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:56:28.543Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468169851,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e5cee138-d08f-4f98-b954-b100fc045ce9 already exists"
}
2023-03-22T06:56:28.544Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:56:40.899Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b64429f8-68d6-4a68-b948-a3a538b17dd3 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T06:56:40.907Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b64429f8-68d6-4a68-b948-a3a538b17dd3 and serviceModelVersionId: f38337a8-d2df-48a9-a491-0868f87ff613
2023-03-22T06:56:40.907Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 120c21e3-6916-4b71-8ac3-5c439c353b17
2023-03-22T06:56:40.907Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0
2023-03-22T06:56:40.914Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T06:56:40.931Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0|INFO|500||Invoke
2023-03-22T06:56:40.931Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b64429f8-68d6-4a68-b948-a3a538b17dd3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1bee9421-b3f2-4e04-872f-575a7ff2e862], X-ECOMP-RequestID=[b64429f8-68d6-4a68-b948-a3a538b17dd3], X-TransactionId=[], X-ONAP-RequestID=[b64429f8-68d6-4a68-b948-a3a538b17dd3], Content-Type=[application/merge-patch+json]}
2023-03-22T06:56:40.938Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T06:56:41.090Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 06:56:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[147], vertex-id=[209000], x-aai-txid=[1-aai-resources-230322-06:56:40:813-35139], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T06:56:41.090Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-22T06:56:41.091Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0|INFO|500||InvokeReturn
2023-03-22T06:56:41.092Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T06:56:41.092Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T06:56:41.101Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T06:56:41.101Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b64429f8-68d6-4a68-b948-a3a538b17dd3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T06:56:41.102Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T06:56:41.102Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:56:41.102Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:56:41.102Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468201101,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:56:42.130Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-22T06:56:42.130Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"4d2fc27d-4827-4431-8901-1a7fe4ae70eb","serviceName":"Demo_pNF_Th3LXatp9s8wdDTQBYLt","serviceVersion":"1.0","serviceUUID":"cdad142e-6240-4457-8e87-75b7cbd29e38","serviceDescription":"catalog service description","serviceInvariantUUID":"81de75ee-355d-450a-b294-753817382022","resources":[{"resourceInstanceName":"pNF 6c7740df-c757 0","resourceName":"pNF 6c7740df-c757","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0da99d63-27be-4a3a-9bd6-c9f17d70a915","resourceInvariantUUID":"41ff80c8-5a8c-4586-9497-ee0ed8d8dbb8","resourceCustomizationUUID":"0404e3be-4b20-4344-a6e5-8950491f980d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vf-license-model.xml","artifactChecksum":"ZmFlNmVhNzc5ZWZlOTA2MDU4ZjgyYjAzYWI0Mzk3NDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"92d23c96-8b8f-4d9d-b136-5be1619c9ec5","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ea08e81f-ef29-4698-9ed5-fe992c4b9a9b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e8855c67-e9df-4389-96ea-13624f308c26","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vendor-license-model.xml","artifactChecksum":"MDIyM2QxNDY2ZjIzMDBhODMzMDExNmFiOGQ1ZmQxZjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9d892759-0f11-4463-b7ab-71ba4e1c07b6","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"66a0ca7b-6224-438d-b805-63e8aa6a2f6d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3e4dc005-13b1-4f11-ba54-e2d95eb2a6b8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTh3lxatp9s8wddtqbylt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-template.yml","artifactChecksum":"Yjc5YTkyYjYzNDRkY2MyN2VmMzg3NDEzODk4NDJjYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b2903a06-5b2c-414f-a385-4ca4513bf0c8","artifactVersion":"1"},{"artifactName":"service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar","artifactChecksum":"ODBhNmVlNzYyZjAyOTI2MWQwZGVlOTIzZDMzMjU1OTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c4384b06-8549-491d-87e4-dd44765b609c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T06:56:42.131Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:56:42.131Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:56:42.131Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:56:42.131Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:56:43.132Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:56:43.132Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:56:43.132Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:56:43.132Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:56:44.133Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:56:44.133Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:56:44.134Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:56:44.134Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:56:45.134Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:56:45.135Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:56:45.135Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:56:45.135Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:56:46.136Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:56:46.136Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:56:46.136Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:56:46.137Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:56:47.137Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:56:47.138Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:56:47.138Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:56:47.138Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:56:48.140Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:56:48.140Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:56:48.140Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:56:48.141Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:56:49.141Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:56:49.142Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:56:49.142Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:56:49.142Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:56:50.143Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "serviceName": "Demo_pNF_Th3LXatp9s8wdDTQBYLt",
  "serviceVersion": "1.0",
  "serviceUUID": "cdad142e-6240-4457-8e87-75b7cbd29e38",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "81de75ee-355d-450a-b294-753817382022",
  "resources": [
    {
      "resourceInstanceName": "pNF 6c7740df-c757 0",
      "resourceCustomizationUUID": "0404e3be-4b20-4344-a6e5-8950491f980d",
      "resourceName": "pNF 6c7740df-c757",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "0da99d63-27be-4a3a-9bd6-c9f17d70a915",
      "resourceInvariantUUID": "41ff80c8-5a8c-4586-9497-ee0ed8d8dbb8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
      "artifactChecksum": "ODBhNmVlNzYyZjAyOTI2MWQwZGVlOTIzZDMzMjU1OTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c4384b06-8549-491d-87e4-dd44765b609c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T06:56:50.143Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T06:56:50.143Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cdad142e-6240-4457-8e87-75b7cbd29e38 ASDC
2023-03-22T06:56:50.144Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:4d2fc27d-4827-4431-8901-1a7fe4ae70eb
ServiceName:Demo_pNF_Th3LXatp9s8wdDTQBYLt
ServiceVersion:1.0
ServiceUUID:cdad142e-6240-4457-8e87-75b7cbd29e38
ServiceInvariantUUID:81de75ee-355d-450a-b294-753817382022
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
ArtifactUUID:c4384b06-8549-491d-87e4-dd44765b609c
ArtifactChecksum:ODBhNmVlNzYyZjAyOTI2MWQwZGVlOTIzZDMzMjU1OTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 6c7740df-c757 0
ResourceCustomizationUUID:0404e3be-4b20-4344-a6e5-8950491f980d
ResourceInvariantUUID:41ff80c8-5a8c-4586-9497-ee0ed8d8dbb8
ResourceName:pNF 6c7740df-c757
ResourceType:PNF
ResourceUUID:0da99d63-27be-4a3a-9bd6-c9f17d70a915
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-22T06:56:50.144Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cdad142e-6240-4457-8e87-75b7cbd29e38 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:56:50.191Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:56:50.191Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-22T06:56:50.191Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-22T06:56:50.192Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c4384b06-8549-491d-87e4-dd44765b609c from URL: /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:56:50.192Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-22T06:56:50.192Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:56:50.465Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-22T06:56:50.468Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar c4384b06-8549-491d-87e4-dd44765b609c 88006
2023-03-22T06:56:50.468Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar ASDC sendASDCNotification
2023-03-22T06:56:50.468Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:56:50.469Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T06:56:50.469Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:56:50.469Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:56:50.469Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468210468,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:56:51.469Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:56:51.470Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-22T06:56:51.471Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: c4384b06-8549-491d-87e4-dd44765b609c, URL: /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar to file: /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:56:51.474Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:56:51.475Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:56:51.475Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:56:51.565Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2968382198495644627/Definitions/service-DemoPnfTh3lxatp9s8wddtqbylt-template.yml
2023-03-22T06:56:52.142Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-22T06:56:52.142Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-22T06:56:52.142Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:56:52.142Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-22T06:56:52.142Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:56:52.142Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:56:52.142Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:56:52.143Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:56:52.143Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:56:52.143Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:56:52.143Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6c7740df-c757 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-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T06:56:52.143Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-22T06:56:52.143Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:56:52.143Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:56:52.143Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||Node template pNF 6c7740df-c757 0 is matching search criteria
2023-03-22T06:56:52.143Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-22T06:56:52.143Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 6c7740df-c757 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T06:56:52.143Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:56:52.143Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:56:52.143Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||Node template pNF 6c7740df-c757 0 is matching search criteria
2023-03-22T06:56:52.143Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-22T06:56:52.143Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 6c7740df-c757 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T06:56:52.143Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:56:52.143Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:56:52.143Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:56:52.144Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:56:52.144Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:56:52.144Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:56:52.144Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:56:52.144Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:56:52.144Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:56:52.144Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:56:52.144Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Th3LXatp9s8wdDTQBYLt
Description:catalog service description
Model UUID:cdad142e-6240-4457-8e87-75b7cbd29e38
Model Version:NULL
Model InvariantUuid:81de75ee-355d-450a-b294-753817382022
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-22T06:56:52.183Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||ERROR|500||Csar with UUID: c4384b06-8549-491d-87e4-dd44765b609c already exists
2023-03-22T06:56:52.183Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar ASDC sendASDCNotification
2023-03-22T06:56:52.183Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar(Csar with UUID: c4384b06-8549-491d-87e4-dd44765b609c already exists)
2023-03-22T06:56:52.183Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:56:52.183Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:56:52.184Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:56:52.184Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468212183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c4384b06-8549-491d-87e4-dd44765b609c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:56:53.185Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar ASDC sendASDCNotification
2023-03-22T06:56:53.185Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar(Resource with UUID: 0da99d63-27be-4a3a-9bd6-c9f17d70a915 already exists)
2023-03-22T06:56:53.185Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:56:53.186Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:56:53.186Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:56:53.186Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468213185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 0da99d63-27be-4a3a-9bd6-c9f17d70a915 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:56:54.187Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4d2fc27d-4827-4431-8901-1a7fe4ae70eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:56:54.209Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4d2fc27d-4827-4431-8901-1a7fe4ae70eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:56:54.213Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T06:56:54.213Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T06:56:54.213Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T06:56:54.213Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T06:56:54.213Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:56:54.213Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:56:54.214Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:56:54.214Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:56:54.214Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-22T06:56:54.226Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T06:57:24.226Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4d2fc27d-4827-4431-8901-1a7fe4ae70eb and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T06:57:24.235Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4d2fc27d-4827-4431-8901-1a7fe4ae70eb and serviceModelVersionId: cdad142e-6240-4457-8e87-75b7cbd29e38
2023-03-22T06:57:24.235Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 81de75ee-355d-450a-b294-753817382022
2023-03-22T06:57:24.236Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0
2023-03-22T06:57:24.242Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T06:57:24.263Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?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-22T06:57:24.264Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0|INFO|500||Invoke
2023-03-22T06:57:24.271Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T06:57:24.378Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0|INFO|500||InvokeReturn
2023-03-22T06:57:24.379Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 06:57:24 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[103], vertex-id=[430280], x-aai-txid=[2-aai-resources-230322-06:57:24:142-43319], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T06:57:24.379Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-03-22T06:57:24.379Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T06:57:24.379Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T06:57:24.387Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T06:57:24.387Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4d2fc27d-4827-4431-8901-1a7fe4ae70eb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T06:57:24.387Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T06:57:24.387Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:57:24.387Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:57:24.388Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468244387,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:57:25.416Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-22T06:57:25.417Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"44063b6d-45da-49fc-ab15-9656002e57f4","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"695e2d69-98b7-429a-afc4-20af085f3feb","serviceDescription":"service","serviceInvariantUUID":"827b4e2f-462e-4274-b06b-83d9e0d3ace6","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1dfc083c-bd8d-4cd6-8b75-76501219274f","resourceInvariantUUID":"d5c0e36a-42fe-473e-b3c3-d29612784207","resourceCustomizationUUID":"e242c95d-05ac-4716-a0cb-a8fc5b864211","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":"ZDhkNTY4Y2Q0ZDEzZTNiMDJiOGQ3ZjFlZjJlMGU3MTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3c8639bc-c135-41e9-8036-cebebb1f075b","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":"YzI1Y2VkMTkwODBhYThhMTAwMmYxODZjNTFlOGQ4OWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cb466d3d-7037-49ba-892d-3b36a30ff8de","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":"77c31327-9aad-470c-b9b0-fe7fb5745fcb","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":"8198e7f4-1fe4-4e56-8a16-249e343a2955","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":"9fa8118c-67ff-46e0-ac49-f4f884be1af1","artifactVersion":"2","generatedFromUUID":"77c31327-9aad-470c-b9b0-fe7fb5745fcb"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YWQ3ZjcwMjUzNjgxZmY2NTgzZGM4NTVlOWQ3ZTAxZTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6d0e8b18-027b-4fa4-9135-c75d2061ced4","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YjMzZDMxODU5NzkwMmJjODA1YTRlMjExNzBhNTg2MWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"88b0302b-1d98-4d84-8518-e5897ddf5aab","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T06:57:25.417Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:57:25.417Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:57:25.417Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:57:25.418Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "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-22T06:57:26.418Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:57:26.419Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:57:26.419Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:57:26.419Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "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-22T06:57:27.420Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:57:27.420Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:57:27.420Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:57:27.420Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "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-22T06:57:28.421Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:57:28.421Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:57:28.421Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:57:28.421Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "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-22T06:57:28.533Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:57:28.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:57:28.540Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468201101,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T06:57:28.541Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:57:28.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:57:28.541Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:57:28.541Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:57:28.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:57:28.541Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:57:28.541Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:57:28.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:57:28.542Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:57:28.542Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:57:28.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:57:28.542Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:57:28.542Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:57:28.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:57:28.542Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:57:28.542Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:57:28.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:57:28.542Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:57:28.542Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:57:28.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:57:28.543Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:57:28.543Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:57:28.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:57:28.543Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:57:28.543Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:57:28.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:57:28.543Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468210468,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T06:57:28.543Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:57:28.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:57:28.544Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468212183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c4384b06-8549-491d-87e4-dd44765b609c already exists"
}
2023-03-22T06:57:28.544Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:57:28.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:57:28.544Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468213185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 0da99d63-27be-4a3a-9bd6-c9f17d70a915 already exists"
}
2023-03-22T06:57:28.544Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:57:28.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:57:28.544Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468244387,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T06:57:28.544Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:57:28.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:57:28.544Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:57:28.545Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:57:28.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:57:28.545Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T06:57:28.545Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:57:28.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:57:28.545Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-22T06:57:28.545Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:57:28.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:57:28.545Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:57:28.546Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:57:29.422Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:57:29.422Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:57:29.422Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:57:29.422Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "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-22T06:57:30.423Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:57:30.423Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:57:30.423Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:57:30.424Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "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-22T06:57:31.424Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:57:31.424Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:57:31.424Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:57:31.425Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:57:32.425Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "695e2d69-98b7-429a-afc4-20af085f3feb",
  "serviceDescription": "service",
  "serviceInvariantUUID": "827b4e2f-462e-4274-b06b-83d9e0d3ace6",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "e242c95d-05ac-4716-a0cb-a8fc5b864211",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1dfc083c-bd8d-4cd6-8b75-76501219274f",
      "resourceInvariantUUID": "d5c0e36a-42fe-473e-b3c3-d29612784207",
      "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": "YzI1Y2VkMTkwODBhYThhMTAwMmYxODZjNTFlOGQ4OWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "cb466d3d-7037-49ba-892d-3b36a30ff8de",
          "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": "77c31327-9aad-470c-b9b0-fe7fb5745fcb",
          "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": "9fa8118c-67ff-46e0-ac49-f4f884be1af1",
            "generatedFromUUID": "77c31327-9aad-470c-b9b0-fe7fb5745fcb"
          },
          "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": "9fa8118c-67ff-46e0-ac49-f4f884be1af1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YjMzZDMxODU5NzkwMmJjODA1YTRlMjExNzBhNTg2MWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "88b0302b-1d98-4d84-8518-e5897ddf5aab"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T06:57:32.426Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T06:57:32.426Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 695e2d69-98b7-429a-afc4-20af085f3feb ASDC
2023-03-22T06:57:32.426Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:44063b6d-45da-49fc-ab15-9656002e57f4
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:695e2d69-98b7-429a-afc4-20af085f3feb
ServiceInvariantUUID:827b4e2f-462e-4274-b06b-83d9e0d3ace6
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:88b0302b-1d98-4d84-8518-e5897ddf5aab
ArtifactChecksum:YjMzZDMxODU5NzkwMmJjODA1YTRlMjExNzBhNTg2MWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:e242c95d-05ac-4716-a0cb-a8fc5b864211
ResourceInvariantUUID:d5c0e36a-42fe-473e-b3c3-d29612784207
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1dfc083c-bd8d-4cd6-8b75-76501219274f
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:cb466d3d-7037-49ba-892d-3b36a30ff8de
ArtifactChecksum:YzI1Y2VkMTkwODBhYThhMTAwMmYxODZjNTFlOGQ4OWI=
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:77c31327-9aad-470c-b9b0-fe7fb5745fcb
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:9fa8118c-67ff-46e0-ac49-f4f884be1af1
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:9fa8118c-67ff-46e0-ac49-f4f884be1af1
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-22T06:57:32.426Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 695e2d69-98b7-429a-afc4-20af085f3feb ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:57:32.471Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:57:32.471Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-22T06:57:32.471Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-22T06:57:32.472Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 88b0302b-1d98-4d84-8518-e5897ddf5aab from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-22T06:57:32.472Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-22T06:57:32.472Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-22T06:57:32.495Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||DEBUG|500||GET Response Status 404
2023-03-22T06:57:32.495Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@51157ec4
2023-03-22T06:57:32.496Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T06:57:32.496Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-22T06:57:32.496Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 88b0302b-1d98-4d84-8518-e5897ddf5aab Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T06:57:32.497Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-22T06:57:32.497Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is  not found)
2023-03-22T06:57:32.497Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T06:57:32.497Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:57:32.497Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:57:32.497Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468252497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:57:33.498Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:88b0302b-1d98-4d84-8518-e5897ddf5aab)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-22T06:57:33.536Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||ERROR|500||Csar with UUID: 88b0302b-1d98-4d84-8518-e5897ddf5aab already exists
2023-03-22T06:57:33.537Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||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-22T06:57:33.537Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||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: 88b0302b-1d98-4d84-8518-e5897ddf5aab already exists)
2023-03-22T06:57:33.537Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:57:33.537Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:57:33.538Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:57:33.538Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468253537,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 88b0302b-1d98-4d84-8518-e5897ddf5aab already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:57:34.539Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||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-22T06:57:34.539Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||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: 1dfc083c-bd8d-4cd6-8b75-76501219274f already exists)
2023-03-22T06:57:34.539Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:57:34.539Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:57:34.539Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:57:34.539Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468254539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1dfc083c-bd8d-4cd6-8b75-76501219274f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:57:35.540Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44063b6d-45da-49fc-ab15-9656002e57f4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:57:35.557Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44063b6d-45da-49fc-ab15-9656002e57f4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:57:35.561Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T06:57:35.561Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T06:57:35.561Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T06:57:35.561Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T06:57:35.561Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:57:35.561Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:57:35.561Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:57:35.561Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:57:35.562Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-22T06:57:35.572Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T06:58:05.573Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 44063b6d-45da-49fc-ab15-9656002e57f4 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T06:58:05.583Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 44063b6d-45da-49fc-ab15-9656002e57f4 and serviceModelVersionId: 695e2d69-98b7-429a-afc4-20af085f3feb
2023-03-22T06:58:05.583Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 827b4e2f-462e-4274-b06b-83d9e0d3ace6
2023-03-22T06:58:05.584Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0
2023-03-22T06:58:05.588Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T06:58:05.603Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0|INFO|500||Invoke
2023-03-22T06:58:05.603Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[44063b6d-45da-49fc-ab15-9656002e57f4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f8fcdea5-928e-416a-950c-874c6c512152], X-ECOMP-RequestID=[44063b6d-45da-49fc-ab15-9656002e57f4], X-TransactionId=[], X-ONAP-RequestID=[44063b6d-45da-49fc-ab15-9656002e57f4], Content-Type=[application/merge-patch+json]}
2023-03-22T06:58:05.610Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T06:58:05.750Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 06:58:05 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[136], vertex-id=[204872], x-aai-txid=[2-aai-resources-230322-06:58:05:484-66645], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T06:58:05.751Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-22T06:58:05.751Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0|INFO|500||InvokeReturn
2023-03-22T06:58:05.752Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T06:58:05.752Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T06:58:05.759Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T06:58:05.760Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 44063b6d-45da-49fc-ab15-9656002e57f4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T06:58:05.760Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T06:58:05.760Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:58:05.760Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:58:05.760Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468285760,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:58:06.784Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-22T06:58:06.785Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"9924a26b-a04c-4225-b032-052c7b2cf566","serviceName":"Demo_pNF_9IUxclu6rx6wQh9DcrJS","serviceVersion":"1.0","serviceUUID":"647a66fa-87b6-440c-a757-f69947b97362","serviceDescription":"catalog service description","serviceInvariantUUID":"f70569bd-1e3e-44bf-8efb-7749f9bde32d","resources":[{"resourceInstanceName":"pNF 4941fe25-94c8 0","resourceName":"pNF 4941fe25-94c8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"cb2ca461-78a5-42df-8dee-78112a494a1c","resourceInvariantUUID":"979f5168-53c0-4416-88ea-e985f733d3cd","resourceCustomizationUUID":"4d960573-0d6e-4635-9f65-1313a7ceb117","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/vf-license-model.xml","artifactChecksum":"YzYxOTgyMWQ3NzMyYmYyMTFlNjM3MDMzMmQ2MTVkMjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a4d1dc03-af6b-4962-baf0-5b9ef5bd942f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e119af17-1957-4c3c-863f-ede4831c5817","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"68d2da44-1fc2-4539-aa49-a48598b155ac","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/vendor-license-model.xml","artifactChecksum":"NDkyY2RiOTA0YjM0ZTMzMWQ1MWRhNWVmOTEzNGU0ZmQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c3e68176-8083-42d3-99ac-a7723b32ec49","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"57bda23d-ba6b-4c73-a5b3-24bd9580cb80","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4178379e-731c-43fd-a43d-d78de9f644b1","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf9iuxclu6rx6wqh9dcrjs-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-template.yml","artifactChecksum":"MTM0NGRlMjc4NTAyNzg0ODZiYTliOWQxNzM0MGMzYzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"77a75954-d595-4752-994e-189e7b432579","artifactVersion":"1"},{"artifactName":"service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar","artifactChecksum":"N2FlOGNiMmRjMTViMDc2NDY4OWVhZjI3Mzk2YjA5YWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bed1cd00-b292-4c69-9a78-f4650b984b17","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T06:58:06.785Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:58:06.785Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:58:06.786Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:58:06.786Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:58:07.786Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:58:07.787Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:58:07.787Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:58:07.787Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:58:08.788Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:58:08.788Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:58:08.788Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:58:08.788Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:58:09.789Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:58:09.789Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:58:09.789Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:58:09.789Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:58:10.790Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:58:10.790Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:58:10.790Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:58:10.791Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:58:11.792Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:58:11.792Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:58:11.792Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:58:11.793Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:58:12.794Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:58:12.795Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:58:12.795Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:58:12.795Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:58:13.796Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:58:13.796Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:58:13.796Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:58:13.796Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:58:14.797Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "serviceName": "Demo_pNF_9IUxclu6rx6wQh9DcrJS",
  "serviceVersion": "1.0",
  "serviceUUID": "647a66fa-87b6-440c-a757-f69947b97362",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f70569bd-1e3e-44bf-8efb-7749f9bde32d",
  "resources": [
    {
      "resourceInstanceName": "pNF 4941fe25-94c8 0",
      "resourceCustomizationUUID": "4d960573-0d6e-4635-9f65-1313a7ceb117",
      "resourceName": "pNF 4941fe25-94c8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "cb2ca461-78a5-42df-8dee-78112a494a1c",
      "resourceInvariantUUID": "979f5168-53c0-4416-88ea-e985f733d3cd",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
      "artifactChecksum": "N2FlOGNiMmRjMTViMDc2NDY4OWVhZjI3Mzk2YjA5YWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bed1cd00-b292-4c69-9a78-f4650b984b17"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T06:58:14.797Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T06:58:14.798Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 647a66fa-87b6-440c-a757-f69947b97362 ASDC
2023-03-22T06:58:14.798Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:9924a26b-a04c-4225-b032-052c7b2cf566
ServiceName:Demo_pNF_9IUxclu6rx6wQh9DcrJS
ServiceVersion:1.0
ServiceUUID:647a66fa-87b6-440c-a757-f69947b97362
ServiceInvariantUUID:f70569bd-1e3e-44bf-8efb-7749f9bde32d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
ArtifactUUID:bed1cd00-b292-4c69-9a78-f4650b984b17
ArtifactChecksum:N2FlOGNiMmRjMTViMDc2NDY4OWVhZjI3Mzk2YjA5YWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 4941fe25-94c8 0
ResourceCustomizationUUID:4d960573-0d6e-4635-9f65-1313a7ceb117
ResourceInvariantUUID:979f5168-53c0-4416-88ea-e985f733d3cd
ResourceName:pNF 4941fe25-94c8
ResourceType:PNF
ResourceUUID:cb2ca461-78a5-42df-8dee-78112a494a1c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-22T06:58:14.798Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 647a66fa-87b6-440c-a757-f69947b97362 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:58:14.844Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:58:14.845Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-22T06:58:14.845Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-22T06:58:14.845Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: bed1cd00-b292-4c69-9a78-f4650b984b17 from URL: /sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T06:58:14.845Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-22T06:58:14.846Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T06:58:15.106Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-22T06:58:15.109Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar bed1cd00-b292-4c69-9a78-f4650b984b17 88002
2023-03-22T06:58:15.109Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar ASDC sendASDCNotification
2023-03-22T06:58:15.109Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T06:58:15.109Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T06:58:15.110Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:58:15.110Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:58:15.110Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468295109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:58:16.111Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:58:16.111Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-22T06:58:16.112Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: bed1cd00-b292-4c69-9a78-f4650b984b17, URL: /sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar to file: /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T06:58:16.112Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T06:58:16.113Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T06:58:16.113Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T06:58:16.190Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14336202368960554499/Definitions/service-DemoPnf9iuxclu6rx6wqh9dcrjs-template.yml
2023-03-22T06:58:16.720Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-22T06:58:16.721Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-22T06:58:16.721Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T06:58:16.721Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-22T06:58:16.721Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T06:58:16.721Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4941fe25-94c8 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-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T06:58:16.721Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T06:58:16.721Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T06:58:16.721Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T06:58:16.721Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T06:58:16.721Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T06:58:16.721Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-22T06:58:16.721Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:58:16.721Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_9IUxclu6rx6wQh9DcrJS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:58:16.722Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||Node template pNF 4941fe25-94c8 0 is matching search criteria
2023-03-22T06:58:16.722Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-22T06:58:16.722Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 4941fe25-94c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T06:58:16.722Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:58:16.722Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_9IUxclu6rx6wQh9DcrJS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:58:16.722Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||Node template pNF 4941fe25-94c8 0 is matching search criteria
2023-03-22T06:58:16.722Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-22T06:58:16.722Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 4941fe25-94c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T06:58:16.722Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:58:16.722Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_9IUxclu6rx6wQh9DcrJS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:58:16.722Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:58:16.722Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_9IUxclu6rx6wQh9DcrJS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:58:16.722Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:58:16.722Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_9IUxclu6rx6wQh9DcrJS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:58:16.722Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:58:16.722Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_9IUxclu6rx6wQh9DcrJS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:58:16.723Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:58:16.723Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_9IUxclu6rx6wQh9DcrJS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:58:16.723Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_9IUxclu6rx6wQh9DcrJS
Description:catalog service description
Model UUID:647a66fa-87b6-440c-a757-f69947b97362
Model Version:NULL
Model InvariantUuid:f70569bd-1e3e-44bf-8efb-7749f9bde32d
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-22T06:58:16.766Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||ERROR|500||Csar with UUID: bed1cd00-b292-4c69-9a78-f4650b984b17 already exists
2023-03-22T06:58:16.767Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar ASDC sendASDCNotification
2023-03-22T06:58:16.767Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar(Csar with UUID: bed1cd00-b292-4c69-9a78-f4650b984b17 already exists)
2023-03-22T06:58:16.767Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:58:16.767Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:58:16.767Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:58:16.768Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468296767,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bed1cd00-b292-4c69-9a78-f4650b984b17 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:58:17.768Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar ASDC sendASDCNotification
2023-03-22T06:58:17.769Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar(Resource with UUID: cb2ca461-78a5-42df-8dee-78112a494a1c already exists)
2023-03-22T06:58:17.769Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:58:17.769Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:58:17.769Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:58:17.769Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468297768,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: cb2ca461-78a5-42df-8dee-78112a494a1c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:58:18.770Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9924a26b-a04c-4225-b032-052c7b2cf566
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:58:18.790Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9924a26b-a04c-4225-b032-052c7b2cf566
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:58:18.794Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T06:58:18.794Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T06:58:18.794Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T06:58:18.794Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T06:58:18.795Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:58:18.795Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:58:18.795Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:58:18.795Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:58:18.795Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-22T06:58:18.809Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T06:58:28.533Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:58:28.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:58:28.538Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-22T06:58:28.539Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:58:28.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:58:28.539Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:58:28.539Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:58:28.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:58:28.540Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:58:28.540Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:58:28.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:58:28.540Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468252497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-22T06:58:28.540Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:58:28.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:58:28.540Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468253537,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 88b0302b-1d98-4d84-8518-e5897ddf5aab already exists"
}
2023-03-22T06:58:28.540Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:58:28.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:58:28.540Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468254539,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1dfc083c-bd8d-4cd6-8b75-76501219274f already exists"
}
2023-03-22T06:58:28.540Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:58:28.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:58:28.541Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468285760,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T06:58:28.541Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:58:28.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:58:28.541Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:58:28.541Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:58:28.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:58:28.541Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:58:28.541Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:58:28.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:58:28.542Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:58:28.542Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:58:28.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:58:28.542Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:58:28.542Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:58:28.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:58:28.542Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:58:28.542Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:58:28.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:58:28.542Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:58:28.542Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:58:28.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:58:28.543Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:58:28.543Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:58:28.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:58:28.543Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:58:28.543Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:58:28.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:58:28.543Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468295109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T06:58:28.543Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:58:28.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:58:28.543Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468296767,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bed1cd00-b292-4c69-9a78-f4650b984b17 already exists"
}
2023-03-22T06:58:28.544Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:58:28.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:58:28.544Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468297768,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: cb2ca461-78a5-42df-8dee-78112a494a1c already exists"
}
2023-03-22T06:58:28.544Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:58:48.810Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9924a26b-a04c-4225-b032-052c7b2cf566 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T06:58:48.823Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9924a26b-a04c-4225-b032-052c7b2cf566 and serviceModelVersionId: 647a66fa-87b6-440c-a757-f69947b97362
2023-03-22T06:58:48.823Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f70569bd-1e3e-44bf-8efb-7749f9bde32d
2023-03-22T06:58:48.824Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f70569bd-1e3e-44bf-8efb-7749f9bde32d/model-vers/model-ver/647a66fa-87b6-440c-a757-f69947b97362?depth=0
2023-03-22T06:58:48.834Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T06:58:48.860Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f70569bd-1e3e-44bf-8efb-7749f9bde32d/model-vers/model-ver/647a66fa-87b6-440c-a757-f69947b97362?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-22T06:58:48.860Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f70569bd-1e3e-44bf-8efb-7749f9bde32d/model-vers/model-ver/647a66fa-87b6-440c-a757-f69947b97362?depth=0|INFO|500||Invoke
2023-03-22T06:58:48.867Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f70569bd-1e3e-44bf-8efb-7749f9bde32d/model-vers/model-ver/647a66fa-87b6-440c-a757-f69947b97362?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T06:58:49.042Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f70569bd-1e3e-44bf-8efb-7749f9bde32d/model-vers/model-ver/647a66fa-87b6-440c-a757-f69947b97362?depth=0|INFO|500||InvokeReturn
2023-03-22T06:58:49.042Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f70569bd-1e3e-44bf-8efb-7749f9bde32d/model-vers/model-ver/647a66fa-87b6-440c-a757-f69947b97362?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 06:58:48 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[171], vertex-id=[241704], x-aai-txid=[1-aai-resources-230322-06:58:48:741-58984], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T06:58:49.043Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-03-22T06:58:49.043Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T06:58:49.043Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T06:58:49.051Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T06:58:49.052Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9924a26b-a04c-4225-b032-052c7b2cf566 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T06:58:49.052Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T06:58:49.052Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:58:49.052Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:58:49.052Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468329052,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:58:50.078Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-22T06:58:50.078Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"08b6040e-7b4a-44c2-af7c-fcd04054adec","serviceName":"Demo_pNF_pktFZxOCThQPe4Zs60EQ","serviceVersion":"1.0","serviceUUID":"629d915f-6b85-4eeb-bd28-cbde30f0f8a3","serviceDescription":"catalog service description","serviceInvariantUUID":"73257fcb-88fc-45b6-a0b8-5f8176a8977c","resources":[{"resourceInstanceName":"pNF a498d291-4a19 0","resourceName":"pNF a498d291-4a19","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"95a08ea9-f28e-4a01-aecb-636af265c68f","resourceInvariantUUID":"8e91c943-e2be-45e1-9613-569e58db6414","resourceCustomizationUUID":"67990602-602c-45b9-8602-286ecf8b0ac8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/vf-license-model.xml","artifactChecksum":"NTRjMWQyNmMzZDA2YzFlOWRkZGU3MTBmMjg3MGRkZDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d9c04ff7-24e7-47f0-92b0-f40185dd794d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d3d4d9f7-c5f7-416e-99be-38f15b7b259b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"719f556e-f7ea-4c2a-b4a9-97220f7c4ba4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/vendor-license-model.xml","artifactChecksum":"YjdmYTE3N2EyMTM0MmUzMjlkNGE3ZDU0ODM5YjQxOTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"28b80170-5e7d-425c-b612-daa5d75707a4","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"28e9dd63-a113-4424-bc65-5684ddc930c0","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"42e7de65-1674-4024-bcad-adddb6de24f7","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfPktfzxocthqpe4zs60eq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-template.yml","artifactChecksum":"MDk3NzRiMWQxNWY1NjY1NGU1NzMzM2U1ZmJhYTdkZmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cd967a05-b1a8-45b5-b89d-a358b59fc632","artifactVersion":"1"},{"artifactName":"service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar","artifactChecksum":"OWM1NmU5MTFmYmY1ZTJiOTcwYWMzZTYyY2E0ODNiYzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"be007dae-3dea-4485-8bf1-6166d4912655","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T06:58:50.079Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:58:50.079Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:58:50.079Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:58:50.079Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:58:51.081Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:58:51.081Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:58:51.081Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:58:51.081Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:58:52.083Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:58:52.083Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:58:52.083Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:58:52.083Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:58:53.085Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:58:53.085Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:58:53.085Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:58:53.085Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:58:54.087Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:58:54.087Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:58:54.087Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:58:54.087Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:58:55.089Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:58:55.089Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:58:55.090Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:58:55.090Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:58:56.092Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:58:56.093Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:58:56.093Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:58:56.093Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:58:57.094Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:58:57.094Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:58:57.094Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:58:57.095Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:58:58.096Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "serviceName": "Demo_pNF_pktFZxOCThQPe4Zs60EQ",
  "serviceVersion": "1.0",
  "serviceUUID": "629d915f-6b85-4eeb-bd28-cbde30f0f8a3",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "73257fcb-88fc-45b6-a0b8-5f8176a8977c",
  "resources": [
    {
      "resourceInstanceName": "pNF a498d291-4a19 0",
      "resourceCustomizationUUID": "67990602-602c-45b9-8602-286ecf8b0ac8",
      "resourceName": "pNF a498d291-4a19",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "95a08ea9-f28e-4a01-aecb-636af265c68f",
      "resourceInvariantUUID": "8e91c943-e2be-45e1-9613-569e58db6414",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
      "artifactChecksum": "OWM1NmU5MTFmYmY1ZTJiOTcwYWMzZTYyY2E0ODNiYzE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "be007dae-3dea-4485-8bf1-6166d4912655"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T06:58:58.096Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T06:58:58.096Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 629d915f-6b85-4eeb-bd28-cbde30f0f8a3 ASDC
2023-03-22T06:58:58.096Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:08b6040e-7b4a-44c2-af7c-fcd04054adec
ServiceName:Demo_pNF_pktFZxOCThQPe4Zs60EQ
ServiceVersion:1.0
ServiceUUID:629d915f-6b85-4eeb-bd28-cbde30f0f8a3
ServiceInvariantUUID:73257fcb-88fc-45b6-a0b8-5f8176a8977c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
ArtifactUUID:be007dae-3dea-4485-8bf1-6166d4912655
ArtifactChecksum:OWM1NmU5MTFmYmY1ZTJiOTcwYWMzZTYyY2E0ODNiYzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF a498d291-4a19 0
ResourceCustomizationUUID:67990602-602c-45b9-8602-286ecf8b0ac8
ResourceInvariantUUID:8e91c943-e2be-45e1-9613-569e58db6414
ResourceName:pNF a498d291-4a19
ResourceType:PNF
ResourceUUID:95a08ea9-f28e-4a01-aecb-636af265c68f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-22T06:58:58.096Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 629d915f-6b85-4eeb-bd28-cbde30f0f8a3 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:58:58.133Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:58:58.133Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-22T06:58:58.134Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-22T06:58:58.134Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: be007dae-3dea-4485-8bf1-6166d4912655 from URL: /sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T06:58:58.134Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-22T06:58:58.134Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T06:58:58.415Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-22T06:58:58.418Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar be007dae-3dea-4485-8bf1-6166d4912655 88015
2023-03-22T06:58:58.418Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar ASDC sendASDCNotification
2023-03-22T06:58:58.418Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T06:58:58.418Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T06:58:58.419Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:58:58.419Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:58:58.419Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468338418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:58:59.420Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:58:59.421Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-22T06:58:59.421Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: be007dae-3dea-4485-8bf1-6166d4912655, URL: /sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar to file: /app/ASDC/1/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T06:58:59.422Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T06:58:59.422Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T06:58:59.422Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T06:58:59.523Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10783707132610054880/Definitions/service-DemoPnfPktfzxocthqpe4zs60eq-template.yml
2023-03-22T06:59:00.039Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-22T06:59:00.040Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-22T06:59:00.040Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T06:59:00.040Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-22T06:59:00.040Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a498d291-4a19 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-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T06:59:00.040Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T06:59:00.040Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T06:59:00.040Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T06:59:00.040Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T06:59:00.040Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T06:59:00.040Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T06:59:00.040Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-22T06:59:00.040Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:59:00.040Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_pktFZxOCThQPe4Zs60EQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:59:00.041Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||Node template pNF a498d291-4a19 0 is matching search criteria
2023-03-22T06:59:00.041Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-22T06:59:00.041Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF a498d291-4a19 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T06:59:00.041Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:59:00.041Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_pktFZxOCThQPe4Zs60EQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:59:00.041Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||Node template pNF a498d291-4a19 0 is matching search criteria
2023-03-22T06:59:00.041Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-22T06:59:00.041Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF a498d291-4a19 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T06:59:00.041Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:59:00.041Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_pktFZxOCThQPe4Zs60EQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:59:00.041Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:59:00.041Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_pktFZxOCThQPe4Zs60EQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:59:00.041Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:59:00.041Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_pktFZxOCThQPe4Zs60EQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:59:00.041Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:59:00.041Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_pktFZxOCThQPe4Zs60EQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:59:00.041Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:59:00.042Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_pktFZxOCThQPe4Zs60EQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:59:00.042Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_pktFZxOCThQPe4Zs60EQ
Description:catalog service description
Model UUID:629d915f-6b85-4eeb-bd28-cbde30f0f8a3
Model Version:NULL
Model InvariantUuid:73257fcb-88fc-45b6-a0b8-5f8176a8977c
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-22T06:59:00.081Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||ERROR|500||Csar with UUID: be007dae-3dea-4485-8bf1-6166d4912655 already exists
2023-03-22T06:59:00.081Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar ASDC sendASDCNotification
2023-03-22T06:59:00.081Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar(Csar with UUID: be007dae-3dea-4485-8bf1-6166d4912655 already exists)
2023-03-22T06:59:00.082Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:59:00.082Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:59:00.082Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:59:00.082Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468340081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: be007dae-3dea-4485-8bf1-6166d4912655 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:59:01.083Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar ASDC sendASDCNotification
2023-03-22T06:59:01.084Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar(Resource with UUID: 95a08ea9-f28e-4a01-aecb-636af265c68f already exists)
2023-03-22T06:59:01.084Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:59:01.084Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:59:01.084Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:59:01.084Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468341083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 95a08ea9-f28e-4a01-aecb-636af265c68f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:59:02.086Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 08b6040e-7b4a-44c2-af7c-fcd04054adec
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:59:02.110Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 08b6040e-7b4a-44c2-af7c-fcd04054adec
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:59:02.115Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T06:59:02.115Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T06:59:02.115Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T06:59:02.115Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T06:59:02.116Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:59:02.116Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:59:02.116Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:59:02.116Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:59:02.116Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-22T06:59:02.129Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T06:59:28.533Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:59:28.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.543Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679468275029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:59:28.544Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.544Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679468309808,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:59:28.544Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.544Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679468301781,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:59:28.545Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.545Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "aai-model-loader",
  "timestamp": 1679468306861,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:59:28.545Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.545Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679468308267,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:59:28.545Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.545Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679468316034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:59:28.545Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.546Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679468275029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:59:28.546Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.546Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679468301781,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:59:28.546Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.546Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679468309808,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:59:28.546Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.547Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.547Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679468308267,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:59:28.547Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.547Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.547Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "aai-model-loader",
  "timestamp": 1679468306861,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:59:28.547Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.547Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.547Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679468316034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:59:28.547Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.547Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.547Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679468275029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:59:28.547Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.547Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.548Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679468309808,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:59:28.548Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.548Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.548Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679468301781,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:59:28.548Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.548Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.548Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "aai-model-loader",
  "timestamp": 1679468306861,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:59:28.548Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.548Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.548Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679468308267,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:59:28.548Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.548Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.548Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679468316034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:59:28.549Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.549Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.549Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679468275029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:59:28.549Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.549Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.549Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679468309808,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:59:28.549Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.549Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.549Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "aai-model-loader",
  "timestamp": 1679468306861,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:59:28.549Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.550Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.550Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679468301781,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:59:28.550Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.550Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.550Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679468308267,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:59:28.550Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.550Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.550Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679468316034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:59:28.550Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.551Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.551Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679468275029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:59:28.551Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.551Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.551Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679468309808,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:59:28.551Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.551Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.551Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "aai-model-loader",
  "timestamp": 1679468306861,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:59:28.551Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.552Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.552Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679468308267,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:59:28.552Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.552Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.552Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679468301781,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:59:28.552Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.552Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.552Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679468316034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:59:28.553Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.553Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.553Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679468275029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:59:28.553Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.553Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.553Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679468309808,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:59:28.553Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.553Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.553Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "aai-model-loader",
  "timestamp": 1679468306861,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:59:28.554Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.554Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.554Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679468301781,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:59:28.554Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.554Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.554Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679468308267,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:59:28.554Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.554Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.555Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679468316034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:59:28.555Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.555Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.555Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679468275029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:59:28.555Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.555Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.555Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679468309808,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:59:28.555Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.556Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.556Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679468301781,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-03-22T06:59:28.556Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.556Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.556Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "aai-model-loader",
  "timestamp": 1679468306861,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:59:28.556Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.556Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.556Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679468308267,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:59:28.557Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.557Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.557Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679468316034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:59:28.557Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.557Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.557Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679468275029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:59:28.557Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.558Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.558Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679468309808,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:59:28.558Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.558Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.558Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679468301781,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:59:28.558Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.558Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.558Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679468308267,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:59:28.558Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.559Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.559Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "aai-model-loader",
  "timestamp": 1679468306861,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:59:28.559Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.559Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.559Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679468316034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:59:28.559Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.559Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.559Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679468275029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:59:28.560Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.560Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.560Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679468309808,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:59:28.560Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.560Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.560Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679468301781,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:59:28.560Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.560Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.561Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "aai-model-loader",
  "timestamp": 1679468306861,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:59:28.561Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.561Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.561Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679468308267,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:59:28.561Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.561Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.561Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679468316034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:59:28.562Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.562Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468329052,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T06:59:28.562Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.562Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679468328358,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T06:59:28.562Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.562Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "aai-model-loader",
  "timestamp": 1679468329052,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T06:59:28.562Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.562Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679468329113,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T06:59:28.562Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.563Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679468328865,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T06:59:28.563Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.563Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:59:28.563Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.563Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679468330115,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-22T06:59:28.563Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.563Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:59:28.563Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.563Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679468331117,
  "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-22T06:59:28.601Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9fb2f83b-570c-4b57-8d50-b50b132bcf86
2023-03-22T06:59:28.601Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fb2f83b-570c-4b57-8d50-b50b132bcf86 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-22T06:59:28.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.622Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679468330635,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-22T06:59:28.622Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.623Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:59:28.623Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.623Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679468331639,
  "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-22T06:59:28.636Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9fb2f83b-570c-4b57-8d50-b50b132bcf86
2023-03-22T06:59:28.637Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fb2f83b-570c-4b57-8d50-b50b132bcf86 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-22T06:59:28.659Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.659Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "aai-model-loader",
  "timestamp": 1679468332513,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-22T06:59:28.659Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.660Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.660Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:59:28.660Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.660Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.660Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "aai-model-loader",
  "timestamp": 1679468333514,
  "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-22T06:59:28.675Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9fb2f83b-570c-4b57-8d50-b50b132bcf86
2023-03-22T06:59:28.675Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fb2f83b-570c-4b57-8d50-b50b132bcf86 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-22T06:59:28.695Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.696Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:59:28.696Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.696Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.696Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:59:28.696Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.696Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.696Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T06:59:28.696Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.696Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.696Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T06:59:28.696Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.696Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.696Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468338418,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T06:59:28.696Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.696Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.696Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468340081,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: be007dae-3dea-4485-8bf1-6166d4912655 already exists"
}
2023-03-22T06:59:28.696Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:28.696Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T06:59:28.696Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468341083,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 95a08ea9-f28e-4a01-aecb-636af265c68f already exists"
}
2023-03-22T06:59:28.697Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T06:59:32.129Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 08b6040e-7b4a-44c2-af7c-fcd04054adec and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T06:59:32.139Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 08b6040e-7b4a-44c2-af7c-fcd04054adec and serviceModelVersionId: 629d915f-6b85-4eeb-bd28-cbde30f0f8a3
2023-03-22T06:59:32.140Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 73257fcb-88fc-45b6-a0b8-5f8176a8977c
2023-03-22T06:59:32.140Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/73257fcb-88fc-45b6-a0b8-5f8176a8977c/model-vers/model-ver/629d915f-6b85-4eeb-bd28-cbde30f0f8a3?depth=0
2023-03-22T06:59:32.143Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T06:59:32.158Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/73257fcb-88fc-45b6-a0b8-5f8176a8977c/model-vers/model-ver/629d915f-6b85-4eeb-bd28-cbde30f0f8a3?depth=0|INFO|500||Invoke
2023-03-22T06:59:32.158Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/73257fcb-88fc-45b6-a0b8-5f8176a8977c/model-vers/model-ver/629d915f-6b85-4eeb-bd28-cbde30f0f8a3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/73257fcb-88fc-45b6-a0b8-5f8176a8977c/model-vers/model-ver/629d915f-6b85-4eeb-bd28-cbde30f0f8a3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[08b6040e-7b4a-44c2-af7c-fcd04054adec], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c69a2e52-db3f-4ffa-91b3-186977b230a4], X-ECOMP-RequestID=[08b6040e-7b4a-44c2-af7c-fcd04054adec], X-TransactionId=[], X-ONAP-RequestID=[08b6040e-7b4a-44c2-af7c-fcd04054adec], Content-Type=[application/merge-patch+json]}
2023-03-22T06:59:32.165Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/73257fcb-88fc-45b6-a0b8-5f8176a8977c/model-vers/model-ver/629d915f-6b85-4eeb-bd28-cbde30f0f8a3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T06:59:32.326Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/73257fcb-88fc-45b6-a0b8-5f8176a8977c/model-vers/model-ver/629d915f-6b85-4eeb-bd28-cbde30f0f8a3?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/73257fcb-88fc-45b6-a0b8-5f8176a8977c/model-vers/model-ver/629d915f-6b85-4eeb-bd28-cbde30f0f8a3?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 06:59:32 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[157], vertex-id=[208920], x-aai-txid=[2-aai-resources-230322-06:59:32:040-27496], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T06:59:32.326Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/73257fcb-88fc-45b6-a0b8-5f8176a8977c/model-vers/model-ver/629d915f-6b85-4eeb-bd28-cbde30f0f8a3?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-22T06:59:32.327Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/73257fcb-88fc-45b6-a0b8-5f8176a8977c/model-vers/model-ver/629d915f-6b85-4eeb-bd28-cbde30f0f8a3?depth=0|INFO|500||InvokeReturn
2023-03-22T06:59:32.328Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T06:59:32.328Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T06:59:32.335Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T06:59:32.335Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 08b6040e-7b4a-44c2-af7c-fcd04054adec and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T06:59:32.335Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T06:59:32.335Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:59:32.335Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:59:32.335Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468372335,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T06:59:33.360Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-22T06:59:33.361Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"fa44765c-1a55-4753-a677-dc05edd228ff","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"1d03f549-58ea-474c-8491-1bc243f2be47","serviceDescription":"service","serviceInvariantUUID":"6748efda-682b-4f33-bbaa-0334a4b920b4","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e44b9e49-8faf-4306-af99-db9c3c65ef69","resourceInvariantUUID":"77792895-85e7-452e-b5af-fb9110e0a230","resourceCustomizationUUID":"2a96b6ea-999b-4eb8-9e5c-4e83946ad68a","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":"NzU1NzY0MzBjYmJjZGQ3OTc3MzUwNGVhNzU4Zjk3ZGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ab241608-47f4-4771-9400-893aca25fd9a","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":"M2UzMmQwYzFjMDM1N2IyNGE5NDA2MmM0MjVhMzE2NTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"81fa1ce2-1d35-4558-b0cb-311a19890b41","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":"5da4a6a5-43fd-46b5-af1f-9407fee8103d","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":"62d4d2ce-4665-491e-9cbe-285c86834770","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":"cb1b6b34-25a6-4bcb-ae92-3274389a29a4","artifactVersion":"2","generatedFromUUID":"722a406b-689e-4051-893f-c52f13dfa916"},{"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":"1448168e-e694-4bb4-9d5e-e36feb8a9832","artifactVersion":"2","generatedFromUUID":"5da4a6a5-43fd-46b5-af1f-9407fee8103d"},{"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":"722a406b-689e-4051-893f-c52f13dfa916","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":"24939467-0def-4bf1-b946-b629a0ef58da","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":"YTgzM2RjYWJjNzE3ZWQ5ODA4OWQ5OTc2NTJkMTJiZDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5f2541fa-5f4d-43ef-bbee-8176f590635a","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NjIzMDNmYTY4M2UzODdlZDNhMjQzOWRjNzg3Njc1NmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"92be68c2-80c8-45a6-aef0-80f6bf8590cd","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T06:59:33.361Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:59:33.361Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:59:33.361Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:59:33.361Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "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-22T06:59:34.363Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:59:34.363Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:59:34.363Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:59:34.363Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "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-22T06:59:35.365Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:59:35.365Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:59:35.366Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:59:35.366Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "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-22T06:59:36.367Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:59:36.368Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:59:36.368Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:59:36.368Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "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-22T06:59:37.370Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:59:37.370Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:59:37.370Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:59:37.371Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "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-22T06:59:38.372Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:59:38.373Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:59:38.373Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:59:38.373Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "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-22T06:59:39.375Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:59:39.375Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:59:39.375Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:59:39.376Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "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-22T06:59:40.377Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:59:40.378Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:59:40.378Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:59:40.378Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "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-22T06:59:41.380Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:59:41.380Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:59:41.380Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:59:41.381Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "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-22T06:59:42.382Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T06:59:42.383Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:59:42.383Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:59:42.383Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T06:59:43.385Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "1d03f549-58ea-474c-8491-1bc243f2be47",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6748efda-682b-4f33-bbaa-0334a4b920b4",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "2a96b6ea-999b-4eb8-9e5c-4e83946ad68a",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e44b9e49-8faf-4306-af99-db9c3c65ef69",
      "resourceInvariantUUID": "77792895-85e7-452e-b5af-fb9110e0a230",
      "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": "M2UzMmQwYzFjMDM1N2IyNGE5NDA2MmM0MjVhMzE2NTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "81fa1ce2-1d35-4558-b0cb-311a19890b41",
          "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": "5da4a6a5-43fd-46b5-af1f-9407fee8103d",
          "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": "1448168e-e694-4bb4-9d5e-e36feb8a9832",
            "generatedFromUUID": "5da4a6a5-43fd-46b5-af1f-9407fee8103d"
          },
          "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": "cb1b6b34-25a6-4bcb-ae92-3274389a29a4",
          "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": "1448168e-e694-4bb4-9d5e-e36feb8a9832",
          "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": "722a406b-689e-4051-893f-c52f13dfa916",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NjIzMDNmYTY4M2UzODdlZDNhMjQzOWRjNzg3Njc1NmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "92be68c2-80c8-45a6-aef0-80f6bf8590cd"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T06:59:43.385Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T06:59:43.385Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 1d03f549-58ea-474c-8491-1bc243f2be47 ASDC
2023-03-22T06:59:43.385Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:fa44765c-1a55-4753-a677-dc05edd228ff
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:1d03f549-58ea-474c-8491-1bc243f2be47
ServiceInvariantUUID:6748efda-682b-4f33-bbaa-0334a4b920b4
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:92be68c2-80c8-45a6-aef0-80f6bf8590cd
ArtifactChecksum:NjIzMDNmYTY4M2UzODdlZDNhMjQzOWRjNzg3Njc1NmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:2a96b6ea-999b-4eb8-9e5c-4e83946ad68a
ResourceInvariantUUID:77792895-85e7-452e-b5af-fb9110e0a230
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:e44b9e49-8faf-4306-af99-db9c3c65ef69
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:81fa1ce2-1d35-4558-b0cb-311a19890b41
ArtifactChecksum:M2UzMmQwYzFjMDM1N2IyNGE5NDA2MmM0MjVhMzE2NTY=
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:5da4a6a5-43fd-46b5-af1f-9407fee8103d
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:1448168e-e694-4bb4-9d5e-e36feb8a9832
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:cb1b6b34-25a6-4bcb-ae92-3274389a29a4
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:1448168e-e694-4bb4-9d5e-e36feb8a9832
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:722a406b-689e-4051-893f-c52f13dfa916
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-22T06:59:43.385Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1d03f549-58ea-474c-8491-1bc243f2be47 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-22T06:59:43.450Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:59:43.451Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-22T06:59:43.451Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-22T06:59:43.451Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 92be68c2-80c8-45a6-aef0-80f6bf8590cd from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-22T06:59:43.451Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-22T06:59:43.451Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-22T06:59:43.756Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-22T06:59:43.759Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 92be68c2-80c8-45a6-aef0-80f6bf8590cd 163279
2023-03-22T06:59:43.759Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||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-22T06:59:43.760Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||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-22T06:59:43.760Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T06:59:43.760Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:59:43.760Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:59:43.760Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468383759,
  "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-22T06:59:44.761Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T06:59:44.762Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-22T06:59:44.762Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 92be68c2-80c8-45a6-aef0-80f6bf8590cd, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-22T06:59:44.762Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-22T06:59:44.763Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-22T06:59:44.763Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-22T06:59:44.838Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP778391550671683719/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-22T06:59:45.687Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-22T06:59:45.687Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-22T06:59:45.687Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-22T06:59:45.687Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-22T06:59:45.687Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-22T06:59:45.687Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||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-22T06:59:45.687Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||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-22T06:59:45.687Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||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-22T06:59:45.688Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-22T06:59:45.688Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:59:45.688Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:59:45.688Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-22T06:59:45.688Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-22T06:59:45.688Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T06:59:45.688Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:59:45.688Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:59:45.688Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-22T06:59:45.688Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-22T06:59:45.688Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T06:59:45.688Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:59:45.688Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:59:45.688Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:59:45.688Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-22T06:59:45.688Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-22T06:59:45.688Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-22T06:59:45.688Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-22T06:59:45.689Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:59:45.689Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-22T06:59:45.689Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:59:45.689Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-22T06:59:45.689Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T06:59:45.689Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:59:45.689Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-22T06:59:45.689Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T06:59:45.689Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:59:45.689Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-22T06:59:45.689Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T06:59:45.689Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:59:45.689Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-22T06:59:45.689Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T06:59:45.689Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:59:45.689Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-22T06:59:45.690Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-22T06:59:45.690Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=7986b4a9-ceaf-4943-832e-448c22a717d4
2023-03-22T06:59:45.690Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:59:45.690Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:59:45.690Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:59:45.690Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:59:45.690Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:59:45.690Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:59:45.690Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:59:45.690Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:59:45.690Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:1d03f549-58ea-474c-8491-1bc243f2be47
Model Version:NULL
Model InvariantUuid:6748efda-682b-4f33-bbaa-0334a4b920b4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:a126af5a-41b6-4d9b-a525-cc0f24044770
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:77792895-85e7-452e-b5af-fb9110e0a230
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2a96b6ea-999b-4eb8-9e5c-4e83946ad68a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ee712754-e1fb-47c7-9653-d73f14e5624c
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:5eafb2a0-cd04-4e04-8772-dbbadf2f14f4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:f08b5ea8-d59d-4914-8d65-70e5b10ffac2
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:1dbfee35-4de3-4d7e-add0-3dba57f81166
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7986b4a9-ceaf-4943-832e-448c22a717d4
ModelInvariantUuid:b8d6b641-287c-4bcc-88d1-ce86fd693b9d
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:05dc43de-7750-4436-9c78-b38047acea54
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:5c965bb5-f1d5-4973-a61b-1024009c3a42
ModelInvariantUuid:c24c2877-29ec-4784-9d74-34eef33bb6c3
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:20731fa1-0392-4efe-81ee-d4f44b655c3b
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-22T06:59:45.707Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: e44b9e49-8faf-4306-af99-db9c3c65ef69
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T06:59:45.710Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||basic_cnf_macro 0
2023-03-22T06:59:45.710Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e44b9e49-8faf-4306-af99-db9c3c65ef69
2023-03-22T06:59:45.710Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 81fa1ce2-1d35-4558-b0cb-311a19890b41 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-03-22T06:59:45.711Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-22T06:59:45.711Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||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-22T06:59:45.811Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-22T06:59:45.812Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 81fa1ce2-1d35-4558-b0cb-311a19890b41 1565
2023-03-22T06:59:45.812Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||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-22T06:59:45.812Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||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-22T06:59:45.812Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T06:59:45.813Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:59:45.813Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:59:45.813Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468385812,
  "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-22T06:59:46.813Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "f08b5ea8-d59d-4914-8d65-70e5b10ffac2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1dbfee35-4de3-4d7e-add0-3dba57f81166",
    "vfModuleModelCustomizationUUID": "51cbbb7c-adbb-481c-9c83-a768da5175d8",
    "isBase": true,
    "artifacts": [
      "5da4a6a5-43fd-46b5-af1f-9407fee8103d",
      "1448168e-e694-4bb4-9d5e-e36feb8a9832"
    ],
    "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": "ee712754-e1fb-47c7-9653-d73f14e5624c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5eafb2a0-cd04-4e04-8772-dbbadf2f14f4",
    "vfModuleModelCustomizationUUID": "0c1b208d-8d27-4b69-b89c-4f64ddcb80f2",
    "isBase": false,
    "artifacts": [
      "722a406b-689e-4051-893f-c52f13dfa916"
    ],
    "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-22T06:59:46.818Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1dbfee35-4de3-4d7e-add0-3dba57f81166
VfModuleModelInvariantUUID:f08b5ea8-d59d-4914-8d65-70e5b10ffac2
VfModuleModelDescription:NULL
Artifacts UUID List:{
5da4a6a5-43fd-46b5-af1f-9407fee8103d
,
1448168e-e694-4bb4-9d5e-e36feb8a9832

}
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:5eafb2a0-cd04-4e04-8772-dbbadf2f14f4
VfModuleModelInvariantUUID:ee712754-e1fb-47c7-9653-d73f14e5624c
VfModuleModelDescription:NULL
Artifacts UUID List:{
722a406b-689e-4051-893f-c52f13dfa916

}
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-22T06:59:46.822Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "f08b5ea8-d59d-4914-8d65-70e5b10ffac2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1dbfee35-4de3-4d7e-add0-3dba57f81166",
    "vfModuleModelCustomizationUUID": "51cbbb7c-adbb-481c-9c83-a768da5175d8",
    "isBase": true,
    "artifacts": [
      "5da4a6a5-43fd-46b5-af1f-9407fee8103d",
      "1448168e-e694-4bb4-9d5e-e36feb8a9832"
    ],
    "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": "ee712754-e1fb-47c7-9653-d73f14e5624c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5eafb2a0-cd04-4e04-8772-dbbadf2f14f4",
    "vfModuleModelCustomizationUUID": "0c1b208d-8d27-4b69-b89c-4f64ddcb80f2",
    "isBase": false,
    "artifacts": [
      "722a406b-689e-4051-893f-c52f13dfa916"
    ],
    "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-22T06:59:46.822Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1dbfee35-4de3-4d7e-add0-3dba57f81166
VfModuleModelInvariantUUID:f08b5ea8-d59d-4914-8d65-70e5b10ffac2
VfModuleModelDescription:NULL
Artifacts UUID List:{
5da4a6a5-43fd-46b5-af1f-9407fee8103d
,
1448168e-e694-4bb4-9d5e-e36feb8a9832

}
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:5eafb2a0-cd04-4e04-8772-dbbadf2f14f4
VfModuleModelInvariantUUID:ee712754-e1fb-47c7-9653-d73f14e5624c
VfModuleModelDescription:NULL
Artifacts UUID List:{
722a406b-689e-4051-893f-c52f13dfa916

}
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-22T06:59:46.822Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5da4a6a5-43fd-46b5-af1f-9407fee8103d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-03-22T06:59:46.822Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-22T06:59:46.822Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||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-22T06:59:46.909Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-22T06:59:46.909Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 5da4a6a5-43fd-46b5-af1f-9407fee8103d 914
2023-03-22T06:59:46.910Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||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-22T06:59:46.910Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||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-22T06:59:46.910Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T06:59:46.910Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:59:46.910Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:59:46.910Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468386910,
  "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-22T06:59:47.911Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: cb1b6b34-25a6-4bcb-ae92-3274389a29a4 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-03-22T06:59:47.911Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-22T06:59:47.912Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||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-22T06:59:48.010Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-22T06:59:48.011Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env cb1b6b34-25a6-4bcb-ae92-3274389a29a4 12
2023-03-22T06:59:48.011Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||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-22T06:59:48.011Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||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-22T06:59:48.011Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T06:59:48.012Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:59:48.012Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:59:48.012Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468388011,
  "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-22T06:59:49.013Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1448168e-e694-4bb4-9d5e-e36feb8a9832 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-03-22T06:59:49.013Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-22T06:59:49.013Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||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-22T06:59:49.112Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-22T06:59:49.113Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 1448168e-e694-4bb4-9d5e-e36feb8a9832 96
2023-03-22T06:59:49.113Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||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-22T06:59:49.113Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||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-22T06:59:49.113Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T06:59:49.113Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:59:49.114Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:59:49.114Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468389113,
  "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-22T06:59:50.114Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 722a406b-689e-4051-893f-c52f13dfa916 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-03-22T06:59:50.115Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-22T06:59:50.115Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||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-22T06:59:50.216Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-22T06:59:50.217Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 722a406b-689e-4051-893f-c52f13dfa916 20206
2023-03-22T06:59:50.217Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||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-22T06:59:50.217Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||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-22T06:59:50.218Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T06:59:50.218Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:59:50.218Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:59:50.218Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468390217,
  "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-22T06:59:51.225Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 1d03f549-58ea-474c-8491-1bc243f2be47
2023-03-22T06:59:51.225Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 e44b9e49-8faf-4306-af99-db9c3c65ef69 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-22T06:59:51.243Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1302e28b, org.onap.sdc.toscaparser.api.parameters.Input@4591e030, org.onap.sdc.toscaparser.api.parameters.Input@33b6b5c6, org.onap.sdc.toscaparser.api.parameters.Input@712b44b2, org.onap.sdc.toscaparser.api.parameters.Input@75b9f6a6]
2023-03-22T06:59:51.244Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:59:51.245Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:59:51.245Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2023-03-22T06:59:51.245Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 2a96b6ea-999b-4eb8-9e5c-4e83946ad68a
2023-03-22T06:59:51.245Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2a96b6ea-999b-4eb8-9e5c-4e83946ad68a matches Tosca VF Customization UUID: 2a96b6ea-999b-4eb8-9e5c-4e83946ad68a
2023-03-22T06:59:51.245Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 2a96b6ea-999b-4eb8-9e5c-4e83946ad68a  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-22T06:59:51.249Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:59:51.249Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:59:51.250Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 2a96b6ea-999b-4eb8-9e5c-4e83946ad68a: {\"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-22T06:59:51.250Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@12585fb7
2023-03-22T06:59:51.250Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:59:51.250Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-22T06:59:51.250Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0c1b208d-8d27-4b69-b89c-4f64ddcb80f2
2023-03-22T06:59:51.250Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0c1b208d-8d27-4b69-b89c-4f64ddcb80f2
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-22T06:59:51.255Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:59:51.255Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-22T06:59:51.255Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T06:59:51.255Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:59:51.255Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-22T06:59:51.255Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T06:59:51.255Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:59:51.256Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-22T06:59:51.256Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=2a96b6ea-999b-4eb8-9e5c-4e83946ad68a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T06:59:51.259Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:59:51.260Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:59:51.260Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 1d03f549-58ea-474c-8491-1bc243f2be47: basic_cnf_macro
2023-03-22T06:59:51.260Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:59:51.260Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:59:51.260Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:59:51.260Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:59:51.260Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:59:51.260Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:59:51.261Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:59:51.261Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:59:51.261Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T06:59:51.261Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T06:59:51.261Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||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-22T06:59:51.341Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro e44b9e49-8faf-4306-af99-db9c3c65ef69 2 ASDC deployResourceStructure
2023-03-22T06:59:51.341Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||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-22T06:59:51.341Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||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-22T06:59:51.341Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-22T06:59:51.341Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:59:51.341Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:59:51.342Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468391341,
  "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-22T06:59:52.342Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||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-22T06:59:52.342Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||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-22T06:59:52.342Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-22T06:59:52.342Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:59:52.342Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:59:52.343Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468392342,
  "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-22T06:59:53.343Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||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-22T06:59:53.344Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||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-22T06:59:53.344Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:59:53.344Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:59:53.344Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:59:53.344Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468393343,
  "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-22T06:59:54.345Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||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-22T06:59:54.346Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||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-22T06:59:54.346Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-22T06:59:54.346Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:59:54.346Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:59:54.346Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468394345,
  "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-22T06:59:55.347Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||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-22T06:59:55.348Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||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-22T06:59:55.348Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T06:59:55.348Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:59:55.349Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:59:55.349Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468395347,
  "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-22T06:59:56.351Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||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-22T06:59:56.352Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||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-22T06:59:56.352Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-22T06:59:56.352Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T06:59:56.352Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T06:59:56.352Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468396351,
  "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-22T06:59:57.354Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa44765c-1a55-4753-a677-dc05edd228ff
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:59:57.381Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa44765c-1a55-4753-a677-dc05edd228ff
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T06:59:57.386Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T06:59:57.387Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T06:59:57.387Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T06:59:57.387Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T06:59:57.387Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:59:57.387Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:59:57.387Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:59:57.387Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T06:59:57.387Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-22T06:59:57.401Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T07:00:27.402Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fa44765c-1a55-4753-a677-dc05edd228ff and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T07:00:27.410Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fa44765c-1a55-4753-a677-dc05edd228ff and serviceModelVersionId: 1d03f549-58ea-474c-8491-1bc243f2be47
2023-03-22T07:00:27.410Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6748efda-682b-4f33-bbaa-0334a4b920b4
2023-03-22T07:00:27.411Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6748efda-682b-4f33-bbaa-0334a4b920b4/model-vers/model-ver/1d03f549-58ea-474c-8491-1bc243f2be47?depth=0
2023-03-22T07:00:27.415Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T07:00:27.427Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6748efda-682b-4f33-bbaa-0334a4b920b4/model-vers/model-ver/1d03f549-58ea-474c-8491-1bc243f2be47?depth=0|INFO|500||Invoke
2023-03-22T07:00:27.427Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6748efda-682b-4f33-bbaa-0334a4b920b4/model-vers/model-ver/1d03f549-58ea-474c-8491-1bc243f2be47?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6748efda-682b-4f33-bbaa-0334a4b920b4/model-vers/model-ver/1d03f549-58ea-474c-8491-1bc243f2be47?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fa44765c-1a55-4753-a677-dc05edd228ff], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[96c94dad-3b23-4336-b6e9-d2e4b03e415b], X-ECOMP-RequestID=[fa44765c-1a55-4753-a677-dc05edd228ff], X-TransactionId=[], X-ONAP-RequestID=[fa44765c-1a55-4753-a677-dc05edd228ff], Content-Type=[application/merge-patch+json]}
2023-03-22T07:00:27.434Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6748efda-682b-4f33-bbaa-0334a4b920b4/model-vers/model-ver/1d03f549-58ea-474c-8491-1bc243f2be47?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T07:00:27.592Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6748efda-682b-4f33-bbaa-0334a4b920b4/model-vers/model-ver/1d03f549-58ea-474c-8491-1bc243f2be47?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6748efda-682b-4f33-bbaa-0334a4b920b4/model-vers/model-ver/1d03f549-58ea-474c-8491-1bc243f2be47?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 07:00:27 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[155], vertex-id=[254128], x-aai-txid=[0-aai-resources-230322-07:00:27:308-13317], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T07:00:27.592Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6748efda-682b-4f33-bbaa-0334a4b920b4/model-vers/model-ver/1d03f549-58ea-474c-8491-1bc243f2be47?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-22T07:00:27.593Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6748efda-682b-4f33-bbaa-0334a4b920b4/model-vers/model-ver/1d03f549-58ea-474c-8491-1bc243f2be47?depth=0|INFO|500||InvokeReturn
2023-03-22T07:00:27.593Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T07:00:27.593Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T07:00:27.601Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T07:00:27.601Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fa44765c-1a55-4753-a677-dc05edd228ff and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T07:00:27.601Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T07:00:27.601Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:00:27.601Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:00:27.601Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468427601,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:00:28.533Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:00:28.534Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: cached metadata has changed from (version98: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version99: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-03-22T07:00:28.551Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:00:28.551Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] (Re-)joining group
2023-03-22T07:00:28.556Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully joined group with generation Generation{generationId=25, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T07:00:28.557Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Finished assignment for group at generation 25: {SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-22T07:00:28.575Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully synced group in generation Generation{generationId=25, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T07:00:28.576Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:00:28.576Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:00:28.584Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:00:28.585Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:00:28.585Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:00:28.585Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1282, 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-22T07:00:28.585Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:00:28.585Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:00:28.629Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-22T07:00:28.629Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"45a52259-369a-4eb1-b310-4edc96390d56","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"dc71a96d-3b6e-487d-b5ea-05fdff85784d","serviceDescription":"service","serviceInvariantUUID":"df15042d-83ba-4b81-9255-a25ac0f4fa1e","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f8083165-6e45-46f3-a7a2-a3611616eb24","resourceInvariantUUID":"b45cdab6-6f18-4d77-bb39-310b37a9907a","resourceCustomizationUUID":"b1b67918-b348-44d4-a05f-9aa876792db1","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":"MTA3MzgyMmM5MjI2NmNkMmYyNzAxNTcxYThiN2JkNWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0ecdb9f9-8feb-4296-9553-b2ff212f0e2a","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":"MzAyNzgzNzcwOWFmYWJkODY2NGE5MjU1Mjg0NzViZGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2cdba830-80b5-4335-a10f-21b05686e958","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":"824b3d50-3f4b-468a-a2a8-cfe75ca1c013","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":"95c34414-9528-4d83-a0b9-82fafcf2e06c","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":"7f4e299a-6330-4b4c-9277-4f2216943275","artifactVersion":"2","generatedFromUUID":"824b3d50-3f4b-468a-a2a8-cfe75ca1c013"},{"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":"OTU2ZTFiMjAwYTUyYzhmNzVkMDBhZmVmOWJkMzMxYWQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"73df1a2f-ef20-4749-91fd-4c89c01194cc","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":"MGE1OGFjNWNlNDE1NDVhNWIyMDlhMjljZGY4NTQ0ZWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8bd4bf7a-694d-4ddc-b45e-9557066a32ba","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZDJjODUwMmJlOThjMmM1MjA0MDljMjI1NGUxMzJlNTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5fd28cd4-ad76-4a13-be98-a134f3df0ff1","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T07:00:28.629Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:00:28.630Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:00:28.630Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:00:28.630Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "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-22T07:00:29.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:00:29.600Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468372335,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T07:00:29.601Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:00:29.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:00:29.601Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:00:29.601Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:00:29.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:00:29.601Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T07:00:29.601Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:00:29.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:00:29.601Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-22T07:00:29.601Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:00:29.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:00:29.601Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:00:29.601Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:00:29.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:00:29.601Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-22T07:00:29.601Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:00:29.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:00:29.602Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-22T07:00:29.602Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:00:29.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:00:29.602Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-22T07:00:29.602Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:00:29.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:00:29.602Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:00:29.602Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:00:29.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:00:29.602Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:00:29.602Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:00:29.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:00:29.603Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T07:00:29.603Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:00:29.603Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:00:29.603Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468383759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T07:00:29.603Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:00:29.603Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:00:29.603Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468385812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-22T07:00:29.603Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:00:29.603Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:00:29.603Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468386910,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-22T07:00:29.603Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:00:29.603Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:00:29.603Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468388011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2023-03-22T07:00:29.603Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:00:29.603Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:00:29.603Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468389113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-03-22T07:00:29.603Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:00:29.604Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:00:29.604Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468390217,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-03-22T07:00:29.604Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:00:29.604Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:00:29.604Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468391341,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-22T07:00:29.604Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:00:29.604Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:00:29.604Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468392342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2023-03-22T07:00:29.604Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:00:29.604Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:00:29.604Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468393343,
  "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-22T07:00:29.604Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:00:29.604Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:00:29.604Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468394345,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2023-03-22T07:00:29.604Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:00:29.604Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:00:29.604Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468395347,
  "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-22T07:00:29.605Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:00:29.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:00:29.605Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468396351,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-22T07:00:29.605Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:00:29.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:00:29.605Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468427601,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T07:00:29.605Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:00:29.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:00:29.605Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:00:29.605Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:00:29.631Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:00:29.631Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:00:29.632Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:00:29.632Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "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-22T07:00:30.633Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:00:30.634Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:00:30.634Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:00:30.634Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "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-22T07:00:31.635Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:00:31.636Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:00:31.636Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:00:31.636Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "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-22T07:00:32.640Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:00:32.640Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:00:32.640Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:00:32.640Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "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-22T07:00:33.642Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:00:33.642Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:00:33.642Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:00:33.642Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "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-22T07:00:34.643Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:00:34.643Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:00:34.643Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:00:34.644Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "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-22T07:00:35.645Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:00:35.645Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:00:35.645Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:00:35.645Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:00:36.646Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "dc71a96d-3b6e-487d-b5ea-05fdff85784d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "df15042d-83ba-4b81-9255-a25ac0f4fa1e",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "b1b67918-b348-44d4-a05f-9aa876792db1",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f8083165-6e45-46f3-a7a2-a3611616eb24",
      "resourceInvariantUUID": "b45cdab6-6f18-4d77-bb39-310b37a9907a",
      "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": "MzAyNzgzNzcwOWFmYWJkODY2NGE5MjU1Mjg0NzViZGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2cdba830-80b5-4335-a10f-21b05686e958",
          "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": "824b3d50-3f4b-468a-a2a8-cfe75ca1c013",
          "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": "7f4e299a-6330-4b4c-9277-4f2216943275",
            "generatedFromUUID": "824b3d50-3f4b-468a-a2a8-cfe75ca1c013"
          },
          "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": "7f4e299a-6330-4b4c-9277-4f2216943275",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZDJjODUwMmJlOThjMmM1MjA0MDljMjI1NGUxMzJlNTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5fd28cd4-ad76-4a13-be98-a134f3df0ff1"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T07:00:36.647Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T07:00:36.647Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dc71a96d-3b6e-487d-b5ea-05fdff85784d ASDC
2023-03-22T07:00:36.647Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:45a52259-369a-4eb1-b310-4edc96390d56
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:dc71a96d-3b6e-487d-b5ea-05fdff85784d
ServiceInvariantUUID:df15042d-83ba-4b81-9255-a25ac0f4fa1e
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:5fd28cd4-ad76-4a13-be98-a134f3df0ff1
ArtifactChecksum:ZDJjODUwMmJlOThjMmM1MjA0MDljMjI1NGUxMzJlNTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:b1b67918-b348-44d4-a05f-9aa876792db1
ResourceInvariantUUID:b45cdab6-6f18-4d77-bb39-310b37a9907a
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:f8083165-6e45-46f3-a7a2-a3611616eb24
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:2cdba830-80b5-4335-a10f-21b05686e958
ArtifactChecksum:MzAyNzgzNzcwOWFmYWJkODY2NGE5MjU1Mjg0NzViZGI=
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:824b3d50-3f4b-468a-a2a8-cfe75ca1c013
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:7f4e299a-6330-4b4c-9277-4f2216943275
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:7f4e299a-6330-4b4c-9277-4f2216943275
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-22T07:00:36.647Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dc71a96d-3b6e-487d-b5ea-05fdff85784d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-22T07:00:36.714Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:00:36.714Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-22T07:00:36.714Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-22T07:00:36.715Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5fd28cd4-ad76-4a13-be98-a134f3df0ff1 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-22T07:00:36.715Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-22T07:00:36.715Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-22T07:00:37.007Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-22T07:00:37.008Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 5fd28cd4-ad76-4a13-be98-a134f3df0ff1 82993
2023-03-22T07:00:37.008Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||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-22T07:00:37.008Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||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-22T07:00:37.008Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T07:00:37.008Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:00:37.008Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:00:37.008Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468437008,
  "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-22T07:00:38.009Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:00:38.010Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-22T07:00:38.010Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 5fd28cd4-ad76-4a13-be98-a134f3df0ff1, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-22T07:00:38.010Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-03-22T07:00:38.011Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-22T07:00:38.011Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-22T07:00:38.089Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3173301358686497997/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-22T07:00:38.934Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-22T07:00:38.935Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-22T07:00:38.935Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-22T07:00:38.935Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-22T07:00:38.935Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-22T07:00:38.935Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-22T07:00:38.935Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-22T07:00:38.935Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-22T07:00:38.935Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-22T07:00:38.935Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-03-22T07:00:38.935Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||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-22T07:00:38.935Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-22T07:00:38.935Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:00:38.935Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:00:38.935Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-22T07:00:38.935Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-22T07:00:38.936Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T07:00:38.936Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:00:38.936Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:00:38.936Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-22T07:00:38.936Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-22T07:00:38.936Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T07:00:38.936Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:00:38.936Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:00:38.936Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:00:38.936Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-22T07:00:38.936Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-03-22T07:00:38.936Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-03-22T07:00:38.936Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-03-22T07:00:38.936Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-22T07:00:38.936Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-22T07:00:38.936Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:00:38.937Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-22T07:00:38.937Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:00:38.937Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-22T07:00:38.937Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T07:00:38.937Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:00:38.937Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-22T07:00:38.937Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T07:00:38.937Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:00:38.937Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-22T07:00:38.937Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T07:00:38.937Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:00:38.937Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-22T07:00:38.938Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-22T07:00:38.938Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-22T07:00:38.938Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=279a89e8-b0a5-4b0a-b140-8066bf560e21
2023-03-22T07:00:38.938Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:00:38.938Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:00:38.938Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:00:38.938Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:00:38.938Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:00:38.938Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:00:38.938Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:00:38.938Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:00:38.938Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:dc71a96d-3b6e-487d-b5ea-05fdff85784d
Model Version:NULL
Model InvariantUuid:df15042d-83ba-4b81-9255-a25ac0f4fa1e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:5a750937-e7ef-4168-a64a-eab2b627d640
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b45cdab6-6f18-4d77-bb39-310b37a9907a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b1b67918-b348-44d4-a05f-9aa876792db1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:76b4ee4f-03d5-4a6d-852f-238e9bef2a4e
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:aedbdaac-9975-4505-9e18-d33a397dd27e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:279a89e8-b0a5-4b0a-b140-8066bf560e21
ModelInvariantUuid:8e7988d1-3c8b-424d-afb1-8ce019b23f86
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:14361d4c-da4b-49a3-ae7e-ee959acd81d8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:f8c1ece5-bbbc-44db-81a7-99365c228917
ModelInvariantUuid:760ccc73-793e-4601-b99f-7fb0bfbb8a4c
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:dd2f019b-399f-40ca-aa8b-16e116cd083f
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-22T07:00:38.957Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: f8083165-6e45-46f3-a7a2-a3611616eb24
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T07:00:38.961Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||basic_vm_macro 0
2023-03-22T07:00:38.961Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f8083165-6e45-46f3-a7a2-a3611616eb24
2023-03-22T07:00:38.961Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2cdba830-80b5-4335-a10f-21b05686e958 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-03-22T07:00:38.961Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-22T07:00:38.961Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||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-22T07:00:39.060Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-22T07:00:39.061Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2cdba830-80b5-4335-a10f-21b05686e958 792
2023-03-22T07:00:39.061Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||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-22T07:00:39.061Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||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-22T07:00:39.061Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T07:00:39.062Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:00:39.062Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:00:39.062Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468439061,
  "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-22T07:00:40.063Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "76b4ee4f-03d5-4a6d-852f-238e9bef2a4e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "aedbdaac-9975-4505-9e18-d33a397dd27e",
    "vfModuleModelCustomizationUUID": "c37dca4f-d892-4310-848a-a012244a220f",
    "isBase": true,
    "artifacts": [
      "824b3d50-3f4b-468a-a2a8-cfe75ca1c013",
      "7f4e299a-6330-4b4c-9277-4f2216943275"
    ],
    "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-22T07:00:40.069Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:aedbdaac-9975-4505-9e18-d33a397dd27e
VfModuleModelInvariantUUID:76b4ee4f-03d5-4a6d-852f-238e9bef2a4e
VfModuleModelDescription:NULL
Artifacts UUID List:{
824b3d50-3f4b-468a-a2a8-cfe75ca1c013
,
7f4e299a-6330-4b4c-9277-4f2216943275

}
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-22T07:00:40.071Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "76b4ee4f-03d5-4a6d-852f-238e9bef2a4e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "aedbdaac-9975-4505-9e18-d33a397dd27e",
    "vfModuleModelCustomizationUUID": "c37dca4f-d892-4310-848a-a012244a220f",
    "isBase": true,
    "artifacts": [
      "824b3d50-3f4b-468a-a2a8-cfe75ca1c013",
      "7f4e299a-6330-4b4c-9277-4f2216943275"
    ],
    "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-22T07:00:40.072Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:aedbdaac-9975-4505-9e18-d33a397dd27e
VfModuleModelInvariantUUID:76b4ee4f-03d5-4a6d-852f-238e9bef2a4e
VfModuleModelDescription:NULL
Artifacts UUID List:{
824b3d50-3f4b-468a-a2a8-cfe75ca1c013
,
7f4e299a-6330-4b4c-9277-4f2216943275

}
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-22T07:00:40.072Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 824b3d50-3f4b-468a-a2a8-cfe75ca1c013 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-03-22T07:00:40.072Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-22T07:00:40.072Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||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-22T07:00:40.174Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-22T07:00:40.175Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 824b3d50-3f4b-468a-a2a8-cfe75ca1c013 5033
2023-03-22T07:00:40.175Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||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-22T07:00:40.176Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||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-22T07:00:40.176Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T07:00:40.176Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:00:40.176Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:00:40.176Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468440175,
  "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-22T07:00:41.178Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7f4e299a-6330-4b4c-9277-4f2216943275 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-03-22T07:00:41.178Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-22T07:00:41.179Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||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-22T07:00:41.277Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-22T07:00:41.277Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 7f4e299a-6330-4b4c-9277-4f2216943275 903
2023-03-22T07:00:41.277Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||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-22T07:00:41.277Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||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-22T07:00:41.277Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T07:00:41.277Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:00:41.278Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:00:41.278Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468441277,
  "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-22T07:00:42.279Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: dc71a96d-3b6e-487d-b5ea-05fdff85784d
2023-03-22T07:00:42.279Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 f8083165-6e45-46f3-a7a2-a3611616eb24 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-22T07:00:42.304Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@342174de, org.onap.sdc.toscaparser.api.parameters.Input@65409c81, org.onap.sdc.toscaparser.api.parameters.Input@6b5f445, org.onap.sdc.toscaparser.api.parameters.Input@dae9bea, org.onap.sdc.toscaparser.api.parameters.Input@32969905]
2023-03-22T07:00:42.306Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:00:42.307Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:00:42.307Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2023-03-22T07:00:42.307Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= b1b67918-b348-44d4-a05f-9aa876792db1
2023-03-22T07:00:42.307Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b1b67918-b348-44d4-a05f-9aa876792db1 matches Tosca VF Customization UUID: b1b67918-b348-44d4-a05f-9aa876792db1
2023-03-22T07:00:42.307Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: b1b67918-b348-44d4-a05f-9aa876792db1  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-22T07:00:42.310Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:00:42.310Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:00:42.311Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id b1b67918-b348-44d4-a05f-9aa876792db1: {\"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-22T07:00:42.311Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3e5cbdd
2023-03-22T07:00:42.311Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:00:42.312Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-22T07:00:42.312Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c37dca4f-d892-4310-848a-a012244a220f
2023-03-22T07:00:42.312Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c37dca4f-d892-4310-848a-a012244a220f
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-22T07:00:42.314Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:00:42.315Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-22T07:00:42.315Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T07:00:42.315Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:00:42.315Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-22T07:00:42.315Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T07:00:42.315Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:00:42.316Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-03-22T07:00:42.316Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-03-22T07:00:42.316Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-03-22T07:00:42.316Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=279a89e8-b0a5-4b0a-b140-8066bf560e21
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-22T07:00:42.318Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:00:42.319Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-22T07:00:42.319Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T07:00:42.319Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:00:42.319Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-03-22T07:00:42.319Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=b1b67918-b348-44d4-a05f-9aa876792db1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T07:00:42.323Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:00:42.323Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:00:42.323Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid dc71a96d-3b6e-487d-b5ea-05fdff85784d: basic_vm_macro
2023-03-22T07:00:42.323Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:00:42.323Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:00:42.323Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:00:42.323Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:00:42.323Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:00:42.324Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:00:42.324Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:00:42.324Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:00:42.324Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:00:42.324Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:00:42.324Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||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-22T07:00:42.481Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro f8083165-6e45-46f3-a7a2-a3611616eb24 1 ASDC deployResourceStructure
2023-03-22T07:00:42.482Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||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-22T07:00:42.482Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||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-22T07:00:42.482Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-22T07:00:42.482Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:00:42.482Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:00:42.482Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468442482,
  "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-22T07:00:43.483Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||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-22T07:00:43.484Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||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-22T07:00:43.484Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-22T07:00:43.484Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:00:43.484Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:00:43.484Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468443483,
  "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-22T07:00:44.485Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||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-22T07:00:44.485Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||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-22T07:00:44.485Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-22T07:00:44.485Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:00:44.485Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:00:44.486Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468444485,
  "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-22T07:00:45.486Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||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-22T07:00:45.487Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||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-22T07:00:45.487Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-22T07:00:45.487Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:00:45.487Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:00:45.488Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468445486,
  "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-22T07:00:46.489Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45a52259-369a-4eb1-b310-4edc96390d56
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:00:46.509Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45a52259-369a-4eb1-b310-4edc96390d56
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:00:46.513Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T07:00:46.513Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T07:00:46.513Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T07:00:46.513Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T07:00:46.513Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:00:46.513Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:00:46.513Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:00:46.513Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:00:46.513Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-22T07:00:46.528Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T07:01:16.529Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 45a52259-369a-4eb1-b310-4edc96390d56 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T07:01:16.537Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 45a52259-369a-4eb1-b310-4edc96390d56 and serviceModelVersionId: dc71a96d-3b6e-487d-b5ea-05fdff85784d
2023-03-22T07:01:16.537Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : df15042d-83ba-4b81-9255-a25ac0f4fa1e
2023-03-22T07:01:16.537Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/df15042d-83ba-4b81-9255-a25ac0f4fa1e/model-vers/model-ver/dc71a96d-3b6e-487d-b5ea-05fdff85784d?depth=0
2023-03-22T07:01:16.541Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T07:01:16.553Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df15042d-83ba-4b81-9255-a25ac0f4fa1e/model-vers/model-ver/dc71a96d-3b6e-487d-b5ea-05fdff85784d?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-22T07:01:16.554Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df15042d-83ba-4b81-9255-a25ac0f4fa1e/model-vers/model-ver/dc71a96d-3b6e-487d-b5ea-05fdff85784d?depth=0|INFO|500||Invoke
2023-03-22T07:01:16.560Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df15042d-83ba-4b81-9255-a25ac0f4fa1e/model-vers/model-ver/dc71a96d-3b6e-487d-b5ea-05fdff85784d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T07:01:16.706Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df15042d-83ba-4b81-9255-a25ac0f4fa1e/model-vers/model-ver/dc71a96d-3b6e-487d-b5ea-05fdff85784d?depth=0|INFO|500||InvokeReturn
2023-03-22T07:01:16.707Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df15042d-83ba-4b81-9255-a25ac0f4fa1e/model-vers/model-ver/dc71a96d-3b6e-487d-b5ea-05fdff85784d?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 07:01:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[143], vertex-id=[516296], x-aai-txid=[0-aai-resources-230322-07:01:16:433-45447], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T07:01:16.707Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-03-22T07:01:16.707Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T07:01:16.707Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T07:01:16.715Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T07:01:16.715Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 45a52259-369a-4eb1-b310-4edc96390d56 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T07:01:16.715Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T07:01:16.716Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:01:16.716Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:01:16.716Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468476715,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:01:17.744Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||received message from topic
2023-03-22T07:01:17.744Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"20fb9d86-10ff-4439-a6b7-637734de8ce1","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"87fef59c-d44a-4a07-9a72-8ab6330cffac","serviceDescription":"service","serviceInvariantUUID":"e98194be-b178-4099-9721-ae2092a691f6","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e3a83d09-a7e7-4550-b3fb-0b48027e9547","resourceInvariantUUID":"688c1fae-b293-4009-ab82-4662deee20cd","resourceCustomizationUUID":"932a3d96-8bc3-4763-b615-bc7cd1d03acd","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":"NjZhYWFmYjFiMmRkNjUyMWQwNThkZjlmMTdhNjU3OTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"54353ad0-3210-42d4-90eb-d74a1faff144","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":"679e3fc1-0c90-4196-8c6e-3d2960a4e52b","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":"703f5bb7-20a8-4eb8-a587-5f4229928077","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":"Mzk2ZWE1MDA0ODgyNGQyNjBmZWIzYmUzOGM5NDQyZGY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"4783f4c3-529b-4a7f-a924-2610a54877c6","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":"9e8051eb-5329-4c37-b642-13221bb39cfc","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":"34f22cd0-daba-42ea-af51-5c71a16891e3","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":"fa5fd4f1-3bad-40fd-9535-8ef67a0ed593","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":"MDc4NzNjNjUyYTU3N2Y0OGM2ODFmYWQ4NGFiZGFjYmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"763b1783-cacb-42a7-a69c-0f1827b72bd1","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"N2Q1NWNjMjJiNjk5NDA5NGM2NGIxYWZlYjcyMDRiMzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"069a759b-2956-48a9-bd9d-6829784e3b89","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T07:01:17.744Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:01:17.744Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:01:17.744Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:01:17.744Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "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-22T07:01:18.745Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:01:18.745Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:01:18.745Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:01:18.746Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "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-22T07:01:19.746Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:01:19.746Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:01:19.747Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:01:19.747Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "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-22T07:01:20.747Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:01:20.747Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:01:20.747Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:01:20.747Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "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-22T07:01:21.748Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:01:21.748Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:01:21.748Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:01:21.748Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "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-22T07:01:22.749Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:01:22.749Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:01:22.749Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:01:22.749Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "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-22T07:01:23.750Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:01:23.750Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:01:23.750Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:01:23.750Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "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-22T07:01:24.751Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:01:24.751Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:01:24.751Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:01:24.751Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "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-22T07:01:25.752Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:01:25.752Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:01:25.752Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:01:25.752Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:01:26.753Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "87fef59c-d44a-4a07-9a72-8ab6330cffac",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e98194be-b178-4099-9721-ae2092a691f6",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "932a3d96-8bc3-4763-b615-bc7cd1d03acd",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e3a83d09-a7e7-4550-b3fb-0b48027e9547",
      "resourceInvariantUUID": "688c1fae-b293-4009-ab82-4662deee20cd",
      "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": "N2Q1NWNjMjJiNjk5NDA5NGM2NGIxYWZlYjcyMDRiMzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "069a759b-2956-48a9-bd9d-6829784e3b89"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T07:01:26.753Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T07:01:26.753Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 87fef59c-d44a-4a07-9a72-8ab6330cffac ASDC
2023-03-22T07:01:26.753Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:20fb9d86-10ff-4439-a6b7-637734de8ce1
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:87fef59c-d44a-4a07-9a72-8ab6330cffac
ServiceInvariantUUID:e98194be-b178-4099-9721-ae2092a691f6
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:069a759b-2956-48a9-bd9d-6829784e3b89
ArtifactChecksum:N2Q1NWNjMjJiNjk5NDA5NGM2NGIxYWZlYjcyMDRiMzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:932a3d96-8bc3-4763-b615-bc7cd1d03acd
ResourceInvariantUUID:688c1fae-b293-4009-ab82-4662deee20cd
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:e3a83d09-a7e7-4550-b3fb-0b48027e9547
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-22T07:01:26.753Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 87fef59c-d44a-4a07-9a72-8ab6330cffac ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-22T07:01:26.804Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:01:26.805Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-22T07:01:26.805Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-22T07:01:26.805Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 069a759b-2956-48a9-bd9d-6829784e3b89 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-22T07:01:26.805Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||INFO|500||DistributionClient - download
2023-03-22T07:01:26.805Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-22T07:01:26.965Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2023-03-22T07:01:26.968Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 069a759b-2956-48a9-bd9d-6829784e3b89 111088
2023-03-22T07:01:26.969Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-22T07:01:26.969Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-22T07:01:26.969Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T07:01:26.969Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:01:26.969Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:01:26.969Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468486969,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:01:27.970Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:01:27.971Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2023-03-22T07:01:27.971Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 069a759b-2956-48a9-bd9d-6829784e3b89, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-22T07:01:27.971Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2023-03-22T07:01:27.972Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-22T07:01:27.972Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-22T07:01:28.086Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1665998302958355028/Definitions/service-TestPnfMacro-template.yml
2023-03-22T07:01:28.533Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:01:28.534Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:01:28.534Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T07:01:28.535Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:01:28.639Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-22T07:01:28.640Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-22T07:01:28.640Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-22T07:01:28.640Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-22T07:01:28.640Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-22T07:01:28.640Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-22T07:01:28.640Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-22T07:01:28.640Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-22T07:01:28.640Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-22T07:01:28.640Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-22T07:01:28.640Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-22T07:01:28.640Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||WARN|500||####################################################################################################
2023-03-22T07:01:28.640Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:01:28.640Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:01:28.640Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-03-22T07:01:28.640Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-22T07:01:28.640Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T07:01:28.641Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:01:28.641Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:01:28.641Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-03-22T07:01:28.641Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2023-03-22T07:01:28.641Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T07:01:28.641Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:01:28.641Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:01:28.641Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:01:28.641Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:01:28.641Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:01:28.641Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:01:28.641Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:01:28.641Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:01:28.641Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:01:28.641Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:01:28.641Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:fccea19e-17fd-42c4-9270-f16cd94740d5
Model Version:NULL
Model InvariantUuid:fadf4358-193c-4a53-9de0-7e9a58a1f484
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-22T07:01:28.658Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: e3a83d09-a7e7-4550-b3fb-0b48027e9547
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T07:01:28.663Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||INFO|500||test-pnf 0
2023-03-22T07:01:28.663Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e3a83d09-a7e7-4550-b3fb-0b48027e9547
2023-03-22T07:01:28.663Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 87fef59c-d44a-4a07-9a72-8ab6330cffac
2023-03-22T07:01:28.663Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 87fef59c-d44a-4a07-9a72-8ab6330cffac
2023-03-22T07:01:28.663Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 e3a83d09-a7e7-4550-b3fb-0b48027e9547 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-22T07:01:28.674Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@b19aa5c, org.onap.sdc.toscaparser.api.parameters.Input@5af48a3a, org.onap.sdc.toscaparser.api.parameters.Input@1bd3a222, org.onap.sdc.toscaparser.api.parameters.Input@4b9bb75e, org.onap.sdc.toscaparser.api.parameters.Input@d16bf3b]
2023-03-22T07:01:28.674Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:01:28.674Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:01:28.675Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid fccea19e-17fd-42c4-9270-f16cd94740d5: test-pnf
2023-03-22T07:01:28.675Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||INFO|500||Processing PNF resource: e3a83d09-a7e7-4550-b3fb-0b48027e9547
2023-03-22T07:01:28.675Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:01:28.675Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:01:28.675Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||WARN|500||Resource customization UUID: 7afc7ef7-3a42-47e2-829e-3ec49ad54a06 is NOT the same as notified resource customizationUUID: 932a3d96-8bc3-4763-b615-bc7cd1d03acd
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
2023-03-22T07:01:28.725Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf e3a83d09-a7e7-4550-b3fb-0b48027e9547 0 ASDC deployResourceStructure
2023-03-22T07:01:28.726Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-22T07:01:28.726Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-22T07:01:28.726Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-22T07:01:28.726Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:01:28.726Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:01:28.726Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468488726,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:01:29.727Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20fb9d86-10ff-4439-a6b7-637734de8ce1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:01:29.750Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20fb9d86-10ff-4439-a6b7-637734de8ce1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:01:29.754Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T07:01:29.754Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T07:01:29.754Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T07:01:29.754Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T07:01:29.754Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:01:29.754Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:01:29.754Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:01:29.754Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:01:29.754Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-22T07:01:29.766Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T07:01:59.767Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 20fb9d86-10ff-4439-a6b7-637734de8ce1 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T07:01:59.774Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 20fb9d86-10ff-4439-a6b7-637734de8ce1 and serviceModelVersionId: 87fef59c-d44a-4a07-9a72-8ab6330cffac
2023-03-22T07:01:59.774Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e98194be-b178-4099-9721-ae2092a691f6
2023-03-22T07:01:59.774Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e98194be-b178-4099-9721-ae2092a691f6/model-vers/model-ver/87fef59c-d44a-4a07-9a72-8ab6330cffac?depth=0
2023-03-22T07:01:59.777Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T07:01:59.797Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e98194be-b178-4099-9721-ae2092a691f6/model-vers/model-ver/87fef59c-d44a-4a07-9a72-8ab6330cffac?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-22T07:01:59.797Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e98194be-b178-4099-9721-ae2092a691f6/model-vers/model-ver/87fef59c-d44a-4a07-9a72-8ab6330cffac?depth=0|INFO|500||Invoke
2023-03-22T07:01:59.803Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e98194be-b178-4099-9721-ae2092a691f6/model-vers/model-ver/87fef59c-d44a-4a07-9a72-8ab6330cffac?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T07:01:59.966Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e98194be-b178-4099-9721-ae2092a691f6/model-vers/model-ver/87fef59c-d44a-4a07-9a72-8ab6330cffac?depth=0|INFO|500||InvokeReturn
2023-03-22T07:01:59.967Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e98194be-b178-4099-9721-ae2092a691f6/model-vers/model-ver/87fef59c-d44a-4a07-9a72-8ab6330cffac?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 07:01:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[159], vertex-id=[524488], x-aai-txid=[1-aai-resources-230322-07:01:59:679-48701], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T07:01:59.967Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2023-03-22T07:01:59.967Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T07:01:59.967Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T07:01:59.977Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T07:01:59.977Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 20fb9d86-10ff-4439-a6b7-637734de8ce1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T07:01:59.977Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T07:01:59.978Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:01:59.978Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:01:59.978Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-6|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468519977,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:02:01.009Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T07:02:01.009Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-22T07:02:01.010Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Node 0 disconnected.
2023-03-22T07:02:01.011Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Node 1 disconnected.
2023-03-22T07:02:01.011Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Cancelled in-flight METADATA request with correlation id 142194 due to node 1 being disconnected (elapsed time since creation: 0ms, elapsed time since send: 0ms, request timeout: 30000ms)
2023-03-22T07:02:01.011Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T07:02:01.011Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T07:02:01.011Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T07:02:01.012Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] (Re-)joining group
2023-03-22T07:02:01.017Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-fe2cfd13-6bcb-43d1-bae9-f603071b2ed1
2023-03-22T07:02:01.017Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=11, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-22T07:02:01.017Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T07:02:01.017Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] (Re-)joining group
2023-03-22T07:02:02.001Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:02:05.009Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:02:08.018Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:02:11.026Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:02:14.034Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:02:17.045Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:02:20.053Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:02:23.061Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:02:26.070Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:02:28.533Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:02:28.548Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:02:28.548Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] (Re-)joining group
2023-03-22T07:02:28.554Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully joined group with generation Generation{generationId=26, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T07:02:28.554Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Successfully joined group with generation Generation{generationId=26, memberId='SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-fe2cfd13-6bcb-43d1-bae9-f603071b2ed1', protocol='range'}
2023-03-22T07:02:28.559Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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 XYq5vfp-SDeZ0oC43IeGTw
2023-03-22T07:02:28.559Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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 XYq5vfp-SDeZ0oC43IeGTw
2023-03-22T07:02:28.559Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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 XYq5vfp-SDeZ0oC43IeGTw
2023-03-22T07:02:28.559Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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 XYq5vfp-SDeZ0oC43IeGTw
2023-03-22T07:02:28.559Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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 XYq5vfp-SDeZ0oC43IeGTw
2023-03-22T07:02:28.559Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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 XYq5vfp-SDeZ0oC43IeGTw
2023-03-22T07:02:28.559Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Finished assignment for group at generation 26: {SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-b2f59705-e9bd-4065-aeec-d2645577c82a-fe2cfd13-6bcb-43d1-bae9-f603071b2ed1=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-22T07:02:28.575Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully synced group in generation Generation{generationId=26, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T07:02:28.575Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Successfully synced group in generation Generation{generationId=26, memberId='SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-fe2cfd13-6bcb-43d1-bae9-f603071b2ed1', protocol='range'}
2023-03-22T07:02:28.576Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:02:28.576Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:02:28.576Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T07:02:28.576Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T07:02:28.580Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:02:28.580Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:02:28.580Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:02:28.580Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T07:02:28.580Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1308, 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-22T07:02:28.580Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T07:02:28.580Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:02:28.580Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T07:02:28.581Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:02:28.581Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T07:02:28.581Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T07:02:28.581Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-22T07:02:28.620Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:02:28.620Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"1a5e8e35-87ed-40f0-91a8-3b150a1e0fca","serviceName":"basic_onboard_NCnVBE","serviceVersion":"1.0","serviceUUID":"e5f12647-c344-47df-98f7-08a8565b00b6","serviceDescription":"service","serviceInvariantUUID":"51f08bee-59f8-40fa-935c-cd0599c584b5","resources":[{"resourceInstanceName":"basic_onboard_NCnVBE 0","resourceName":"basic_onboard_NCnVBE","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"73768750-8efc-41f5-8d10-5bfad5a080c6","resourceInvariantUUID":"3f902fda-2512-4773-9240-2d25a4405852","resourceCustomizationUUID":"f212e54c-b0bb-4702-b4c4-175e06e278d2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vf-license-model.xml","artifactChecksum":"OTA1ZTkxNzEyZTViN2JiM2U4NGIyMDBkNWU3NzNjZmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"19f3bbed-75be-40ee-b35d-a9d87796e6f1","artifactVersion":"1"},{"artifactName":"basic_onboard_ncnvbe0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json","artifactChecksum":"ZWQ3NTUzZmZlNGY2MGFmNTVmZWQ5OTA0NDFhM2ZmMTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ceda833e-13d7-416e-883f-3f2acb53642c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0dff949b-8137-4b9a-ab54-eb6f0bdd3a39","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5d7083d5-a974-48d7-8a4a-5859d7f018f7","artifactVersion":"2","generatedFromUUID":"2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNcnvbe-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-template.yml","artifactChecksum":"MzFlODEzZDM0NzhjOWZiYTdiMGRkODUxMzU2MTdmNzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"97614832-45b7-45e5-b1d5-5a9c89fe5a74","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNcnvbe-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar","artifactChecksum":"Y2Q1OGViOTJjODRmZWE4OWJiY2VjMTMxMzgxZTJlMDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aef3d4fb-c703-4c66-af36-81e4bf7b5d1d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T07:02:28.621Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:02:28.621Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:02:28.621Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:02:28.621Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:02:29.594Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:02:29.595Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-22T07:02:29.595Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:02:29.595Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:02:29.595Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:02:29.595Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:02:29.595Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:02:29.595Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-22T07:02:29.595Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:02:29.595Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:02:29.595Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:02:29.595Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:02:29.595Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:02:29.596Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:02:29.596Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:02:29.596Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:02:29.596Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T07:02:29.596Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:02:29.596Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:02:29.596Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468437008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T07:02:29.596Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:02:29.596Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:02:29.596Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468439061,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-03-22T07:02:29.596Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:02:29.596Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:02:29.596Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468440175,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-03-22T07:02:29.596Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:02:29.596Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:02:29.596Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468441277,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-03-22T07:02:29.596Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:02:29.596Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:02:29.596Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468442482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-03-22T07:02:29.596Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:02:29.596Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:02:29.596Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468443483,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-03-22T07:02:29.596Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:02:29.596Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:02:29.597Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468444485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-03-22T07:02:29.597Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:02:29.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:02:29.597Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468445486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-22T07:02:29.597Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:02:29.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:02:29.597Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468476715,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T07:02:29.597Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:02:29.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:02:29.597Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:02:29.597Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:02:29.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:02:29.597Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:02:29.597Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:02:29.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:02:29.597Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:02:29.597Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:02:29.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:02:29.597Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:02:29.597Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:02:29.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:02:29.597Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:02:29.597Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:02:29.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:02:29.597Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:02:29.597Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:02:29.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:02:29.597Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:02:29.597Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:02:29.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:02:29.597Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:02:29.597Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:02:29.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:02:29.597Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679467712990,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T07:02:29.597Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:02:29.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:02:29.597Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468486969,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T07:02:29.597Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:02:29.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:02:29.597Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468488726,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-22T07:02:29.597Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:02:29.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:02:29.597Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468519977,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T07:02:29.597Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:02:29.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:02:29.597Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:02:29.598Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:02:29.622Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:02:29.623Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:02:29.623Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:02:29.623Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:02:30.623Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:02:30.624Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:02:30.624Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:02:30.624Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:02:31.624Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:02:31.625Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:02:31.625Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:02:31.625Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:02:32.626Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:02:32.626Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:02:32.626Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:02:32.626Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:02:33.627Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:02:33.627Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:02:33.627Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:02:33.627Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:02:34.627Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:02:34.627Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:02:34.627Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:02:34.628Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:02:35.628Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "serviceName": "basic_onboard_NCnVBE",
  "serviceVersion": "1.0",
  "serviceUUID": "e5f12647-c344-47df-98f7-08a8565b00b6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "51f08bee-59f8-40fa-935c-cd0599c584b5",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_NCnVBE 0",
      "resourceCustomizationUUID": "f212e54c-b0bb-4702-b4c4-175e06e278d2",
      "resourceName": "basic_onboard_NCnVBE",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "73768750-8efc-41f5-8d10-5bfad5a080c6",
      "resourceInvariantUUID": "3f902fda-2512-4773-9240-2d25a4405852",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ncnvbe0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
          "artifactChecksum": "ZWQ3NTUzZmZlNGY2MGFmNTVmZWQ5OTA0NDFhM2ZmMTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ceda833e-13d7-416e-883f-3f2acb53642c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5d7083d5-a974-48d7-8a4a-5859d7f018f7",
            "generatedFromUUID": "2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5d7083d5-a974-48d7-8a4a-5859d7f018f7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardNcnvbe-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
      "artifactChecksum": "Y2Q1OGViOTJjODRmZWE4OWJiY2VjMTMxMzgxZTJlMDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "aef3d4fb-c703-4c66-af36-81e4bf7b5d1d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T07:02:35.628Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T07:02:35.628Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e5f12647-c344-47df-98f7-08a8565b00b6 ASDC
2023-03-22T07:02:35.628Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
ServiceName:basic_onboard_NCnVBE
ServiceVersion:1.0
ServiceUUID:e5f12647-c344-47df-98f7-08a8565b00b6
ServiceInvariantUUID:51f08bee-59f8-40fa-935c-cd0599c584b5
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNcnvbe-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar
ArtifactUUID:aef3d4fb-c703-4c66-af36-81e4bf7b5d1d
ArtifactChecksum:Y2Q1OGViOTJjODRmZWE4OWJiY2VjMTMxMzgxZTJlMDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_NCnVBE 0
ResourceCustomizationUUID:f212e54c-b0bb-4702-b4c4-175e06e278d2
ResourceInvariantUUID:3f902fda-2512-4773-9240-2d25a4405852
ResourceName:basic_onboard_NCnVBE
ResourceType:VF
ResourceUUID:73768750-8efc-41f5-8d10-5bfad5a080c6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ncnvbe0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json
ArtifactUUID:ceda833e-13d7-416e-883f-3f2acb53642c
ArtifactChecksum:ZWQ3NTUzZmZlNGY2MGFmNTVmZWQ5OTA0NDFhM2ZmMTY=
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/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml
ArtifactUUID:2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33
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/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env
ArtifactUUID:5d7083d5-a974-48d7-8a4a-5859d7f018f7
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/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env
ArtifactUUID:5d7083d5-a974-48d7-8a4a-5859d7f018f7
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-22T07:02:35.629Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e5f12647-c344-47df-98f7-08a8565b00b6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:02:35.687Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:02:35.688Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T07:02:35.688Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T07:02:35.688Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: aef3d4fb-c703-4c66-af36-81e4bf7b5d1d from URL: /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar
2023-03-22T07:02:35.688Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-22T07:02:35.688Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar
2023-03-22T07:02:35.718Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-22T07:02:35.718Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5835ed4e
2023-03-22T07:02:35.718Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T07:02:35.718Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|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": [
        "BasicOnboardNcnvbe"
      ]
    }
  }
}
2023-03-22T07:02:35.718Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardNcnvbe-csar.csar /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar aef3d4fb-c703-4c66-af36-81e4bf7b5d1d Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T07:02:35.718Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar ASDC sendASDCNotification
2023-03-22T07:02:35.718Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar(Specified artifact is  not found)
2023-03-22T07:02:35.718Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T07:02:35.718Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:02:35.719Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:02:35.719Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468555718,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:02:36.719Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|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-BasicOnboardNcnvbe-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar(UUID:aef3d4fb-c703-4c66-af36-81e4bf7b5d1d)
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-22T07:02:36.739Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|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-22T07:02:36.739Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 73768750-8efc-41f5-8d10-5bfad5a080c6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T07:02:36.744Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||basic_onboard_NCnVBE 0
2023-03-22T07:02:36.744Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 73768750-8efc-41f5-8d10-5bfad5a080c6
2023-03-22T07:02:36.744Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ceda833e-13d7-416e-883f-3f2acb53642c from URL: /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json
2023-03-22T07:02:36.744Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-22T07:02:36.744Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json
2023-03-22T07:02:36.760Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-22T07:02:36.760Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@58079297
2023-03-22T07:02:36.760Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T07:02:36.760Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|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": [
        "BasicOnboardNcnvbe"
      ]
    }
  }
}
2023-03-22T07:02:36.760Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_ncnvbe0_modules.json /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json ceda833e-13d7-416e-883f-3f2acb53642c Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T07:02:36.761Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json ASDC sendASDCNotification
2023-03-22T07:02:36.761Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json(Specified artifact is  not found)
2023-03-22T07:02:36.761Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T07:02:36.761Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:02:36.761Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:02:36.761Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468556761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:02:37.761Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|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_ncnvbe0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json(UUID:ceda833e-13d7-416e-883f-3f2acb53642c)
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-22T07:02:37.762Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:02:37.785Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:02:37.788Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T07:02:37.789Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T07:03:07.789Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:03:07.806Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:03:07.810Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T07:03:07.810Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T07:03:28.533Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:03:28.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:03:28.535Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T07:03:28.535Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:03:37.810Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:03:37.840Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:03:37.844Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T07:03:37.844Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T07:04:07.844Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:04:07.869Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:04:07.874Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T07:04:07.874Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T07:04:28.533Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:04:28.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:04:28.535Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-22T07:04:28.536Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:04:28.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:04:28.536Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:04:28.536Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:04:28.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:04:28.537Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-22T07:04:28.537Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:04:28.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:04:28.537Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:04:28.537Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:04:28.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:04:28.537Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T07:04:28.538Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:04:28.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:04:28.538Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468555718,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-22T07:04:28.538Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:04:28.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:04:28.538Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468556761,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-22T07:04:28.538Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:04:37.875Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:04:37.901Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:04:37.906Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T07:04:37.906Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T07:05:07.907Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:05:07.930Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:05:07.934Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T07:05:07.935Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T07:05:28.533Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:05:37.935Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:05:37.961Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:05:37.965Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T07:05:37.965Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T07:06:07.966Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:06:07.988Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:06:07.994Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T07:06:07.994Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T07:06:28.534Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:06:37.995Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:06:38.021Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:06:38.025Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T07:06:38.026Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T07:07:08.026Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:07:08.047Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:07:08.051Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T07:07:08.051Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T07:07:28.534Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:07:28.652Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T07:07:28.652Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Member SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-fe2cfd13-6bcb-43d1-bae9-f603071b2ed1 sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-22T07:07:28.652Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-22T07:07:28.653Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-22T07:07:29.135Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:07:29.150Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:07:29.150Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] (Re-)joining group
2023-03-22T07:07:29.156Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully joined group with generation Generation{generationId=27, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T07:07:29.156Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Finished assignment for group at generation 27: {SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-22T07:07:29.173Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully synced group in generation Generation{generationId=27, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T07:07:29.173Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:07:29.174Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:07:29.179Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:07:29.179Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:07:29.179Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:07:29.179Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1344, 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-22T07:07:29.179Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:07:29.180Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:07:38.052Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-22T07:07:38.052Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T07:07:38.065Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca and serviceModelVersionId: e5f12647-c344-47df-98f7-08a8565b00b6
2023-03-22T07:07:38.065Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 51f08bee-59f8-40fa-935c-cd0599c584b5
2023-03-22T07:07:38.066Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0
2023-03-22T07:07:38.069Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T07:07:38.081Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|INFO|500||Invoke
2023-03-22T07:07:38.081Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1a5e8e35-87ed-40f0-91a8-3b150a1e0fca], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[02f0f7ce-2010-499c-a24b-79b86c1ef36d], X-ECOMP-RequestID=[1a5e8e35-87ed-40f0-91a8-3b150a1e0fca], X-TransactionId=[], X-ONAP-RequestID=[1a5e8e35-87ed-40f0-91a8-3b150a1e0fca], Content-Type=[application/merge-patch+json]}
2023-03-22T07:07:38.089Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-22T07:07:38.119Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0 has http status code:404 and response headers:{date=[Wed, 22 Mar 2023 07:07:37 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[28], x-aai-txid=[2-aai-resources-230322-07:07:37:964-64932], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T07:07:38.120Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6","ERR.5.4.6114"]}}}

2023-03-22T07:07:38.120Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-22T07:07:38.122Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
2023-03-22T07:07:38.122Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T07:07:38.122Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
2023-03-22T07:07:38.123Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T07:07:38.129Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|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-22T07:07:38.129Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
2023-03-22T07:07:38.129Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-22T07:07:38.130Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:07:38.130Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:07:38.130Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468858129,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:07:38.149Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:07:38.149Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468858129,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec\u003dERR.5.4.6114)"
}
2023-03-22T07:07:38.150Z||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-22T07:07:39.161Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:07:39.162Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"fbc0587e-4f99-4206-ac97-4f248ab7b2de","serviceName":"vFW 2023-03-22 05-25-55","serviceVersion":"1.0","serviceUUID":"eda70000-0f19-4eaf-b072-0771557b768b","serviceDescription":"catalog service description","serviceInvariantUUID":"54638bfb-5802-44c3-ba60-61ecd799a1bc","resources":[{"resourceInstanceName":"vFW 3229eeab-6ab8 0","resourceName":"vFW 3229eeab-6ab8","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850","resourceInvariantUUID":"6f487355-e424-4b76-9ef4-7f60cecc0cee","resourceCustomizationUUID":"bbf43dff-a85c-4ce3-9384-ff2f1d0c1478","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vf-license-model.xml","artifactChecksum":"ZTk2NGJjN2RmNjIyODk5M2YxODVjYWM0MmE5NDU2NjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"327fa8b9-2434-45ca-a5cb-6c0e0c48f279","artifactVersion":"1"},{"artifactName":"vfw3229eeab6ab80_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json","artifactChecksum":"YjhjOTY1OGI5YWEyOGJhODkwMWIwMzBlYjcwYTEyMzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"127b1619-50cf-438a-a046-c05d6a5e780b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"24d6c314-9225-43b0-9b4a-495965c4b649","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vendor-license-model.xml","artifactChecksum":"ZDIwMTBhYTFkOWY1ZTc0YTc0OTM0MmE0Zjg3NTI4Zjc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e883ee8a-b506-436c-8720-ece3099298d8","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"50d273c5-c4c8-48ad-97b1-0fcf90649b8d","artifactVersion":"2","generatedFromUUID":"24d6c314-9225-43b0-9b4a-495965c4b649"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230322052555-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-template.yml","artifactChecksum":"MDkzODk1YzU4OTAyYTFlOWM5YTFkYjljNWYxMWFmMjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"527da56d-ecd6-45fc-81ca-1ca14b3fe96a","artifactVersion":"1"},{"artifactName":"service-Vfw20230322052555-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar","artifactChecksum":"OTBmMWEwY2YzZDk1MzU0NzhlY2RiOTFkMjc5YTVkOGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T07:07:39.162Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:07:39.162Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:07:39.162Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:07:39.162Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:07:40.163Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:07:40.163Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:07:40.163Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:07:40.163Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:07:41.164Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:07:41.164Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:07:41.164Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:07:41.165Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:07:42.165Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:07:42.166Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:07:42.166Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:07:42.166Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:07:43.166Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:07:43.167Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:07:43.167Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:07:43.167Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:07:44.167Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:07:44.168Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:07:44.168Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:07:44.168Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:07:45.169Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:07:45.169Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:07:45.169Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:07:45.170Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:07:46.171Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "serviceName": "vFW 2023-03-22 05-25-55",
  "serviceVersion": "1.0",
  "serviceUUID": "eda70000-0f19-4eaf-b072-0771557b768b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "54638bfb-5802-44c3-ba60-61ecd799a1bc",
  "resources": [
    {
      "resourceInstanceName": "vFW 3229eeab-6ab8 0",
      "resourceCustomizationUUID": "bbf43dff-a85c-4ce3-9384-ff2f1d0c1478",
      "resourceName": "vFW 3229eeab-6ab8",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850",
      "resourceInvariantUUID": "6f487355-e424-4b76-9ef4-7f60cecc0cee",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw3229eeab6ab80_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json",
          "artifactChecksum": "YjhjOTY1OGI5YWEyOGJhODkwMWIwMzBlYjcwYTEyMzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "127b1619-50cf-438a-a046-c05d6a5e780b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "24d6c314-9225-43b0-9b4a-495965c4b649",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "50d273c5-c4c8-48ad-97b1-0fcf90649b8d",
            "generatedFromUUID": "24d6c314-9225-43b0-9b4a-495965c4b649"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "50d273c5-c4c8-48ad-97b1-0fcf90649b8d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230322052555-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
      "artifactChecksum": "OTBmMWEwY2YzZDk1MzU0NzhlY2RiOTFkMjc5YTVkOGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T07:07:46.172Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T07:07:46.172Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eda70000-0f19-4eaf-b072-0771557b768b ASDC
2023-03-22T07:07:46.172Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:fbc0587e-4f99-4206-ac97-4f248ab7b2de
ServiceName:vFW 2023-03-22 05-25-55
ServiceVersion:1.0
ServiceUUID:eda70000-0f19-4eaf-b072-0771557b768b
ServiceInvariantUUID:54638bfb-5802-44c3-ba60-61ecd799a1bc
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230322052555-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar
ArtifactUUID:bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f
ArtifactChecksum:OTBmMWEwY2YzZDk1MzU0NzhlY2RiOTFkMjc5YTVkOGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 3229eeab-6ab8 0
ResourceCustomizationUUID:bbf43dff-a85c-4ce3-9384-ff2f1d0c1478
ResourceInvariantUUID:6f487355-e424-4b76-9ef4-7f60cecc0cee
ResourceName:vFW 3229eeab-6ab8
ResourceType:VF
ResourceUUID:bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw3229eeab6ab80_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json
ArtifactUUID:127b1619-50cf-438a-a046-c05d6a5e780b
ArtifactChecksum:YjhjOTY1OGI5YWEyOGJhODkwMWIwMzBlYjcwYTEyMzA=
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/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml
ArtifactUUID:24d6c314-9225-43b0-9b4a-495965c4b649
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/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env
ArtifactUUID:50d273c5-c4c8-48ad-97b1-0fcf90649b8d
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/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env
ArtifactUUID:50d273c5-c4c8-48ad-97b1-0fcf90649b8d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-22T07:07:46.172Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eda70000-0f19-4eaf-b072-0771557b768b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:07:46.222Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:07:46.223Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T07:07:46.223Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T07:07:46.223Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f from URL: /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar
2023-03-22T07:07:46.223Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-22T07:07:46.223Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar
2023-03-22T07:07:46.515Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-22T07:07:46.518Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f 101497
2023-03-22T07:07:46.519Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar ASDC sendASDCNotification
2023-03-22T07:07:46.519Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar
2023-03-22T07:07:46.519Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T07:07:46.519Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:07:46.519Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:07:46.519Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468866519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:07:47.521Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:07:47.521Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T07:07:47.522Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f, URL: /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar to file: /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T07:07:47.522Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230322052555-csar.csar
2023-03-22T07:07:47.522Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T07:07:47.523Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T07:07:47.628Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5586834424853558907/Definitions/service-Vfw20230322052555-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-22T07:07:49.138Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-22T07:07:49.138Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-22T07:07:49.139Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T07:07:49.139Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-22T07:07:49.139Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-Vfw20230322052555-csar.csar
2023-03-22T07:07:49.139Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3229eeab-6ab8 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-Vfw20230322052555-csar.csar
2023-03-22T07:07:49.139Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-Vfw20230322052555-csar.csar
2023-03-22T07:07:49.139Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-Vfw20230322052555-csar.csar
2023-03-22T07:07:49.139Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-Vfw20230322052555-csar.csar
2023-03-22T07:07:49.139Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-Vfw20230322052555-csar.csar
2023-03-22T07:07:49.139Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-Vfw20230322052555-csar.csar
2023-03-22T07:07:49.139Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-Vfw20230322052555-csar.csar
2023-03-22T07:07:49.139Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-Vfw20230322052555-csar.csar
2023-03-22T07:07:49.139Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-Vfw20230322052555-csar.csar
2023-03-22T07:07:49.139Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-Vfw20230322052555-csar.csar
2023-03-22T07:07:49.139Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-22T07:07:49.140Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:07:49.140Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:07:49.140Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T07:07:49.140Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-22T07:07:49.140Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T07:07:49.140Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:07:49.140Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:07:49.141Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T07:07:49.141Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-22T07:07:49.141Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T07:07:49.141Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:07:49.141Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:07:49.141Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:07:49.141Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is not matching search criteria
2023-03-22T07:07:49.141Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T07:07:49.142Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T07:07:49.142Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T07:07:49.142Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T07:07:49.142Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T07:07:49.142Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T07:07:49.142Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T07:07:49.142Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T07:07:49.142Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T07:07:49.142Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T07:07:49.142Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T07:07:49.142Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T07:07:49.143Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T07:07:49.143Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T07:07:49.143Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T07:07:49.143Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-22T07:07:49.143Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:07:49.143Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-22T07:07:49.143Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:07:49.143Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T07:07:49.143Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T07:07:49.144Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:07:49.144Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T07:07:49.144Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T07:07:49.144Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:07:49.144Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T07:07:49.144Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T07:07:49.144Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:07:49.144Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is not matching search criteria
2023-03-22T07:07:49.144Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T07:07:49.144Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-22T07:07:49.144Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T07:07:49.145Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T07:07:49.145Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T07:07:49.145Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T07:07:49.145Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T07:07:49.145Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T07:07:49.145Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T07:07:49.145Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T07:07:49.145Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T07:07:49.145Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=aa314a86-cb0e-4a5b-b3dc-67ab85529aa3
2023-03-22T07:07:49.145Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:07:49.146Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is not matching search criteria
2023-03-22T07:07:49.146Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T07:07:49.146Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T07:07:49.146Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T07:07:49.146Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T07:07:49.146Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T07:07:49.146Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T07:07:49.146Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T07:07:49.146Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-22T07:07:49.146Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T07:07:49.146Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T07:07:49.146Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T07:07:49.146Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T07:07:49.147Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d9998ff5-07a8-4e06-a366-e2fa06343e60
2023-03-22T07:07:49.147Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:07:49.147Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is not matching search criteria
2023-03-22T07:07:49.147Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T07:07:49.147Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T07:07:49.147Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T07:07:49.147Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T07:07:49.147Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T07:07:49.147Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T07:07:49.147Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T07:07:49.147Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T07:07:49.147Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T07:07:49.147Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T07:07:49.147Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T07:07:49.148Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-22T07:07:49.148Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=72136b1f-0061-4b5e-8c0f-044f0a8cd6b2
2023-03-22T07:07:49.148Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:07:49.148Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:07:49.148Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:07:49.148Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:07:49.148Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:07:49.148Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:07:49.148Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:07:49.148Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:07:49.148Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-22 05-25-55
Description:catalog service description
Model UUID:eda70000-0f19-4eaf-b072-0771557b768b
Model Version:NULL
Model InvariantUuid:54638bfb-5802-44c3-ba60-61ecd799a1bc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 3229eeab-6ab8
Model UUID:dd90c608-56d0-4044-b77e-6f9404d60812
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6f487355-e424-4b76-9ef4-7f60cecc0cee
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bbf43dff-a85c-4ce3-9384-ff2f1d0c1478
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2340f6cb-b4db-4011-b9c3-b4bb2848eb7c
ModelName:Vfw3229eeab6ab8..base_vfw..module-0
ModelUuid:c74453a0-bfa7-4668-9055-82db75071a8d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:aa314a86-cb0e-4a5b-b3dc-67ab85529aa3
ModelInvariantUuid:74332490-9cd4-4220-be9e-93c4591dd72d
ModelName:vFW 3229eeab-6ab8-nodes.vfwCvfc
ModelUuid:61ffbf75-6e28-4757-a025-b2c0ab962a74
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:b563dbc2-8b56-450f-a599-b56cc6be1007
ModelInvariantUuid:e6f4acf5-2121-4837-8eb8-e79dbf0b46ec
ModelName:Vfw3229eeab6ab8.compute.nodes.heat.vfw
ModelUuid:3ddfdfb8-55a4-40cd-9b94-9474bbb1c6d3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:d9998ff5-07a8-4e06-a366-e2fa06343e60
ModelInvariantUuid:75eef7ce-cbf0-426f-a147-534c62c9b134
ModelName:vFW 3229eeab-6ab8-nodes.vsnCvfc
ModelUuid:4c386c48-c8e8-4e57-8fc6-0995d6047810
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:7ea81968-c783-413a-9c62-f56e7faf2485
ModelInvariantUuid:8251d429-389a-4c59-b3bb-f88c27094de4
ModelName:Vfw3229eeab6ab8.compute.nodes.heat.vsn
ModelUuid:7baacf9a-a7aa-4a5d-9cd8-e291da6e2df3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:72136b1f-0061-4b5e-8c0f-044f0a8cd6b2
ModelInvariantUuid:212509d2-d95e-4210-9e4f-19fde5069d41
ModelName:vFW 3229eeab-6ab8-nodes.vpgCvfc
ModelUuid:44417cb2-1a4d-4bbd-972e-b0b0505ab818
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:1600c0ab-d5be-4c3c-83e2-1b664c1463d8
ModelInvariantUuid:d3c4495c-70b8-4c49-b3c6-423d142f6163
ModelName:Vfw3229eeab6ab8.compute.nodes.heat.vpg
ModelUuid:c23fe525-aef3-474a-ba0e-b18de4f76ede
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-22T07:07:49.188Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||ERROR|500||Csar with UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f already exists
2023-03-22T07:07:49.189Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar ASDC sendASDCNotification
2023-03-22T07:07:49.189Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar(Csar with UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f already exists)
2023-03-22T07:07:49.189Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:07:49.189Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:07:49.189Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:07:49.189Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468869189,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:07:50.191Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar ASDC sendASDCNotification
2023-03-22T07:07:50.191Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar(Resource with UUID: bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850 already exists)
2023-03-22T07:07:50.191Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:07:50.192Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:07:50.192Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:07:50.192Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468870191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:07:51.193Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fbc0587e-4f99-4206-ac97-4f248ab7b2de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:07:51.214Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fbc0587e-4f99-4206-ac97-4f248ab7b2de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:07:51.218Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T07:07:51.218Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T07:07:51.218Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T07:07:51.218Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T07:07:51.218Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:07:51.218Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:07:51.218Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:07:51.219Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:07:51.219Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-22T07:07:51.230Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T07:08:21.230Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fbc0587e-4f99-4206-ac97-4f248ab7b2de and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T07:08:21.241Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fbc0587e-4f99-4206-ac97-4f248ab7b2de and serviceModelVersionId: eda70000-0f19-4eaf-b072-0771557b768b
2023-03-22T07:08:21.241Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 54638bfb-5802-44c3-ba60-61ecd799a1bc
2023-03-22T07:08:21.242Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0
2023-03-22T07:08:21.249Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T07:08:21.266Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?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-22T07:08:21.267Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0|INFO|500||Invoke
2023-03-22T07:08:21.273Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T07:08:21.412Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0|INFO|500||InvokeReturn
2023-03-22T07:08:21.412Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 07:08:21 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[136], vertex-id=[188528], x-aai-txid=[2-aai-resources-230322-07:08:21:149-3102], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T07:08:21.413Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-22T07:08:21.413Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T07:08:21.413Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-22T07:08:21.420Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-22T07:08:21.420Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fbc0587e-4f99-4206-ac97-4f248ab7b2de and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T07:08:21.420Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T07:08:21.421Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:08:21.421Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:08:21.421Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468901420,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:08:22.449Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:08:22.450Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"e45a6ddb-db7b-441f-b7ed-2e79323362e4","serviceName":"vFW 2023-03-22 05-39-11","serviceVersion":"1.0","serviceUUID":"562f90e9-8e25-4df5-abb7-1b0c5d5c58ec","serviceDescription":"catalog service description","serviceInvariantUUID":"52e7b3d8-c424-43b5-ac13-789d4eb414c3","resources":[{"resourceInstanceName":"vFW c60b0202-0ea7 0","resourceName":"vFW c60b0202-0ea7","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a403d108-1e0a-4b72-ac99-f7abbce4ed23","resourceInvariantUUID":"8351f926-86d0-4cb7-823c-18b7802f48a1","resourceCustomizationUUID":"06e7df1e-8a54-4cc2-9b1f-86a8234bc06f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vf-license-model.xml","artifactChecksum":"NDhhYmFmMmY5Zjc5MTk2MDI3NzVkOTc0YWFhZTk1MDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ac048545-2b2d-4e16-a159-921d7d783742","artifactVersion":"1"},{"artifactName":"vfwc60b02020ea70_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json","artifactChecksum":"NmViOGFlN2U2MzE3NTY0NTdmNGY4MzJhZjFjYTMwMGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6849c46b-4130-4e78-b948-01a8c8600c05","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vendor-license-model.xml","artifactChecksum":"ZDJhNGY2ZjE0MGM0NGY4MWIzODE0ZDdlNjY3MmQ1NWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"330b063c-7793-44ce-a503-a49511c0d654","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"70401413-6f4d-49ec-be0e-187b3f996134","artifactVersion":"2","generatedFromUUID":"6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230322053911-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-template.yml","artifactChecksum":"ZjQ2NmEzOGYwMGNjYWE2Y2ZiZjYwOTcyYjExYWJiMDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4242fb19-e71a-48c4-b953-65a008cd83b8","artifactVersion":"1"},{"artifactName":"service-Vfw20230322053911-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar","artifactChecksum":"MzQ2NDA1NGJmMDE1NjcxMTQxM2RjMWJkYTQ5MDNjMDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"92a1cf4b-1054-452b-880a-e75dccd519aa","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T07:08:22.450Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:08:22.450Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:08:22.450Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:08:22.450Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:08:23.451Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:08:23.451Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:08:23.451Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:08:23.451Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:08:24.452Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:08:24.452Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:08:24.452Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:08:24.453Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:08:25.453Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:08:25.454Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:08:25.454Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:08:25.454Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:08:26.455Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:08:26.455Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:08:26.456Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:08:26.456Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:08:27.456Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:08:27.457Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:08:27.457Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:08:27.457Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:08:28.458Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:08:28.458Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:08:28.459Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:08:28.459Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:08:28.533Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:08:28.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:08:28.540Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:08:28.540Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:08:28.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:08:28.540Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T07:08:28.540Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:08:28.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:08:28.541Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-22T07:08:28.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:08:28.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:08:28.541Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:08:28.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:08:28.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:08:28.541Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-22T07:08:28.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:08:28.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:08:28.542Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:08:28.542Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:08:28.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:08:28.542Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T07:08:28.542Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:08:28.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:08:28.542Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468866519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T07:08:28.542Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:08:28.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:08:28.542Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468869189,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f already exists"
}
2023-03-22T07:08:28.542Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:08:28.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:08:28.542Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468870191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850 already exists"
}
2023-03-22T07:08:28.542Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:08:28.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:08:28.543Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468901420,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T07:08:28.543Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:08:28.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:08:28.543Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:08:28.543Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:08:28.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:08:28.543Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T07:08:28.543Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:08:28.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:08:28.543Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-22T07:08:28.544Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:08:28.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:08:28.544Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:08:28.544Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:08:28.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:08:28.544Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-22T07:08:28.544Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:08:28.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:08:28.544Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:08:28.544Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:08:28.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:08:28.545Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T07:08:28.545Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:08:29.460Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "serviceName": "vFW 2023-03-22 05-39-11",
  "serviceVersion": "1.0",
  "serviceUUID": "562f90e9-8e25-4df5-abb7-1b0c5d5c58ec",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "52e7b3d8-c424-43b5-ac13-789d4eb414c3",
  "resources": [
    {
      "resourceInstanceName": "vFW c60b0202-0ea7 0",
      "resourceCustomizationUUID": "06e7df1e-8a54-4cc2-9b1f-86a8234bc06f",
      "resourceName": "vFW c60b0202-0ea7",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a403d108-1e0a-4b72-ac99-f7abbce4ed23",
      "resourceInvariantUUID": "8351f926-86d0-4cb7-823c-18b7802f48a1",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc60b02020ea70_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json",
          "artifactChecksum": "NmViOGFlN2U2MzE3NTY0NTdmNGY4MzJhZjFjYTMwMGQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6849c46b-4130-4e78-b948-01a8c8600c05",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "70401413-6f4d-49ec-be0e-187b3f996134",
            "generatedFromUUID": "6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "70401413-6f4d-49ec-be0e-187b3f996134",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230322053911-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
      "artifactChecksum": "MzQ2NDA1NGJmMDE1NjcxMTQxM2RjMWJkYTQ5MDNjMDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "92a1cf4b-1054-452b-880a-e75dccd519aa"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T07:08:29.462Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T07:08:29.462Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 562f90e9-8e25-4df5-abb7-1b0c5d5c58ec ASDC
2023-03-22T07:08:29.463Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:e45a6ddb-db7b-441f-b7ed-2e79323362e4
ServiceName:vFW 2023-03-22 05-39-11
ServiceVersion:1.0
ServiceUUID:562f90e9-8e25-4df5-abb7-1b0c5d5c58ec
ServiceInvariantUUID:52e7b3d8-c424-43b5-ac13-789d4eb414c3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230322053911-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar
ArtifactUUID:92a1cf4b-1054-452b-880a-e75dccd519aa
ArtifactChecksum:MzQ2NDA1NGJmMDE1NjcxMTQxM2RjMWJkYTQ5MDNjMDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c60b0202-0ea7 0
ResourceCustomizationUUID:06e7df1e-8a54-4cc2-9b1f-86a8234bc06f
ResourceInvariantUUID:8351f926-86d0-4cb7-823c-18b7802f48a1
ResourceName:vFW c60b0202-0ea7
ResourceType:VF
ResourceUUID:a403d108-1e0a-4b72-ac99-f7abbce4ed23
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc60b02020ea70_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json
ArtifactUUID:6849c46b-4130-4e78-b948-01a8c8600c05
ArtifactChecksum:NmViOGFlN2U2MzE3NTY0NTdmNGY4MzJhZjFjYTMwMGQ=
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/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml
ArtifactUUID:6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5
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/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env
ArtifactUUID:70401413-6f4d-49ec-be0e-187b3f996134
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/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env
ArtifactUUID:70401413-6f4d-49ec-be0e-187b3f996134
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-22T07:08:29.463Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 562f90e9-8e25-4df5-abb7-1b0c5d5c58ec ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:08:29.510Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:08:29.510Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T07:08:29.510Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T07:08:29.510Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa from URL: /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar
2023-03-22T07:08:29.510Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-22T07:08:29.510Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar
2023-03-22T07:08:29.804Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-22T07:08:29.806Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar 92a1cf4b-1054-452b-880a-e75dccd519aa 101506
2023-03-22T07:08:29.806Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar ASDC sendASDCNotification
2023-03-22T07:08:29.806Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar
2023-03-22T07:08:29.806Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T07:08:29.806Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:08:29.806Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:08:29.806Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468909806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:08:30.807Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:08:30.807Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T07:08:30.807Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa, URL: /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar to file: /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T07:08:30.808Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230322053911-csar.csar
2023-03-22T07:08:30.808Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T07:08:30.808Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T07:08:30.912Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2275180739880655910/Definitions/service-Vfw20230322053911-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-22T07:08:32.384Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-22T07:08:32.385Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-22T07:08:32.385Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T07:08:32.385Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-22T07:08:32.385Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|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-Vfw20230322053911-csar.csar
2023-03-22T07:08:32.385Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|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-Vfw20230322053911-csar.csar
2023-03-22T07:08:32.385Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|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-Vfw20230322053911-csar.csar
2023-03-22T07:08:32.385Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c60b0202-0ea7 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-Vfw20230322053911-csar.csar
2023-03-22T07:08:32.385Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|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-Vfw20230322053911-csar.csar
2023-03-22T07:08:32.385Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|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-Vfw20230322053911-csar.csar
2023-03-22T07:08:32.385Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|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-Vfw20230322053911-csar.csar
2023-03-22T07:08:32.385Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|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-Vfw20230322053911-csar.csar
2023-03-22T07:08:32.385Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|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-Vfw20230322053911-csar.csar
2023-03-22T07:08:32.385Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|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-Vfw20230322053911-csar.csar
2023-03-22T07:08:32.385Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|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-Vfw20230322053911-csar.csar
2023-03-22T07:08:32.385Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-22T07:08:32.385Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:08:32.385Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:08:32.385Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T07:08:32.386Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-22T07:08:32.386Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T07:08:32.386Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:08:32.386Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:08:32.386Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T07:08:32.386Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-22T07:08:32.386Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T07:08:32.386Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:08:32.386Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:08:32.386Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:08:32.386Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is not matching search criteria
2023-03-22T07:08:32.386Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T07:08:32.386Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T07:08:32.386Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T07:08:32.386Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T07:08:32.387Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T07:08:32.387Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T07:08:32.387Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T07:08:32.387Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T07:08:32.387Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T07:08:32.387Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T07:08:32.387Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T07:08:32.387Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T07:08:32.387Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T07:08:32.387Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T07:08:32.387Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T07:08:32.387Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-22T07:08:32.387Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:08:32.387Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-22T07:08:32.387Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:08:32.387Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T07:08:32.387Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T07:08:32.387Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:08:32.387Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T07:08:32.388Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T07:08:32.388Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:08:32.388Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T07:08:32.388Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T07:08:32.388Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:08:32.388Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is not matching search criteria
2023-03-22T07:08:32.388Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T07:08:32.388Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-22T07:08:32.388Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T07:08:32.388Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T07:08:32.388Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T07:08:32.388Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T07:08:32.388Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T07:08:32.388Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T07:08:32.388Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T07:08:32.388Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T07:08:32.388Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T07:08:32.388Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=206c1997-b141-46b2-9d54-58f6537370b4
2023-03-22T07:08:32.388Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:08:32.388Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is not matching search criteria
2023-03-22T07:08:32.388Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T07:08:32.388Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T07:08:32.388Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T07:08:32.389Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T07:08:32.389Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T07:08:32.389Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T07:08:32.389Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T07:08:32.389Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-22T07:08:32.389Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T07:08:32.389Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T07:08:32.389Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T07:08:32.389Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T07:08:32.389Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b4e01378-0842-4b95-b007-3ff10435fd7f
2023-03-22T07:08:32.390Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:08:32.390Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is not matching search criteria
2023-03-22T07:08:32.390Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T07:08:32.390Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T07:08:32.390Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T07:08:32.390Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T07:08:32.390Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T07:08:32.390Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T07:08:32.390Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T07:08:32.390Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T07:08:32.390Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T07:08:32.390Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T07:08:32.390Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T07:08:32.390Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-22T07:08:32.390Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3b592c80-4694-4e6b-b370-b55c6b9b8c7a
2023-03-22T07:08:32.390Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:08:32.390Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:08:32.390Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:08:32.390Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:08:32.390Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:08:32.390Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:08:32.390Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:08:32.390Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:08:32.391Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-22 05-39-11
Description:catalog service description
Model UUID:562f90e9-8e25-4df5-abb7-1b0c5d5c58ec
Model Version:NULL
Model InvariantUuid:52e7b3d8-c424-43b5-ac13-789d4eb414c3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c60b0202-0ea7
Model UUID:4b02448c-c22a-4af2-8c31-5bc4cd68a847
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8351f926-86d0-4cb7-823c-18b7802f48a1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:06e7df1e-8a54-4cc2-9b1f-86a8234bc06f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e6a99d09-50e2-41a0-83a9-772a39c5566f
ModelName:VfwC60b02020ea7..base_vfw..module-0
ModelUuid:41cdfe7d-91ad-4bc3-b65d-bb4235a70705
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:206c1997-b141-46b2-9d54-58f6537370b4
ModelInvariantUuid:37b691ed-6612-4526-940c-3e394079630b
ModelName:vFW c60b0202-0ea7-nodes.vfwCvfc
ModelUuid:aa93ecc6-c0b2-4018-88b9-6b0d4aecf8bd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:a2df18d2-3fdb-4860-a301-0ef4bedbff9d
ModelInvariantUuid:7cccaa2e-d2f0-4077-9b9c-81f8c3ec8330
ModelName:VfwC60b02020ea7.compute.nodes.heat.vfw
ModelUuid:1993e040-202b-48bb-8eb8-907bd2b927ba
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:b4e01378-0842-4b95-b007-3ff10435fd7f
ModelInvariantUuid:e7177ea2-699a-419f-aa5f-2038fa1ea474
ModelName:vFW c60b0202-0ea7-nodes.vsnCvfc
ModelUuid:8a079ade-48ca-4f48-9af8-272723cac5ff
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:a9974314-41bf-4317-9b03-6461baecf54e
ModelInvariantUuid:854c0b2f-0303-45e3-8e3f-15d5a400209a
ModelName:VfwC60b02020ea7.compute.nodes.heat.vsn
ModelUuid:a30b7738-0dec-4740-94e1-85f3ae713a30
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:3b592c80-4694-4e6b-b370-b55c6b9b8c7a
ModelInvariantUuid:4fbcc6bf-54ba-402a-94de-b15fc858b0cb
ModelName:vFW c60b0202-0ea7-nodes.vpgCvfc
ModelUuid:6a108ab5-3f67-4128-855e-ac4bfa896c57
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:77c55b3d-f116-4bf0-81ca-27720f2cf36d
ModelInvariantUuid:2af9f482-4a84-430d-8fb2-b6638734ac2d
ModelName:VfwC60b02020ea7.compute.nodes.heat.vpg
ModelUuid:0922df60-f80a-4c67-940b-87ac2d65c358
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-22T07:08:32.435Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||ERROR|500||Csar with UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa already exists
2023-03-22T07:08:32.435Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar ASDC sendASDCNotification
2023-03-22T07:08:32.435Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar(Csar with UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa already exists)
2023-03-22T07:08:32.435Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:08:32.435Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:08:32.435Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:08:32.435Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468912435,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:08:33.436Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar ASDC sendASDCNotification
2023-03-22T07:08:33.436Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar(Resource with UUID: a403d108-1e0a-4b72-ac99-f7abbce4ed23 already exists)
2023-03-22T07:08:33.436Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:08:33.436Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:08:33.436Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:08:33.436Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468913436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a403d108-1e0a-4b72-ac99-f7abbce4ed23 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:08:34.437Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e45a6ddb-db7b-441f-b7ed-2e79323362e4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:08:34.462Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e45a6ddb-db7b-441f-b7ed-2e79323362e4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:08:34.467Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T07:08:34.467Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T07:08:34.467Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T07:08:34.467Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T07:08:34.467Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:08:34.467Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:08:34.467Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:08:34.467Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:08:34.467Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|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-22T07:08:34.483Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T07:09:04.484Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e45a6ddb-db7b-441f-b7ed-2e79323362e4 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T07:09:04.497Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e45a6ddb-db7b-441f-b7ed-2e79323362e4 and serviceModelVersionId: 562f90e9-8e25-4df5-abb7-1b0c5d5c58ec
2023-03-22T07:09:04.497Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 52e7b3d8-c424-43b5-ac13-789d4eb414c3
2023-03-22T07:09:04.498Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0
2023-03-22T07:09:04.504Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T07:09:04.519Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|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/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?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-22T07:09:04.520Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0|INFO|500||Invoke
2023-03-22T07:09:04.527Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T07:09:04.665Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0|INFO|500||InvokeReturn
2023-03-22T07:09:04.666Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|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/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 07:09:04 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[134], vertex-id=[184392], x-aai-txid=[2-aai-resources-230322-07:09:04:404-5964], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T07:09:04.666Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-22T07:09:04.666Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T07:09:04.666Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|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-22T07:09:04.687Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|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-22T07:09:04.687Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e45a6ddb-db7b-441f-b7ed-2e79323362e4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T07:09:04.687Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T07:09:04.687Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:09:04.687Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:09:04.687Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468944687,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:09:05.714Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:09:05.714Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"b64429f8-68d6-4a68-b948-a3a538b17dd3","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"f38337a8-d2df-48a9-a491-0868f87ff613","serviceDescription":"service","serviceInvariantUUID":"120c21e3-6916-4b71-8ac3-5c439c353b17","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"e5cee138-d08f-4f98-b954-b100fc045ce9","resourceInvariantUUID":"184f7c4b-e703-4d14-a5d9-3fcd2158143c","resourceCustomizationUUID":"32b7cdbe-58ea-461f-96d0-994e2f90eca5","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":"MGVjNDhkMjNkMDVjMTc2NTYxMzI4MDZiYzJkYTFkYTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0fcae08a-b905-4025-a931-3cefca391c35","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"Yzc2YTA3NWYxYThhNTllZmQ0NTdhNjhkMWQ1ZTEwMzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"800f3a61-86e4-4005-8b17-0252365bfbfe","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T07:09:05.714Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:09:05.714Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:09:05.714Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:09:05.714Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "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-22T07:09:06.715Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:09:06.715Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:09:06.715Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:09:06.715Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:09:07.716Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "f38337a8-d2df-48a9-a491-0868f87ff613",
  "serviceDescription": "service",
  "serviceInvariantUUID": "120c21e3-6916-4b71-8ac3-5c439c353b17",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "32b7cdbe-58ea-461f-96d0-994e2f90eca5",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "e5cee138-d08f-4f98-b954-b100fc045ce9",
      "resourceInvariantUUID": "184f7c4b-e703-4d14-a5d9-3fcd2158143c",
      "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": "Yzc2YTA3NWYxYThhNTllZmQ0NTdhNjhkMWQ1ZTEwMzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "800f3a61-86e4-4005-8b17-0252365bfbfe"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T07:09:07.716Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T07:09:07.716Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f38337a8-d2df-48a9-a491-0868f87ff613 ASDC
2023-03-22T07:09:07.716Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:b64429f8-68d6-4a68-b948-a3a538b17dd3
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:f38337a8-d2df-48a9-a491-0868f87ff613
ServiceInvariantUUID:120c21e3-6916-4b71-8ac3-5c439c353b17
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:800f3a61-86e4-4005-8b17-0252365bfbfe
ArtifactChecksum:Yzc2YTA3NWYxYThhNTllZmQ0NTdhNjhkMWQ1ZTEwMzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:32b7cdbe-58ea-461f-96d0-994e2f90eca5
ResourceInvariantUUID:184f7c4b-e703-4d14-a5d9-3fcd2158143c
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:e5cee138-d08f-4f98-b954-b100fc045ce9
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-22T07:09:07.716Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f38337a8-d2df-48a9-a491-0868f87ff613 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:09:07.756Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:09:07.756Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T07:09:07.756Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T07:09:07.756Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 800f3a61-86e4-4005-8b17-0252365bfbfe from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-22T07:09:07.756Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-22T07:09:07.757Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|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-22T07:09:07.780Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-22T07:09:07.780Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@167b415d
2023-03-22T07:09:07.780Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T07:09:07.780Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|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": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-22T07:09:07.780Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 800f3a61-86e4-4005-8b17-0252365bfbfe Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T07:09:07.780Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-22T07:09:07.780Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is  not found)
2023-03-22T07:09:07.780Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T07:09:07.781Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:09:07.781Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:09:07.781Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468947780,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:09:08.782Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|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-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:800f3a61-86e4-4005-8b17-0252365bfbfe)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-22T07:09:08.825Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||ERROR|500||Csar with UUID: 800f3a61-86e4-4005-8b17-0252365bfbfe already exists
2023-03-22T07:09:08.826Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|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-22T07:09:08.826Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|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: 800f3a61-86e4-4005-8b17-0252365bfbfe already exists)
2023-03-22T07:09:08.826Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:09:08.826Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:09:08.826Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:09:08.826Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468948826,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 800f3a61-86e4-4005-8b17-0252365bfbfe already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:09:09.828Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|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-22T07:09:09.828Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|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: e5cee138-d08f-4f98-b954-b100fc045ce9 already exists)
2023-03-22T07:09:09.828Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:09:09.828Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:09:09.828Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:09:09.828Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468949828,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e5cee138-d08f-4f98-b954-b100fc045ce9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:09:10.829Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b64429f8-68d6-4a68-b948-a3a538b17dd3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:09:10.856Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b64429f8-68d6-4a68-b948-a3a538b17dd3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:09:10.860Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T07:09:10.861Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T07:09:10.861Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T07:09:10.861Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T07:09:10.861Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:09:10.861Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:09:10.861Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:09:10.861Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:09:10.861Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|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-22T07:09:10.876Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T07:09:28.533Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:09:28.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:09:28.540Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468909806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T07:09:28.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:09:28.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:09:28.541Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468912435,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa already exists"
}
2023-03-22T07:09:28.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:09:28.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:09:28.541Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468913436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a403d108-1e0a-4b72-ac99-f7abbce4ed23 already exists"
}
2023-03-22T07:09:28.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:09:28.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:09:28.541Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468944687,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T07:09:28.542Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:09:28.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:09:28.542Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:09:28.542Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:09:28.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:09:28.542Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T07:09:28.542Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:09:28.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:09:28.543Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468947780,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-22T07:09:28.543Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:09:28.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:09:28.543Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468948826,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 800f3a61-86e4-4005-8b17-0252365bfbfe already exists"
}
2023-03-22T07:09:28.543Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:09:28.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:09:28.543Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468949828,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e5cee138-d08f-4f98-b954-b100fc045ce9 already exists"
}
2023-03-22T07:09:28.543Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:09:40.876Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b64429f8-68d6-4a68-b948-a3a538b17dd3 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T07:09:40.888Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b64429f8-68d6-4a68-b948-a3a538b17dd3 and serviceModelVersionId: f38337a8-d2df-48a9-a491-0868f87ff613
2023-03-22T07:09:40.888Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 120c21e3-6916-4b71-8ac3-5c439c353b17
2023-03-22T07:09:40.889Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0
2023-03-22T07:09:40.895Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T07:09:40.914Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|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/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?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-22T07:09:40.915Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0|INFO|500||Invoke
2023-03-22T07:09:40.923Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T07:09:41.075Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0|INFO|500||InvokeReturn
2023-03-22T07:09:41.075Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|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/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 07:09:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[148], vertex-id=[209000], x-aai-txid=[1-aai-resources-230322-07:09:40:801-61388], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T07:09:41.076Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-22T07:09:41.076Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T07:09:41.076Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|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-22T07:09:41.084Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|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-22T07:09:41.085Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b64429f8-68d6-4a68-b948-a3a538b17dd3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T07:09:41.085Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T07:09:41.085Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:09:41.085Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:09:41.085Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468981085,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:09:42.112Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:09:42.112Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"4d2fc27d-4827-4431-8901-1a7fe4ae70eb","serviceName":"Demo_pNF_Th3LXatp9s8wdDTQBYLt","serviceVersion":"1.0","serviceUUID":"cdad142e-6240-4457-8e87-75b7cbd29e38","serviceDescription":"catalog service description","serviceInvariantUUID":"81de75ee-355d-450a-b294-753817382022","resources":[{"resourceInstanceName":"pNF 6c7740df-c757 0","resourceName":"pNF 6c7740df-c757","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0da99d63-27be-4a3a-9bd6-c9f17d70a915","resourceInvariantUUID":"41ff80c8-5a8c-4586-9497-ee0ed8d8dbb8","resourceCustomizationUUID":"0404e3be-4b20-4344-a6e5-8950491f980d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vf-license-model.xml","artifactChecksum":"ZmFlNmVhNzc5ZWZlOTA2MDU4ZjgyYjAzYWI0Mzk3NDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"92d23c96-8b8f-4d9d-b136-5be1619c9ec5","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ea08e81f-ef29-4698-9ed5-fe992c4b9a9b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e8855c67-e9df-4389-96ea-13624f308c26","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vendor-license-model.xml","artifactChecksum":"MDIyM2QxNDY2ZjIzMDBhODMzMDExNmFiOGQ1ZmQxZjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9d892759-0f11-4463-b7ab-71ba4e1c07b6","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"66a0ca7b-6224-438d-b805-63e8aa6a2f6d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3e4dc005-13b1-4f11-ba54-e2d95eb2a6b8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTh3lxatp9s8wddtqbylt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-template.yml","artifactChecksum":"Yjc5YTkyYjYzNDRkY2MyN2VmMzg3NDEzODk4NDJjYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b2903a06-5b2c-414f-a385-4ca4513bf0c8","artifactVersion":"1"},{"artifactName":"service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar","artifactChecksum":"ODBhNmVlNzYyZjAyOTI2MWQwZGVlOTIzZDMzMjU1OTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c4384b06-8549-491d-87e4-dd44765b609c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T07:09:42.113Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:09:42.113Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:09:42.113Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:09:42.113Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:09:43.115Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:09:43.115Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:09:43.115Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:09:43.115Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:09:44.117Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:09:44.117Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:09:44.118Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:09:44.118Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:09:45.119Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:09:45.119Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:09:45.120Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:09:45.120Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:09:46.121Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:09:46.121Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:09:46.121Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:09:46.122Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:09:47.122Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:09:47.123Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:09:47.123Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:09:47.123Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:09:48.124Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:09:48.124Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:09:48.125Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:09:48.125Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:09:49.125Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:09:49.126Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:09:49.126Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:09:49.126Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:09:50.127Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "serviceName": "Demo_pNF_Th3LXatp9s8wdDTQBYLt",
  "serviceVersion": "1.0",
  "serviceUUID": "cdad142e-6240-4457-8e87-75b7cbd29e38",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "81de75ee-355d-450a-b294-753817382022",
  "resources": [
    {
      "resourceInstanceName": "pNF 6c7740df-c757 0",
      "resourceCustomizationUUID": "0404e3be-4b20-4344-a6e5-8950491f980d",
      "resourceName": "pNF 6c7740df-c757",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "0da99d63-27be-4a3a-9bd6-c9f17d70a915",
      "resourceInvariantUUID": "41ff80c8-5a8c-4586-9497-ee0ed8d8dbb8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
      "artifactChecksum": "ODBhNmVlNzYyZjAyOTI2MWQwZGVlOTIzZDMzMjU1OTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c4384b06-8549-491d-87e4-dd44765b609c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T07:09:50.127Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T07:09:50.128Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cdad142e-6240-4457-8e87-75b7cbd29e38 ASDC
2023-03-22T07:09:50.128Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:4d2fc27d-4827-4431-8901-1a7fe4ae70eb
ServiceName:Demo_pNF_Th3LXatp9s8wdDTQBYLt
ServiceVersion:1.0
ServiceUUID:cdad142e-6240-4457-8e87-75b7cbd29e38
ServiceInvariantUUID:81de75ee-355d-450a-b294-753817382022
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
ArtifactUUID:c4384b06-8549-491d-87e4-dd44765b609c
ArtifactChecksum:ODBhNmVlNzYyZjAyOTI2MWQwZGVlOTIzZDMzMjU1OTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 6c7740df-c757 0
ResourceCustomizationUUID:0404e3be-4b20-4344-a6e5-8950491f980d
ResourceInvariantUUID:41ff80c8-5a8c-4586-9497-ee0ed8d8dbb8
ResourceName:pNF 6c7740df-c757
ResourceType:PNF
ResourceUUID:0da99d63-27be-4a3a-9bd6-c9f17d70a915
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-22T07:09:50.128Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cdad142e-6240-4457-8e87-75b7cbd29e38 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:09:50.173Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:09:50.174Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T07:09:50.174Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T07:09:50.174Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c4384b06-8549-491d-87e4-dd44765b609c from URL: /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T07:09:50.174Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-22T07:09:50.174Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T07:09:50.451Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-22T07:09:50.453Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar c4384b06-8549-491d-87e4-dd44765b609c 88006
2023-03-22T07:09:50.453Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar ASDC sendASDCNotification
2023-03-22T07:09:50.454Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T07:09:50.454Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T07:09:50.454Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:09:50.454Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:09:50.454Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468990453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:09:51.455Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:09:51.456Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T07:09:51.456Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: c4384b06-8549-491d-87e4-dd44765b609c, URL: /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar to file: /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T07:09:51.456Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T07:09:51.457Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T07:09:51.457Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T07:09:51.544Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13102780415666185919/Definitions/service-DemoPnfTh3lxatp9s8wddtqbylt-template.yml
2023-03-22T07:09:52.106Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-22T07:09:52.106Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-22T07:09:52.106Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T07:09:52.106Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-22T07:09:52.106Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|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-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T07:09:52.106Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|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-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T07:09:52.106Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|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-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T07:09:52.106Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|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-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T07:09:52.106Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|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-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T07:09:52.106Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|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-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T07:09:52.106Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6c7740df-c757 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-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T07:09:52.107Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-22T07:09:52.107Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:09:52.107Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:09:52.107Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Node template pNF 6c7740df-c757 0 is matching search criteria
2023-03-22T07:09:52.107Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-22T07:09:52.107Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 6c7740df-c757 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T07:09:52.107Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:09:52.107Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:09:52.107Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Node template pNF 6c7740df-c757 0 is matching search criteria
2023-03-22T07:09:52.107Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-22T07:09:52.107Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 6c7740df-c757 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T07:09:52.107Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:09:52.108Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:09:52.108Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:09:52.108Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:09:52.108Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:09:52.108Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:09:52.108Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:09:52.108Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:09:52.108Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:09:52.108Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:09:52.108Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Th3LXatp9s8wdDTQBYLt
Description:catalog service description
Model UUID:cdad142e-6240-4457-8e87-75b7cbd29e38
Model Version:NULL
Model InvariantUuid:81de75ee-355d-450a-b294-753817382022
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-22T07:09:52.146Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||ERROR|500||Csar with UUID: c4384b06-8549-491d-87e4-dd44765b609c already exists
2023-03-22T07:09:52.146Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar ASDC sendASDCNotification
2023-03-22T07:09:52.146Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar(Csar with UUID: c4384b06-8549-491d-87e4-dd44765b609c already exists)
2023-03-22T07:09:52.146Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:09:52.147Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:09:52.147Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:09:52.147Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468992146,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c4384b06-8549-491d-87e4-dd44765b609c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:09:53.148Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar ASDC sendASDCNotification
2023-03-22T07:09:53.148Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar(Resource with UUID: 0da99d63-27be-4a3a-9bd6-c9f17d70a915 already exists)
2023-03-22T07:09:53.148Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:09:53.149Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:09:53.149Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:09:53.149Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468993148,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 0da99d63-27be-4a3a-9bd6-c9f17d70a915 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:09:54.151Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4d2fc27d-4827-4431-8901-1a7fe4ae70eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:09:54.174Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4d2fc27d-4827-4431-8901-1a7fe4ae70eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:09:54.179Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T07:09:54.179Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T07:09:54.179Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T07:09:54.179Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T07:09:54.179Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:09:54.179Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:09:54.179Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:09:54.179Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:09:54.179Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|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-22T07:09:54.191Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T07:10:24.192Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4d2fc27d-4827-4431-8901-1a7fe4ae70eb and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T07:10:24.202Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4d2fc27d-4827-4431-8901-1a7fe4ae70eb and serviceModelVersionId: cdad142e-6240-4457-8e87-75b7cbd29e38
2023-03-22T07:10:24.202Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 81de75ee-355d-450a-b294-753817382022
2023-03-22T07:10:24.202Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0
2023-03-22T07:10:24.210Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T07:10:24.224Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0|INFO|500||Invoke
2023-03-22T07:10:24.224Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4d2fc27d-4827-4431-8901-1a7fe4ae70eb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[04458e21-7af0-44ab-b6b9-27b010b27134], X-ECOMP-RequestID=[4d2fc27d-4827-4431-8901-1a7fe4ae70eb], X-TransactionId=[], X-ONAP-RequestID=[4d2fc27d-4827-4431-8901-1a7fe4ae70eb], Content-Type=[application/merge-patch+json]}
2023-03-22T07:10:24.231Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T07:10:24.492Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 07:10:24 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[257], vertex-id=[430280], x-aai-txid=[1-aai-resources-230322-07:10:24:106-91546], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T07:10:24.493Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-22T07:10:24.494Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0|INFO|500||InvokeReturn
2023-03-22T07:10:24.495Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T07:10:24.495Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|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-22T07:10:24.506Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|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-22T07:10:24.506Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4d2fc27d-4827-4431-8901-1a7fe4ae70eb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T07:10:24.506Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T07:10:24.506Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:10:24.506Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:10:24.506Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469024506,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:10:25.524Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:10:25.525Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"44063b6d-45da-49fc-ab15-9656002e57f4","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"695e2d69-98b7-429a-afc4-20af085f3feb","serviceDescription":"service","serviceInvariantUUID":"827b4e2f-462e-4274-b06b-83d9e0d3ace6","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1dfc083c-bd8d-4cd6-8b75-76501219274f","resourceInvariantUUID":"d5c0e36a-42fe-473e-b3c3-d29612784207","resourceCustomizationUUID":"e242c95d-05ac-4716-a0cb-a8fc5b864211","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":"ZDhkNTY4Y2Q0ZDEzZTNiMDJiOGQ3ZjFlZjJlMGU3MTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3c8639bc-c135-41e9-8036-cebebb1f075b","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":"YzI1Y2VkMTkwODBhYThhMTAwMmYxODZjNTFlOGQ4OWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cb466d3d-7037-49ba-892d-3b36a30ff8de","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":"77c31327-9aad-470c-b9b0-fe7fb5745fcb","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":"8198e7f4-1fe4-4e56-8a16-249e343a2955","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":"9fa8118c-67ff-46e0-ac49-f4f884be1af1","artifactVersion":"2","generatedFromUUID":"77c31327-9aad-470c-b9b0-fe7fb5745fcb"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YWQ3ZjcwMjUzNjgxZmY2NTgzZGM4NTVlOWQ3ZTAxZTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6d0e8b18-027b-4fa4-9135-c75d2061ced4","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YjMzZDMxODU5NzkwMmJjODA1YTRlMjExNzBhNTg2MWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"88b0302b-1d98-4d84-8518-e5897ddf5aab","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T07:10:25.525Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:10:25.525Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:10:25.525Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:10:25.525Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "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-22T07:10:26.525Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:10:26.526Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:10:26.526Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:10:26.526Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "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-22T07:10:27.527Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:10:27.528Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:10:27.528Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:10:27.528Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "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-22T07:10:28.529Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:10:28.529Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:10:28.529Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:10:28.529Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "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-22T07:10:28.533Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:10:28.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:10:28.541Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468981085,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T07:10:28.542Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:10:28.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:10:28.542Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:10:28.542Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:10:28.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:10:28.542Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:10:28.542Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:10:28.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:10:28.542Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:10:28.543Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:10:28.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:10:28.543Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:10:28.543Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:10:28.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:10:28.543Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:10:28.543Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:10:28.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:10:28.543Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:10:28.543Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:10:28.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:10:28.543Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:10:28.544Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:10:28.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:10:28.544Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T07:10:28.544Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:10:28.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:10:28.544Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468990453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T07:10:28.544Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:10:28.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:10:28.544Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468992146,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c4384b06-8549-491d-87e4-dd44765b609c already exists"
}
2023-03-22T07:10:28.544Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:10:28.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:10:28.544Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468993148,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 0da99d63-27be-4a3a-9bd6-c9f17d70a915 already exists"
}
2023-03-22T07:10:28.545Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:10:28.545Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:10:28.545Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469024506,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T07:10:28.545Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:10:28.545Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:10:28.545Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:10:28.545Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:10:28.545Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:10:28.545Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T07:10:28.545Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:10:28.546Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:10:28.546Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-22T07:10:28.546Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:10:29.530Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:10:29.530Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:10:29.530Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:10:29.530Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "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-22T07:10:30.531Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:10:30.531Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:10:30.531Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:10:30.531Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "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-22T07:10:31.532Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:10:31.532Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:10:31.532Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:10:31.533Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:10:32.534Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "695e2d69-98b7-429a-afc4-20af085f3feb",
  "serviceDescription": "service",
  "serviceInvariantUUID": "827b4e2f-462e-4274-b06b-83d9e0d3ace6",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "e242c95d-05ac-4716-a0cb-a8fc5b864211",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1dfc083c-bd8d-4cd6-8b75-76501219274f",
      "resourceInvariantUUID": "d5c0e36a-42fe-473e-b3c3-d29612784207",
      "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": "YzI1Y2VkMTkwODBhYThhMTAwMmYxODZjNTFlOGQ4OWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "cb466d3d-7037-49ba-892d-3b36a30ff8de",
          "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": "77c31327-9aad-470c-b9b0-fe7fb5745fcb",
          "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": "9fa8118c-67ff-46e0-ac49-f4f884be1af1",
            "generatedFromUUID": "77c31327-9aad-470c-b9b0-fe7fb5745fcb"
          },
          "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": "9fa8118c-67ff-46e0-ac49-f4f884be1af1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YjMzZDMxODU5NzkwMmJjODA1YTRlMjExNzBhNTg2MWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "88b0302b-1d98-4d84-8518-e5897ddf5aab"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T07:10:32.534Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T07:10:32.534Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 695e2d69-98b7-429a-afc4-20af085f3feb ASDC
2023-03-22T07:10:32.534Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:44063b6d-45da-49fc-ab15-9656002e57f4
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:695e2d69-98b7-429a-afc4-20af085f3feb
ServiceInvariantUUID:827b4e2f-462e-4274-b06b-83d9e0d3ace6
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:88b0302b-1d98-4d84-8518-e5897ddf5aab
ArtifactChecksum:YjMzZDMxODU5NzkwMmJjODA1YTRlMjExNzBhNTg2MWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:e242c95d-05ac-4716-a0cb-a8fc5b864211
ResourceInvariantUUID:d5c0e36a-42fe-473e-b3c3-d29612784207
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1dfc083c-bd8d-4cd6-8b75-76501219274f
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:cb466d3d-7037-49ba-892d-3b36a30ff8de
ArtifactChecksum:YzI1Y2VkMTkwODBhYThhMTAwMmYxODZjNTFlOGQ4OWI=
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:77c31327-9aad-470c-b9b0-fe7fb5745fcb
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:9fa8118c-67ff-46e0-ac49-f4f884be1af1
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:9fa8118c-67ff-46e0-ac49-f4f884be1af1
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-22T07:10:32.534Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 695e2d69-98b7-429a-afc4-20af085f3feb ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:10:32.563Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:10:32.563Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T07:10:32.564Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T07:10:32.564Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 88b0302b-1d98-4d84-8518-e5897ddf5aab from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-22T07:10:32.564Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-22T07:10:32.564Z|44063b6d-45da-49fc-ab15-9656002e57f4|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-22T07:10:32.598Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-22T07:10:32.598Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5db48a93
2023-03-22T07:10:32.598Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T07:10:32.598Z|44063b6d-45da-49fc-ab15-9656002e57f4|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": [
        "BasicVm"
      ]
    }
  }
}
2023-03-22T07:10:32.598Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 88b0302b-1d98-4d84-8518-e5897ddf5aab Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T07:10:32.599Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-22T07:10:32.599Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is  not found)
2023-03-22T07:10:32.599Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T07:10:32.599Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:10:32.599Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:10:32.599Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469032599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:10:33.600Z|44063b6d-45da-49fc-ab15-9656002e57f4|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-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:88b0302b-1d98-4d84-8518-e5897ddf5aab)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-22T07:10:33.637Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||ERROR|500||Csar with UUID: 88b0302b-1d98-4d84-8518-e5897ddf5aab already exists
2023-03-22T07:10:33.638Z|44063b6d-45da-49fc-ab15-9656002e57f4|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-22T07:10:33.638Z|44063b6d-45da-49fc-ab15-9656002e57f4|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: 88b0302b-1d98-4d84-8518-e5897ddf5aab already exists)
2023-03-22T07:10:33.638Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:10:33.638Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:10:33.638Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:10:33.638Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469033638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 88b0302b-1d98-4d84-8518-e5897ddf5aab already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:10:34.639Z|44063b6d-45da-49fc-ab15-9656002e57f4|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-22T07:10:34.639Z|44063b6d-45da-49fc-ab15-9656002e57f4|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: 1dfc083c-bd8d-4cd6-8b75-76501219274f already exists)
2023-03-22T07:10:34.640Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:10:34.640Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:10:34.640Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:10:34.641Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469034639,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1dfc083c-bd8d-4cd6-8b75-76501219274f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:10:35.641Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44063b6d-45da-49fc-ab15-9656002e57f4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:10:35.648Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44063b6d-45da-49fc-ab15-9656002e57f4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:10:35.649Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T07:10:35.650Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T07:10:35.650Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T07:10:35.650Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T07:10:35.650Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:10:35.650Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:10:35.650Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:10:35.650Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:10:35.650Z|44063b6d-45da-49fc-ab15-9656002e57f4|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-22T07:10:35.653Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T07:11:05.653Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 44063b6d-45da-49fc-ab15-9656002e57f4 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T07:11:05.657Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 44063b6d-45da-49fc-ab15-9656002e57f4 and serviceModelVersionId: 695e2d69-98b7-429a-afc4-20af085f3feb
2023-03-22T07:11:05.657Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 827b4e2f-462e-4274-b06b-83d9e0d3ace6
2023-03-22T07:11:05.657Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0
2023-03-22T07:11:05.660Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T07:11:05.673Z|44063b6d-45da-49fc-ab15-9656002e57f4|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/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?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-22T07:11:05.673Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0|INFO|500||Invoke
2023-03-22T07:11:05.680Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T07:11:05.831Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0|INFO|500||InvokeReturn
2023-03-22T07:11:05.831Z|44063b6d-45da-49fc-ab15-9656002e57f4|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/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 07:11:05 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[148], vertex-id=[204872], x-aai-txid=[0-aai-resources-230322-07:11:05:558-75841], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T07:11:05.832Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-22T07:11:05.832Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T07:11:05.832Z|44063b6d-45da-49fc-ab15-9656002e57f4|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-22T07:11:05.843Z|44063b6d-45da-49fc-ab15-9656002e57f4|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-22T07:11:05.843Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 44063b6d-45da-49fc-ab15-9656002e57f4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T07:11:05.843Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T07:11:05.843Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:11:05.843Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:11:05.843Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469065843,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:11:06.865Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:11:06.866Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"9924a26b-a04c-4225-b032-052c7b2cf566","serviceName":"Demo_pNF_9IUxclu6rx6wQh9DcrJS","serviceVersion":"1.0","serviceUUID":"647a66fa-87b6-440c-a757-f69947b97362","serviceDescription":"catalog service description","serviceInvariantUUID":"f70569bd-1e3e-44bf-8efb-7749f9bde32d","resources":[{"resourceInstanceName":"pNF 4941fe25-94c8 0","resourceName":"pNF 4941fe25-94c8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"cb2ca461-78a5-42df-8dee-78112a494a1c","resourceInvariantUUID":"979f5168-53c0-4416-88ea-e985f733d3cd","resourceCustomizationUUID":"4d960573-0d6e-4635-9f65-1313a7ceb117","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/vf-license-model.xml","artifactChecksum":"YzYxOTgyMWQ3NzMyYmYyMTFlNjM3MDMzMmQ2MTVkMjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a4d1dc03-af6b-4962-baf0-5b9ef5bd942f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e119af17-1957-4c3c-863f-ede4831c5817","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"68d2da44-1fc2-4539-aa49-a48598b155ac","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/vendor-license-model.xml","artifactChecksum":"NDkyY2RiOTA0YjM0ZTMzMWQ1MWRhNWVmOTEzNGU0ZmQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c3e68176-8083-42d3-99ac-a7723b32ec49","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"57bda23d-ba6b-4c73-a5b3-24bd9580cb80","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4178379e-731c-43fd-a43d-d78de9f644b1","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf9iuxclu6rx6wqh9dcrjs-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-template.yml","artifactChecksum":"MTM0NGRlMjc4NTAyNzg0ODZiYTliOWQxNzM0MGMzYzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"77a75954-d595-4752-994e-189e7b432579","artifactVersion":"1"},{"artifactName":"service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar","artifactChecksum":"N2FlOGNiMmRjMTViMDc2NDY4OWVhZjI3Mzk2YjA5YWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bed1cd00-b292-4c69-9a78-f4650b984b17","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T07:11:06.866Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:11:06.866Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:11:06.866Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:11:06.866Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:11:07.868Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:11:07.868Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:11:07.868Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:11:07.869Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:11:08.870Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:11:08.870Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:11:08.871Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:11:08.871Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:11:09.873Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:11:09.873Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:11:09.873Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:11:09.873Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:11:10.875Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:11:10.875Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:11:10.875Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:11:10.875Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:11:11.876Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:11:11.877Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:11:11.877Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:11:11.877Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:11:12.878Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:11:12.878Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:11:12.878Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:11:12.879Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:11:13.880Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:11:13.880Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:11:13.880Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:11:13.880Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:11:14.882Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "serviceName": "Demo_pNF_9IUxclu6rx6wQh9DcrJS",
  "serviceVersion": "1.0",
  "serviceUUID": "647a66fa-87b6-440c-a757-f69947b97362",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f70569bd-1e3e-44bf-8efb-7749f9bde32d",
  "resources": [
    {
      "resourceInstanceName": "pNF 4941fe25-94c8 0",
      "resourceCustomizationUUID": "4d960573-0d6e-4635-9f65-1313a7ceb117",
      "resourceName": "pNF 4941fe25-94c8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "cb2ca461-78a5-42df-8dee-78112a494a1c",
      "resourceInvariantUUID": "979f5168-53c0-4416-88ea-e985f733d3cd",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
      "artifactChecksum": "N2FlOGNiMmRjMTViMDc2NDY4OWVhZjI3Mzk2YjA5YWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bed1cd00-b292-4c69-9a78-f4650b984b17"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T07:11:14.882Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T07:11:14.882Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 647a66fa-87b6-440c-a757-f69947b97362 ASDC
2023-03-22T07:11:14.883Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:9924a26b-a04c-4225-b032-052c7b2cf566
ServiceName:Demo_pNF_9IUxclu6rx6wQh9DcrJS
ServiceVersion:1.0
ServiceUUID:647a66fa-87b6-440c-a757-f69947b97362
ServiceInvariantUUID:f70569bd-1e3e-44bf-8efb-7749f9bde32d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
ArtifactUUID:bed1cd00-b292-4c69-9a78-f4650b984b17
ArtifactChecksum:N2FlOGNiMmRjMTViMDc2NDY4OWVhZjI3Mzk2YjA5YWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 4941fe25-94c8 0
ResourceCustomizationUUID:4d960573-0d6e-4635-9f65-1313a7ceb117
ResourceInvariantUUID:979f5168-53c0-4416-88ea-e985f733d3cd
ResourceName:pNF 4941fe25-94c8
ResourceType:PNF
ResourceUUID:cb2ca461-78a5-42df-8dee-78112a494a1c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-22T07:11:14.883Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 647a66fa-87b6-440c-a757-f69947b97362 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:11:14.915Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:11:14.916Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T07:11:14.916Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T07:11:14.916Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bed1cd00-b292-4c69-9a78-f4650b984b17 from URL: /sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T07:11:14.916Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-22T07:11:14.916Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T07:11:15.201Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-22T07:11:15.205Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar bed1cd00-b292-4c69-9a78-f4650b984b17 88002
2023-03-22T07:11:15.205Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar ASDC sendASDCNotification
2023-03-22T07:11:15.206Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T07:11:15.206Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T07:11:15.206Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:11:15.207Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:11:15.207Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469075205,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:11:16.208Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:11:16.209Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T07:11:16.209Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: bed1cd00-b292-4c69-9a78-f4650b984b17, URL: /sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar to file: /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T07:11:16.209Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T07:11:16.210Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T07:11:16.210Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T07:11:16.289Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1701802761477141920/Definitions/service-DemoPnf9iuxclu6rx6wqh9dcrjs-template.yml
2023-03-22T07:11:16.873Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-22T07:11:16.873Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-22T07:11:16.874Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T07:11:16.874Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-22T07:11:16.874Z|9924a26b-a04c-4225-b032-052c7b2cf566|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-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T07:11:16.874Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4941fe25-94c8 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-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T07:11:16.874Z|9924a26b-a04c-4225-b032-052c7b2cf566|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-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T07:11:16.874Z|9924a26b-a04c-4225-b032-052c7b2cf566|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-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T07:11:16.874Z|9924a26b-a04c-4225-b032-052c7b2cf566|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-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T07:11:16.874Z|9924a26b-a04c-4225-b032-052c7b2cf566|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-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T07:11:16.874Z|9924a26b-a04c-4225-b032-052c7b2cf566|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-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T07:11:16.874Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-22T07:11:16.874Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:11:16.874Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_9IUxclu6rx6wQh9DcrJS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:11:16.875Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Node template pNF 4941fe25-94c8 0 is matching search criteria
2023-03-22T07:11:16.875Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-22T07:11:16.875Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 4941fe25-94c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T07:11:16.875Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:11:16.875Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_9IUxclu6rx6wQh9DcrJS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:11:16.875Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Node template pNF 4941fe25-94c8 0 is matching search criteria
2023-03-22T07:11:16.875Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-22T07:11:16.875Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 4941fe25-94c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T07:11:16.875Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:11:16.875Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_9IUxclu6rx6wQh9DcrJS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:11:16.875Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:11:16.876Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_9IUxclu6rx6wQh9DcrJS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:11:16.876Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:11:16.876Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_9IUxclu6rx6wQh9DcrJS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:11:16.876Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:11:16.876Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_9IUxclu6rx6wQh9DcrJS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:11:16.876Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:11:16.876Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_9IUxclu6rx6wQh9DcrJS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:11:16.876Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_9IUxclu6rx6wQh9DcrJS
Description:catalog service description
Model UUID:647a66fa-87b6-440c-a757-f69947b97362
Model Version:NULL
Model InvariantUuid:f70569bd-1e3e-44bf-8efb-7749f9bde32d
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-22T07:11:16.911Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||ERROR|500||Csar with UUID: bed1cd00-b292-4c69-9a78-f4650b984b17 already exists
2023-03-22T07:11:16.911Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar ASDC sendASDCNotification
2023-03-22T07:11:16.912Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar(Csar with UUID: bed1cd00-b292-4c69-9a78-f4650b984b17 already exists)
2023-03-22T07:11:16.912Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:11:16.912Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:11:16.912Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:11:16.912Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469076911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bed1cd00-b292-4c69-9a78-f4650b984b17 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:11:17.913Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar ASDC sendASDCNotification
2023-03-22T07:11:17.914Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar(Resource with UUID: cb2ca461-78a5-42df-8dee-78112a494a1c already exists)
2023-03-22T07:11:17.914Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:11:17.914Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:11:17.914Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:11:17.915Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469077913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: cb2ca461-78a5-42df-8dee-78112a494a1c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:11:18.916Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9924a26b-a04c-4225-b032-052c7b2cf566
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:11:18.932Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9924a26b-a04c-4225-b032-052c7b2cf566
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:11:18.934Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T07:11:18.934Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T07:11:18.935Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T07:11:18.935Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T07:11:18.935Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:11:18.935Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:11:18.935Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:11:18.935Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:11:18.935Z|9924a26b-a04c-4225-b032-052c7b2cf566|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-22T07:11:18.942Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T07:11:28.533Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:11:28.534Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:11:28.535Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:11:28.535Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:11:48.943Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9924a26b-a04c-4225-b032-052c7b2cf566 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T07:11:48.954Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9924a26b-a04c-4225-b032-052c7b2cf566 and serviceModelVersionId: 647a66fa-87b6-440c-a757-f69947b97362
2023-03-22T07:11:48.955Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f70569bd-1e3e-44bf-8efb-7749f9bde32d
2023-03-22T07:11:48.955Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f70569bd-1e3e-44bf-8efb-7749f9bde32d/model-vers/model-ver/647a66fa-87b6-440c-a757-f69947b97362?depth=0
2023-03-22T07:11:48.961Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T07:11:48.979Z|9924a26b-a04c-4225-b032-052c7b2cf566|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/f70569bd-1e3e-44bf-8efb-7749f9bde32d/model-vers/model-ver/647a66fa-87b6-440c-a757-f69947b97362?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-22T07:11:48.979Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f70569bd-1e3e-44bf-8efb-7749f9bde32d/model-vers/model-ver/647a66fa-87b6-440c-a757-f69947b97362?depth=0|INFO|500||Invoke
2023-03-22T07:11:48.986Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f70569bd-1e3e-44bf-8efb-7749f9bde32d/model-vers/model-ver/647a66fa-87b6-440c-a757-f69947b97362?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T07:11:49.136Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f70569bd-1e3e-44bf-8efb-7749f9bde32d/model-vers/model-ver/647a66fa-87b6-440c-a757-f69947b97362?depth=0|INFO|500||InvokeReturn
2023-03-22T07:11:49.137Z|9924a26b-a04c-4225-b032-052c7b2cf566|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/f70569bd-1e3e-44bf-8efb-7749f9bde32d/model-vers/model-ver/647a66fa-87b6-440c-a757-f69947b97362?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 07:11:48 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[146], vertex-id=[241704], x-aai-txid=[0-aai-resources-230322-07:11:48:865-54840], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T07:11:49.137Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-22T07:11:49.137Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T07:11:49.137Z|9924a26b-a04c-4225-b032-052c7b2cf566|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-22T07:11:49.144Z|9924a26b-a04c-4225-b032-052c7b2cf566|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-22T07:11:49.144Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9924a26b-a04c-4225-b032-052c7b2cf566 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T07:11:49.145Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T07:11:49.145Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:11:49.145Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:11:49.145Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469109145,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:11:50.173Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:11:50.173Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"08b6040e-7b4a-44c2-af7c-fcd04054adec","serviceName":"Demo_pNF_pktFZxOCThQPe4Zs60EQ","serviceVersion":"1.0","serviceUUID":"629d915f-6b85-4eeb-bd28-cbde30f0f8a3","serviceDescription":"catalog service description","serviceInvariantUUID":"73257fcb-88fc-45b6-a0b8-5f8176a8977c","resources":[{"resourceInstanceName":"pNF a498d291-4a19 0","resourceName":"pNF a498d291-4a19","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"95a08ea9-f28e-4a01-aecb-636af265c68f","resourceInvariantUUID":"8e91c943-e2be-45e1-9613-569e58db6414","resourceCustomizationUUID":"67990602-602c-45b9-8602-286ecf8b0ac8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/vf-license-model.xml","artifactChecksum":"NTRjMWQyNmMzZDA2YzFlOWRkZGU3MTBmMjg3MGRkZDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d9c04ff7-24e7-47f0-92b0-f40185dd794d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d3d4d9f7-c5f7-416e-99be-38f15b7b259b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"719f556e-f7ea-4c2a-b4a9-97220f7c4ba4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/vendor-license-model.xml","artifactChecksum":"YjdmYTE3N2EyMTM0MmUzMjlkNGE3ZDU0ODM5YjQxOTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"28b80170-5e7d-425c-b612-daa5d75707a4","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"28e9dd63-a113-4424-bc65-5684ddc930c0","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"42e7de65-1674-4024-bcad-adddb6de24f7","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfPktfzxocthqpe4zs60eq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-template.yml","artifactChecksum":"MDk3NzRiMWQxNWY1NjY1NGU1NzMzM2U1ZmJhYTdkZmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cd967a05-b1a8-45b5-b89d-a358b59fc632","artifactVersion":"1"},{"artifactName":"service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar","artifactChecksum":"OWM1NmU5MTFmYmY1ZTJiOTcwYWMzZTYyY2E0ODNiYzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"be007dae-3dea-4485-8bf1-6166d4912655","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T07:11:50.174Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:11:50.174Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:11:50.174Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:11:50.174Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:11:51.175Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:11:51.175Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:11:51.175Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:11:51.175Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:11:52.177Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:11:52.177Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:11:52.178Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:11:52.178Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:11:53.179Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:11:53.180Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:11:53.180Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:11:53.180Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:11:54.182Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:11:54.182Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:11:54.182Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:11:54.182Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:11:55.184Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:11:55.184Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:11:55.184Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:11:55.184Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:11:56.186Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:11:56.186Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:11:56.186Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:11:56.187Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:11:57.188Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:11:57.188Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:11:57.189Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:11:57.189Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:11:58.190Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "serviceName": "Demo_pNF_pktFZxOCThQPe4Zs60EQ",
  "serviceVersion": "1.0",
  "serviceUUID": "629d915f-6b85-4eeb-bd28-cbde30f0f8a3",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "73257fcb-88fc-45b6-a0b8-5f8176a8977c",
  "resources": [
    {
      "resourceInstanceName": "pNF a498d291-4a19 0",
      "resourceCustomizationUUID": "67990602-602c-45b9-8602-286ecf8b0ac8",
      "resourceName": "pNF a498d291-4a19",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "95a08ea9-f28e-4a01-aecb-636af265c68f",
      "resourceInvariantUUID": "8e91c943-e2be-45e1-9613-569e58db6414",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
      "artifactChecksum": "OWM1NmU5MTFmYmY1ZTJiOTcwYWMzZTYyY2E0ODNiYzE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "be007dae-3dea-4485-8bf1-6166d4912655"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T07:11:58.190Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T07:11:58.190Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 629d915f-6b85-4eeb-bd28-cbde30f0f8a3 ASDC
2023-03-22T07:11:58.191Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:08b6040e-7b4a-44c2-af7c-fcd04054adec
ServiceName:Demo_pNF_pktFZxOCThQPe4Zs60EQ
ServiceVersion:1.0
ServiceUUID:629d915f-6b85-4eeb-bd28-cbde30f0f8a3
ServiceInvariantUUID:73257fcb-88fc-45b6-a0b8-5f8176a8977c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
ArtifactUUID:be007dae-3dea-4485-8bf1-6166d4912655
ArtifactChecksum:OWM1NmU5MTFmYmY1ZTJiOTcwYWMzZTYyY2E0ODNiYzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF a498d291-4a19 0
ResourceCustomizationUUID:67990602-602c-45b9-8602-286ecf8b0ac8
ResourceInvariantUUID:8e91c943-e2be-45e1-9613-569e58db6414
ResourceName:pNF a498d291-4a19
ResourceType:PNF
ResourceUUID:95a08ea9-f28e-4a01-aecb-636af265c68f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-22T07:11:58.191Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 629d915f-6b85-4eeb-bd28-cbde30f0f8a3 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:11:58.217Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:11:58.218Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T07:11:58.218Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T07:11:58.218Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: be007dae-3dea-4485-8bf1-6166d4912655 from URL: /sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T07:11:58.218Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-22T07:11:58.218Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T07:11:58.493Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-22T07:11:58.496Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar be007dae-3dea-4485-8bf1-6166d4912655 88015
2023-03-22T07:11:58.496Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar ASDC sendASDCNotification
2023-03-22T07:11:58.496Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T07:11:58.496Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T07:11:58.496Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:11:58.496Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:11:58.496Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469118496,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:11:59.498Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:11:59.498Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T07:11:59.498Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: be007dae-3dea-4485-8bf1-6166d4912655, URL: /sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar to file: /app/ASDC/1/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T07:11:59.499Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T07:11:59.499Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T07:11:59.499Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T07:11:59.575Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14731937491196675402/Definitions/service-DemoPnfPktfzxocthqpe4zs60eq-template.yml
2023-03-22T07:12:00.166Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-22T07:12:00.167Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-22T07:12:00.167Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T07:12:00.167Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-22T07:12:00.167Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a498d291-4a19 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-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T07:12:00.167Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|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-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T07:12:00.167Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|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-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T07:12:00.167Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|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-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T07:12:00.167Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|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-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T07:12:00.167Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|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-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T07:12:00.167Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|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-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T07:12:00.167Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-22T07:12:00.167Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:12:00.167Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pktFZxOCThQPe4Zs60EQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:12:00.167Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Node template pNF a498d291-4a19 0 is matching search criteria
2023-03-22T07:12:00.168Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-22T07:12:00.168Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF a498d291-4a19 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T07:12:00.168Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:12:00.168Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pktFZxOCThQPe4Zs60EQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:12:00.168Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Node template pNF a498d291-4a19 0 is matching search criteria
2023-03-22T07:12:00.168Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-22T07:12:00.168Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF a498d291-4a19 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T07:12:00.168Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:12:00.168Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pktFZxOCThQPe4Zs60EQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:12:00.168Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:12:00.168Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pktFZxOCThQPe4Zs60EQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:12:00.168Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:12:00.168Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pktFZxOCThQPe4Zs60EQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:12:00.168Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:12:00.168Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pktFZxOCThQPe4Zs60EQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:12:00.168Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:12:00.168Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pktFZxOCThQPe4Zs60EQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:12:00.168Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_pktFZxOCThQPe4Zs60EQ
Description:catalog service description
Model UUID:629d915f-6b85-4eeb-bd28-cbde30f0f8a3
Model Version:NULL
Model InvariantUuid:73257fcb-88fc-45b6-a0b8-5f8176a8977c
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-22T07:12:00.208Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||ERROR|500||Csar with UUID: be007dae-3dea-4485-8bf1-6166d4912655 already exists
2023-03-22T07:12:00.208Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar ASDC sendASDCNotification
2023-03-22T07:12:00.209Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar(Csar with UUID: be007dae-3dea-4485-8bf1-6166d4912655 already exists)
2023-03-22T07:12:00.209Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:12:00.209Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:12:00.209Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:12:00.209Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469120208,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: be007dae-3dea-4485-8bf1-6166d4912655 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:12:01.210Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar ASDC sendASDCNotification
2023-03-22T07:12:01.211Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar(Resource with UUID: 95a08ea9-f28e-4a01-aecb-636af265c68f already exists)
2023-03-22T07:12:01.211Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:12:01.211Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:12:01.211Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:12:01.211Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469121210,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 95a08ea9-f28e-4a01-aecb-636af265c68f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:12:02.212Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 08b6040e-7b4a-44c2-af7c-fcd04054adec
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:12:02.231Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 08b6040e-7b4a-44c2-af7c-fcd04054adec
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:12:02.234Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T07:12:02.235Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T07:12:02.235Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T07:12:02.235Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T07:12:02.235Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:12:02.235Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:12:02.235Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:12:02.235Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:12:02.235Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|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-22T07:12:02.243Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T07:12:28.533Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:12:28.535Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:12:28.535Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-22T07:12:28.535Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:12:28.535Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:12:28.536Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:12:28.536Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:12:28.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:12:28.536Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T07:12:28.536Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:12:28.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:12:28.536Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469032599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-22T07:12:28.536Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:12:28.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:12:28.536Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469033638,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 88b0302b-1d98-4d84-8518-e5897ddf5aab already exists"
}
2023-03-22T07:12:28.536Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:12:28.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:12:28.536Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469034639,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1dfc083c-bd8d-4cd6-8b75-76501219274f already exists"
}
2023-03-22T07:12:28.536Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:12:28.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:12:28.537Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469065843,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T07:12:28.537Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:12:28.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:12:28.537Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:12:28.537Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:12:28.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:12:28.537Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:12:28.537Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:12:28.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:12:28.537Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:12:28.538Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:12:28.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:12:28.538Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:12:28.538Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:12:28.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:12:28.538Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:12:28.538Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:12:28.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:12:28.538Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:12:28.538Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:12:28.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:12:28.539Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:12:28.539Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:12:28.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:12:28.539Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T07:12:28.539Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:12:28.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:12:28.539Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469075205,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T07:12:28.539Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:12:28.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:12:28.539Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469076911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bed1cd00-b292-4c69-9a78-f4650b984b17 already exists"
}
2023-03-22T07:12:28.539Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:12:28.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:12:28.539Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469077913,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: cb2ca461-78a5-42df-8dee-78112a494a1c already exists"
}
2023-03-22T07:12:28.540Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:12:32.243Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 08b6040e-7b4a-44c2-af7c-fcd04054adec and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T07:12:32.254Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 08b6040e-7b4a-44c2-af7c-fcd04054adec and serviceModelVersionId: 629d915f-6b85-4eeb-bd28-cbde30f0f8a3
2023-03-22T07:12:32.254Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 73257fcb-88fc-45b6-a0b8-5f8176a8977c
2023-03-22T07:12:32.255Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/73257fcb-88fc-45b6-a0b8-5f8176a8977c/model-vers/model-ver/629d915f-6b85-4eeb-bd28-cbde30f0f8a3?depth=0
2023-03-22T07:12:32.260Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T07:12:32.271Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/73257fcb-88fc-45b6-a0b8-5f8176a8977c/model-vers/model-ver/629d915f-6b85-4eeb-bd28-cbde30f0f8a3?depth=0|INFO|500||Invoke
2023-03-22T07:12:32.272Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/73257fcb-88fc-45b6-a0b8-5f8176a8977c/model-vers/model-ver/629d915f-6b85-4eeb-bd28-cbde30f0f8a3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/73257fcb-88fc-45b6-a0b8-5f8176a8977c/model-vers/model-ver/629d915f-6b85-4eeb-bd28-cbde30f0f8a3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[08b6040e-7b4a-44c2-af7c-fcd04054adec], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e9849128-021c-446d-a633-10b23df30efd], X-ECOMP-RequestID=[08b6040e-7b4a-44c2-af7c-fcd04054adec], X-TransactionId=[], X-ONAP-RequestID=[08b6040e-7b4a-44c2-af7c-fcd04054adec], Content-Type=[application/merge-patch+json]}
2023-03-22T07:12:32.279Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/73257fcb-88fc-45b6-a0b8-5f8176a8977c/model-vers/model-ver/629d915f-6b85-4eeb-bd28-cbde30f0f8a3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T07:12:32.412Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/73257fcb-88fc-45b6-a0b8-5f8176a8977c/model-vers/model-ver/629d915f-6b85-4eeb-bd28-cbde30f0f8a3?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/73257fcb-88fc-45b6-a0b8-5f8176a8977c/model-vers/model-ver/629d915f-6b85-4eeb-bd28-cbde30f0f8a3?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 07:12:32 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[130], vertex-id=[208920], x-aai-txid=[1-aai-resources-230322-07:12:32:157-37827], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T07:12:32.412Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/73257fcb-88fc-45b6-a0b8-5f8176a8977c/model-vers/model-ver/629d915f-6b85-4eeb-bd28-cbde30f0f8a3?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-22T07:12:32.413Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/73257fcb-88fc-45b6-a0b8-5f8176a8977c/model-vers/model-ver/629d915f-6b85-4eeb-bd28-cbde30f0f8a3?depth=0|INFO|500||InvokeReturn
2023-03-22T07:12:32.413Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T07:12:32.413Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|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-22T07:12:32.425Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|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-22T07:12:32.426Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 08b6040e-7b4a-44c2-af7c-fcd04054adec and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T07:12:32.426Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T07:12:32.426Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:12:32.426Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:12:32.426Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469152426,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:12:33.443Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:12:33.443Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"fa44765c-1a55-4753-a677-dc05edd228ff","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"1d03f549-58ea-474c-8491-1bc243f2be47","serviceDescription":"service","serviceInvariantUUID":"6748efda-682b-4f33-bbaa-0334a4b920b4","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e44b9e49-8faf-4306-af99-db9c3c65ef69","resourceInvariantUUID":"77792895-85e7-452e-b5af-fb9110e0a230","resourceCustomizationUUID":"2a96b6ea-999b-4eb8-9e5c-4e83946ad68a","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":"NzU1NzY0MzBjYmJjZGQ3OTc3MzUwNGVhNzU4Zjk3ZGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ab241608-47f4-4771-9400-893aca25fd9a","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":"M2UzMmQwYzFjMDM1N2IyNGE5NDA2MmM0MjVhMzE2NTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"81fa1ce2-1d35-4558-b0cb-311a19890b41","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":"5da4a6a5-43fd-46b5-af1f-9407fee8103d","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":"62d4d2ce-4665-491e-9cbe-285c86834770","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":"cb1b6b34-25a6-4bcb-ae92-3274389a29a4","artifactVersion":"2","generatedFromUUID":"722a406b-689e-4051-893f-c52f13dfa916"},{"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":"1448168e-e694-4bb4-9d5e-e36feb8a9832","artifactVersion":"2","generatedFromUUID":"5da4a6a5-43fd-46b5-af1f-9407fee8103d"},{"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":"722a406b-689e-4051-893f-c52f13dfa916","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":"24939467-0def-4bf1-b946-b629a0ef58da","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":"YTgzM2RjYWJjNzE3ZWQ5ODA4OWQ5OTc2NTJkMTJiZDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5f2541fa-5f4d-43ef-bbee-8176f590635a","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NjIzMDNmYTY4M2UzODdlZDNhMjQzOWRjNzg3Njc1NmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"92be68c2-80c8-45a6-aef0-80f6bf8590cd","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T07:12:33.443Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:12:33.444Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:12:33.444Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:12:33.444Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "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-22T07:12:34.445Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:12:34.445Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:12:34.445Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:12:34.445Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "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-22T07:12:35.446Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:12:35.447Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:12:35.447Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:12:35.447Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "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-22T07:12:36.447Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:12:36.448Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:12:36.448Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:12:36.448Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "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-22T07:12:37.449Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:12:37.449Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:12:37.449Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:12:37.450Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "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-22T07:12:38.450Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:12:38.451Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:12:38.451Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:12:38.451Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "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-22T07:12:39.452Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:12:39.452Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:12:39.452Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:12:39.453Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "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-22T07:12:40.453Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:12:40.454Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:12:40.454Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:12:40.454Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "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-22T07:12:41.455Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:12:41.455Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:12:41.455Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:12:41.455Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "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-22T07:12:42.456Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:12:42.456Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:12:42.456Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:12:42.456Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:12:43.457Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "1d03f549-58ea-474c-8491-1bc243f2be47",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6748efda-682b-4f33-bbaa-0334a4b920b4",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "2a96b6ea-999b-4eb8-9e5c-4e83946ad68a",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e44b9e49-8faf-4306-af99-db9c3c65ef69",
      "resourceInvariantUUID": "77792895-85e7-452e-b5af-fb9110e0a230",
      "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": "M2UzMmQwYzFjMDM1N2IyNGE5NDA2MmM0MjVhMzE2NTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "81fa1ce2-1d35-4558-b0cb-311a19890b41",
          "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": "5da4a6a5-43fd-46b5-af1f-9407fee8103d",
          "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": "1448168e-e694-4bb4-9d5e-e36feb8a9832",
            "generatedFromUUID": "5da4a6a5-43fd-46b5-af1f-9407fee8103d"
          },
          "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": "cb1b6b34-25a6-4bcb-ae92-3274389a29a4",
          "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": "1448168e-e694-4bb4-9d5e-e36feb8a9832",
          "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": "722a406b-689e-4051-893f-c52f13dfa916",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NjIzMDNmYTY4M2UzODdlZDNhMjQzOWRjNzg3Njc1NmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "92be68c2-80c8-45a6-aef0-80f6bf8590cd"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T07:12:43.457Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T07:12:43.458Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 1d03f549-58ea-474c-8491-1bc243f2be47 ASDC
2023-03-22T07:12:43.458Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:fa44765c-1a55-4753-a677-dc05edd228ff
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:1d03f549-58ea-474c-8491-1bc243f2be47
ServiceInvariantUUID:6748efda-682b-4f33-bbaa-0334a4b920b4
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:92be68c2-80c8-45a6-aef0-80f6bf8590cd
ArtifactChecksum:NjIzMDNmYTY4M2UzODdlZDNhMjQzOWRjNzg3Njc1NmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:2a96b6ea-999b-4eb8-9e5c-4e83946ad68a
ResourceInvariantUUID:77792895-85e7-452e-b5af-fb9110e0a230
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:e44b9e49-8faf-4306-af99-db9c3c65ef69
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:81fa1ce2-1d35-4558-b0cb-311a19890b41
ArtifactChecksum:M2UzMmQwYzFjMDM1N2IyNGE5NDA2MmM0MjVhMzE2NTY=
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:5da4a6a5-43fd-46b5-af1f-9407fee8103d
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:1448168e-e694-4bb4-9d5e-e36feb8a9832
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:cb1b6b34-25a6-4bcb-ae92-3274389a29a4
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:1448168e-e694-4bb4-9d5e-e36feb8a9832
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:722a406b-689e-4051-893f-c52f13dfa916
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-22T07:12:43.458Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1d03f549-58ea-474c-8491-1bc243f2be47 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:12:43.493Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:12:43.493Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T07:12:43.493Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T07:12:43.493Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 92be68c2-80c8-45a6-aef0-80f6bf8590cd from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-22T07:12:43.493Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-22T07:12:43.493Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-22T07:12:43.796Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-22T07:12:43.800Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 92be68c2-80c8-45a6-aef0-80f6bf8590cd 163279
2023-03-22T07:12:43.800Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||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-22T07:12:43.800Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||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-22T07:12:43.801Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T07:12:43.801Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:12:43.801Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:12:43.801Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469163800,
  "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-22T07:12:44.802Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:12:44.803Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T07:12:44.803Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 92be68c2-80c8-45a6-aef0-80f6bf8590cd, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-22T07:12:44.803Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-22T07:12:44.804Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-22T07:12:44.804Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-22T07:12:44.887Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP478537309584481157/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-22T07:12:45.705Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-22T07:12:45.705Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-22T07:12:45.705Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-22T07:12:45.705Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-22T07:12:45.705Z|fa44765c-1a55-4753-a677-dc05edd228ff|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-BasicCnfMacro-csar.csar
2023-03-22T07:12:45.705Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||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-22T07:12:45.705Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||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-22T07:12:45.705Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||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-22T07:12:45.705Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-22T07:12:45.705Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:12:45.706Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:12:45.706Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-22T07:12:45.706Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-22T07:12:45.706Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T07:12:45.706Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:12:45.706Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:12:45.706Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-22T07:12:45.706Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-22T07:12:45.706Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T07:12:45.706Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:12:45.706Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:12:45.706Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:12:45.706Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-22T07:12:45.707Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-22T07:12:45.707Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-22T07:12:45.707Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-22T07:12:45.707Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:12:45.707Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-22T07:12:45.707Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:12:45.707Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-22T07:12:45.707Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T07:12:45.707Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:12:45.707Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-22T07:12:45.707Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T07:12:45.707Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:12:45.707Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-22T07:12:45.708Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T07:12:45.708Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:12:45.708Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-22T07:12:45.708Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T07:12:45.708Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:12:45.708Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-22T07:12:45.708Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-22T07:12:45.708Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=7986b4a9-ceaf-4943-832e-448c22a717d4
2023-03-22T07:12:45.708Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:12:45.708Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:12:45.708Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:12:45.708Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:12:45.708Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:12:45.708Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:12:45.708Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:12:45.709Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:12:45.709Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:1d03f549-58ea-474c-8491-1bc243f2be47
Model Version:NULL
Model InvariantUuid:6748efda-682b-4f33-bbaa-0334a4b920b4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:a126af5a-41b6-4d9b-a525-cc0f24044770
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:77792895-85e7-452e-b5af-fb9110e0a230
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2a96b6ea-999b-4eb8-9e5c-4e83946ad68a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ee712754-e1fb-47c7-9653-d73f14e5624c
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:5eafb2a0-cd04-4e04-8772-dbbadf2f14f4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:f08b5ea8-d59d-4914-8d65-70e5b10ffac2
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:1dbfee35-4de3-4d7e-add0-3dba57f81166
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7986b4a9-ceaf-4943-832e-448c22a717d4
ModelInvariantUuid:b8d6b641-287c-4bcc-88d1-ce86fd693b9d
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:05dc43de-7750-4436-9c78-b38047acea54
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:5c965bb5-f1d5-4973-a61b-1024009c3a42
ModelInvariantUuid:c24c2877-29ec-4784-9d74-34eef33bb6c3
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:20731fa1-0392-4efe-81ee-d4f44b655c3b
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-22T07:12:45.745Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||ERROR|500||Csar with UUID: 92be68c2-80c8-45a6-aef0-80f6bf8590cd already exists
2023-03-22T07:12:45.746Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||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-22T07:12:45.746Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||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: 92be68c2-80c8-45a6-aef0-80f6bf8590cd already exists)
2023-03-22T07:12:45.746Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:12:45.746Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:12:45.746Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:12:45.746Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469165746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 92be68c2-80c8-45a6-aef0-80f6bf8590cd already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:12:46.747Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||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-22T07:12:46.748Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||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: e44b9e49-8faf-4306-af99-db9c3c65ef69 already exists)
2023-03-22T07:12:46.748Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:12:46.748Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:12:46.748Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:12:46.748Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469166747,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e44b9e49-8faf-4306-af99-db9c3c65ef69 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:12:47.749Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa44765c-1a55-4753-a677-dc05edd228ff
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:12:47.767Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa44765c-1a55-4753-a677-dc05edd228ff
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:12:47.770Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T07:12:47.770Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T07:12:47.771Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T07:12:47.771Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T07:12:47.771Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:12:47.771Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:12:47.771Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:12:47.771Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:12:47.771Z|fa44765c-1a55-4753-a677-dc05edd228ff|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-22T07:12:47.781Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T07:13:17.781Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fa44765c-1a55-4753-a677-dc05edd228ff and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T07:13:17.791Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fa44765c-1a55-4753-a677-dc05edd228ff and serviceModelVersionId: 1d03f549-58ea-474c-8491-1bc243f2be47
2023-03-22T07:13:17.791Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6748efda-682b-4f33-bbaa-0334a4b920b4
2023-03-22T07:13:17.791Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6748efda-682b-4f33-bbaa-0334a4b920b4/model-vers/model-ver/1d03f549-58ea-474c-8491-1bc243f2be47?depth=0
2023-03-22T07:13:17.798Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T07:13:17.809Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6748efda-682b-4f33-bbaa-0334a4b920b4/model-vers/model-ver/1d03f549-58ea-474c-8491-1bc243f2be47?depth=0|INFO|500||Invoke
2023-03-22T07:13:17.809Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6748efda-682b-4f33-bbaa-0334a4b920b4/model-vers/model-ver/1d03f549-58ea-474c-8491-1bc243f2be47?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6748efda-682b-4f33-bbaa-0334a4b920b4/model-vers/model-ver/1d03f549-58ea-474c-8491-1bc243f2be47?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fa44765c-1a55-4753-a677-dc05edd228ff], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2baad0a4-1a0b-467f-b3ac-8d7a44c64598], X-ECOMP-RequestID=[fa44765c-1a55-4753-a677-dc05edd228ff], X-TransactionId=[], X-ONAP-RequestID=[fa44765c-1a55-4753-a677-dc05edd228ff], Content-Type=[application/merge-patch+json]}
2023-03-22T07:13:17.817Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6748efda-682b-4f33-bbaa-0334a4b920b4/model-vers/model-ver/1d03f549-58ea-474c-8491-1bc243f2be47?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T07:13:17.966Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6748efda-682b-4f33-bbaa-0334a4b920b4/model-vers/model-ver/1d03f549-58ea-474c-8491-1bc243f2be47?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6748efda-682b-4f33-bbaa-0334a4b920b4/model-vers/model-ver/1d03f549-58ea-474c-8491-1bc243f2be47?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 07:13:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[145], vertex-id=[254128], x-aai-txid=[0-aai-resources-230322-07:13:17:696-46880], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T07:13:17.966Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6748efda-682b-4f33-bbaa-0334a4b920b4/model-vers/model-ver/1d03f549-58ea-474c-8491-1bc243f2be47?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-22T07:13:17.967Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6748efda-682b-4f33-bbaa-0334a4b920b4/model-vers/model-ver/1d03f549-58ea-474c-8491-1bc243f2be47?depth=0|INFO|500||InvokeReturn
2023-03-22T07:13:17.967Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T07:13:17.968Z|fa44765c-1a55-4753-a677-dc05edd228ff|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-22T07:13:17.982Z|fa44765c-1a55-4753-a677-dc05edd228ff|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-22T07:13:17.982Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fa44765c-1a55-4753-a677-dc05edd228ff and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T07:13:17.982Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T07:13:17.982Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:13:17.983Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:13:17.983Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469197982,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:13:19.002Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:13:19.002Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"45a52259-369a-4eb1-b310-4edc96390d56","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"dc71a96d-3b6e-487d-b5ea-05fdff85784d","serviceDescription":"service","serviceInvariantUUID":"df15042d-83ba-4b81-9255-a25ac0f4fa1e","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f8083165-6e45-46f3-a7a2-a3611616eb24","resourceInvariantUUID":"b45cdab6-6f18-4d77-bb39-310b37a9907a","resourceCustomizationUUID":"b1b67918-b348-44d4-a05f-9aa876792db1","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":"MTA3MzgyMmM5MjI2NmNkMmYyNzAxNTcxYThiN2JkNWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0ecdb9f9-8feb-4296-9553-b2ff212f0e2a","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":"MzAyNzgzNzcwOWFmYWJkODY2NGE5MjU1Mjg0NzViZGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2cdba830-80b5-4335-a10f-21b05686e958","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":"824b3d50-3f4b-468a-a2a8-cfe75ca1c013","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":"95c34414-9528-4d83-a0b9-82fafcf2e06c","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":"7f4e299a-6330-4b4c-9277-4f2216943275","artifactVersion":"2","generatedFromUUID":"824b3d50-3f4b-468a-a2a8-cfe75ca1c013"},{"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":"OTU2ZTFiMjAwYTUyYzhmNzVkMDBhZmVmOWJkMzMxYWQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"73df1a2f-ef20-4749-91fd-4c89c01194cc","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":"MGE1OGFjNWNlNDE1NDVhNWIyMDlhMjljZGY4NTQ0ZWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8bd4bf7a-694d-4ddc-b45e-9557066a32ba","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZDJjODUwMmJlOThjMmM1MjA0MDljMjI1NGUxMzJlNTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5fd28cd4-ad76-4a13-be98-a134f3df0ff1","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T07:13:19.003Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:13:19.003Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:13:19.003Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:13:19.003Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "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-22T07:13:20.004Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:13:20.004Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:13:20.005Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:13:20.005Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "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-22T07:13:21.005Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:13:21.006Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:13:21.006Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:13:21.006Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "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-22T07:13:22.007Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:13:22.007Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:13:22.007Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:13:22.008Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "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-22T07:13:23.009Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:13:23.009Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:13:23.009Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:13:23.010Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "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-22T07:13:24.011Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:13:24.011Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:13:24.011Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:13:24.011Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "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-22T07:13:25.013Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:13:25.013Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:13:25.013Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:13:25.014Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "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-22T07:13:26.016Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:13:26.016Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:13:26.016Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:13:26.016Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:13:27.018Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "dc71a96d-3b6e-487d-b5ea-05fdff85784d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "df15042d-83ba-4b81-9255-a25ac0f4fa1e",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "b1b67918-b348-44d4-a05f-9aa876792db1",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f8083165-6e45-46f3-a7a2-a3611616eb24",
      "resourceInvariantUUID": "b45cdab6-6f18-4d77-bb39-310b37a9907a",
      "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": "MzAyNzgzNzcwOWFmYWJkODY2NGE5MjU1Mjg0NzViZGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2cdba830-80b5-4335-a10f-21b05686e958",
          "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": "824b3d50-3f4b-468a-a2a8-cfe75ca1c013",
          "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": "7f4e299a-6330-4b4c-9277-4f2216943275",
            "generatedFromUUID": "824b3d50-3f4b-468a-a2a8-cfe75ca1c013"
          },
          "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": "7f4e299a-6330-4b4c-9277-4f2216943275",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZDJjODUwMmJlOThjMmM1MjA0MDljMjI1NGUxMzJlNTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5fd28cd4-ad76-4a13-be98-a134f3df0ff1"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T07:13:27.018Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T07:13:27.019Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dc71a96d-3b6e-487d-b5ea-05fdff85784d ASDC
2023-03-22T07:13:27.019Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:45a52259-369a-4eb1-b310-4edc96390d56
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:dc71a96d-3b6e-487d-b5ea-05fdff85784d
ServiceInvariantUUID:df15042d-83ba-4b81-9255-a25ac0f4fa1e
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:5fd28cd4-ad76-4a13-be98-a134f3df0ff1
ArtifactChecksum:ZDJjODUwMmJlOThjMmM1MjA0MDljMjI1NGUxMzJlNTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:b1b67918-b348-44d4-a05f-9aa876792db1
ResourceInvariantUUID:b45cdab6-6f18-4d77-bb39-310b37a9907a
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:f8083165-6e45-46f3-a7a2-a3611616eb24
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:2cdba830-80b5-4335-a10f-21b05686e958
ArtifactChecksum:MzAyNzgzNzcwOWFmYWJkODY2NGE5MjU1Mjg0NzViZGI=
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:824b3d50-3f4b-468a-a2a8-cfe75ca1c013
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:7f4e299a-6330-4b4c-9277-4f2216943275
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:7f4e299a-6330-4b4c-9277-4f2216943275
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-22T07:13:27.019Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dc71a96d-3b6e-487d-b5ea-05fdff85784d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:13:27.048Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:13:27.049Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T07:13:27.049Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T07:13:27.049Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5fd28cd4-ad76-4a13-be98-a134f3df0ff1 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-22T07:13:27.049Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-22T07:13:27.049Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-22T07:13:27.082Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-22T07:13:27.082Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@23d07a77
2023-03-22T07:13:27.082Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T07:13:27.083Z|45a52259-369a-4eb1-b310-4edc96390d56|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": [
        "BasicVmMacro"
      ]
    }
  }
}
2023-03-22T07:13:27.083Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVmMacro-csar.csar /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 5fd28cd4-ad76-4a13-be98-a134f3df0ff1 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T07:13:27.083Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-22T07:13:27.083Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Specified artifact is  not found)
2023-03-22T07:13:27.083Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T07:13:27.083Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:13:27.084Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:13:27.084Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469207083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:13:28.085Z|45a52259-369a-4eb1-b310-4edc96390d56|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-BasicVmMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(UUID:5fd28cd4-ad76-4a13-be98-a134f3df0ff1)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-22T07:13:28.126Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||ERROR|500||Csar with UUID: 5fd28cd4-ad76-4a13-be98-a134f3df0ff1 already exists
2023-03-22T07:13:28.126Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||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-22T07:13:28.127Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||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: 5fd28cd4-ad76-4a13-be98-a134f3df0ff1 already exists)
2023-03-22T07:13:28.127Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:13:28.127Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:13:28.127Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:13:28.127Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469208126,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5fd28cd4-ad76-4a13-be98-a134f3df0ff1 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:13:28.533Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:13:28.534Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:13:28.550Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:13:28.550Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] (Re-)joining group
2023-03-22T07:13:28.556Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully joined group with generation Generation{generationId=28, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T07:13:28.557Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Finished assignment for group at generation 28: {SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-22T07:13:28.573Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully synced group in generation Generation{generationId=28, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T07:13:28.574Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:13:28.574Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:13:28.578Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:13:28.578Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:13:28.578Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:13:28.579Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1407, 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-22T07:13:28.579Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:13:28.579Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:13:29.129Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||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-22T07:13:29.131Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||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: f8083165-6e45-46f3-a7a2-a3611616eb24 already exists)
2023-03-22T07:13:29.131Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:13:29.131Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:13:29.131Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:13:29.131Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469209129,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: f8083165-6e45-46f3-a7a2-a3611616eb24 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:13:29.593Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:13:29.593Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469109145,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T07:13:29.594Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:13:29.594Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:13:29.594Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:13:29.594Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:13:29.594Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:13:29.594Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:13:29.594Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:13:29.594Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:13:29.595Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:13:29.595Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:13:29.595Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:13:29.595Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:13:29.595Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:13:29.595Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:13:29.595Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:13:29.595Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:13:29.595Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:13:29.595Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:13:29.595Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:13:29.596Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:13:29.596Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:13:29.596Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:13:29.596Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:13:29.596Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T07:13:29.596Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:13:29.596Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:13:29.596Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469118496,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T07:13:29.596Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:13:29.596Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:13:29.596Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469120208,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: be007dae-3dea-4485-8bf1-6166d4912655 already exists"
}
2023-03-22T07:13:29.596Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:13:29.596Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:13:29.596Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469121210,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 95a08ea9-f28e-4a01-aecb-636af265c68f already exists"
}
2023-03-22T07:13:29.597Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:13:29.597Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:13:29.597Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469152426,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T07:13:29.597Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:13:29.597Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:13:29.597Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:13:29.597Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:13:29.597Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:13:29.597Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T07:13:29.597Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:13:29.597Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:13:29.598Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-22T07:13:29.598Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:13:29.598Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:13:29.598Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:13:29.598Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:13:29.598Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:13:29.598Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-22T07:13:29.598Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:13:29.598Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:13:29.598Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-22T07:13:29.598Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:13:29.598Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:13:29.598Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-22T07:13:29.598Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:13:29.598Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:13:29.598Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:13:29.599Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:13:29.599Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:13:29.599Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:13:29.599Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:13:29.599Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:13:29.599Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T07:13:29.599Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:13:29.599Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:13:29.599Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469163800,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T07:13:29.599Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:13:29.599Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:13:29.600Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469165746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 92be68c2-80c8-45a6-aef0-80f6bf8590cd already exists"
}
2023-03-22T07:13:29.600Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:13:29.600Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:13:29.600Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469166747,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e44b9e49-8faf-4306-af99-db9c3c65ef69 already exists"
}
2023-03-22T07:13:29.600Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:13:29.600Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:13:29.600Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469197982,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T07:13:29.600Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:13:29.600Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:13:29.600Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:13:29.600Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:13:29.601Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:13:29.601Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T07:13:29.601Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:13:29.601Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:13:29.601Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-22T07:13:29.601Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:13:29.601Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:13:29.601Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:13:29.601Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:13:29.601Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:13:29.601Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-22T07:13:29.601Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:13:29.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:13:29.602Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:13:29.602Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:13:29.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:13:29.602Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:13:29.602Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:13:29.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:13:29.602Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T07:13:29.602Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:13:29.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:13:29.602Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469207083,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-22T07:13:29.602Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:13:29.603Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:13:29.603Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469208126,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5fd28cd4-ad76-4a13-be98-a134f3df0ff1 already exists"
}
2023-03-22T07:13:29.603Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:13:29.603Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:13:29.603Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469209129,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: f8083165-6e45-46f3-a7a2-a3611616eb24 already exists"
}
2023-03-22T07:13:29.603Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:13:30.132Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45a52259-369a-4eb1-b310-4edc96390d56
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:13:30.149Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45a52259-369a-4eb1-b310-4edc96390d56
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:13:30.152Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T07:13:30.153Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T07:13:30.153Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T07:13:30.153Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T07:13:30.153Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:13:30.154Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:13:30.154Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:13:30.154Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:13:30.154Z|45a52259-369a-4eb1-b310-4edc96390d56|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-22T07:13:30.159Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T07:14:00.160Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 45a52259-369a-4eb1-b310-4edc96390d56 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T07:14:00.171Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 45a52259-369a-4eb1-b310-4edc96390d56 and serviceModelVersionId: dc71a96d-3b6e-487d-b5ea-05fdff85784d
2023-03-22T07:14:00.171Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : df15042d-83ba-4b81-9255-a25ac0f4fa1e
2023-03-22T07:14:00.172Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/df15042d-83ba-4b81-9255-a25ac0f4fa1e/model-vers/model-ver/dc71a96d-3b6e-487d-b5ea-05fdff85784d?depth=0
2023-03-22T07:14:00.179Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T07:14:00.196Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df15042d-83ba-4b81-9255-a25ac0f4fa1e/model-vers/model-ver/dc71a96d-3b6e-487d-b5ea-05fdff85784d?depth=0|INFO|500||Invoke
2023-03-22T07:14:00.196Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df15042d-83ba-4b81-9255-a25ac0f4fa1e/model-vers/model-ver/dc71a96d-3b6e-487d-b5ea-05fdff85784d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df15042d-83ba-4b81-9255-a25ac0f4fa1e/model-vers/model-ver/dc71a96d-3b6e-487d-b5ea-05fdff85784d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[45a52259-369a-4eb1-b310-4edc96390d56], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[73f5114d-d9f5-4883-a563-148f65295b65], X-ECOMP-RequestID=[45a52259-369a-4eb1-b310-4edc96390d56], X-TransactionId=[], X-ONAP-RequestID=[45a52259-369a-4eb1-b310-4edc96390d56], Content-Type=[application/merge-patch+json]}
2023-03-22T07:14:00.204Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df15042d-83ba-4b81-9255-a25ac0f4fa1e/model-vers/model-ver/dc71a96d-3b6e-487d-b5ea-05fdff85784d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T07:14:00.356Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df15042d-83ba-4b81-9255-a25ac0f4fa1e/model-vers/model-ver/dc71a96d-3b6e-487d-b5ea-05fdff85784d?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df15042d-83ba-4b81-9255-a25ac0f4fa1e/model-vers/model-ver/dc71a96d-3b6e-487d-b5ea-05fdff85784d?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 07:14:00 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[147], vertex-id=[516296], x-aai-txid=[0-aai-resources-230322-07:14:00:083-53012], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T07:14:00.357Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df15042d-83ba-4b81-9255-a25ac0f4fa1e/model-vers/model-ver/dc71a96d-3b6e-487d-b5ea-05fdff85784d?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-22T07:14:00.358Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df15042d-83ba-4b81-9255-a25ac0f4fa1e/model-vers/model-ver/dc71a96d-3b6e-487d-b5ea-05fdff85784d?depth=0|INFO|500||InvokeReturn
2023-03-22T07:14:00.358Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T07:14:00.358Z|45a52259-369a-4eb1-b310-4edc96390d56|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-22T07:14:00.372Z|45a52259-369a-4eb1-b310-4edc96390d56|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-22T07:14:00.372Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 45a52259-369a-4eb1-b310-4edc96390d56 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T07:14:00.372Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T07:14:00.373Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:14:00.373Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:14:00.373Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469240372,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:14:01.396Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:14:01.396Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"20fb9d86-10ff-4439-a6b7-637734de8ce1","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"87fef59c-d44a-4a07-9a72-8ab6330cffac","serviceDescription":"service","serviceInvariantUUID":"e98194be-b178-4099-9721-ae2092a691f6","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e3a83d09-a7e7-4550-b3fb-0b48027e9547","resourceInvariantUUID":"688c1fae-b293-4009-ab82-4662deee20cd","resourceCustomizationUUID":"932a3d96-8bc3-4763-b615-bc7cd1d03acd","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":"NjZhYWFmYjFiMmRkNjUyMWQwNThkZjlmMTdhNjU3OTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"54353ad0-3210-42d4-90eb-d74a1faff144","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":"679e3fc1-0c90-4196-8c6e-3d2960a4e52b","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":"703f5bb7-20a8-4eb8-a587-5f4229928077","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":"Mzk2ZWE1MDA0ODgyNGQyNjBmZWIzYmUzOGM5NDQyZGY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"4783f4c3-529b-4a7f-a924-2610a54877c6","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":"9e8051eb-5329-4c37-b642-13221bb39cfc","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":"34f22cd0-daba-42ea-af51-5c71a16891e3","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":"fa5fd4f1-3bad-40fd-9535-8ef67a0ed593","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":"MDc4NzNjNjUyYTU3N2Y0OGM2ODFmYWQ4NGFiZGFjYmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"763b1783-cacb-42a7-a69c-0f1827b72bd1","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"N2Q1NWNjMjJiNjk5NDA5NGM2NGIxYWZlYjcyMDRiMzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"069a759b-2956-48a9-bd9d-6829784e3b89","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T07:14:01.396Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:14:01.396Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:14:01.397Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:14:01.397Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "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-22T07:14:02.397Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:14:02.398Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:14:02.398Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:14:02.398Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "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-22T07:14:03.398Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:14:03.399Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:14:03.399Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:14:03.399Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "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-22T07:14:04.400Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:14:04.400Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:14:04.400Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:14:04.400Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "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-22T07:14:05.400Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:14:05.401Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:14:05.401Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:14:05.401Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "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-22T07:14:06.402Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:14:06.402Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:14:06.402Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:14:06.402Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "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-22T07:14:07.403Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:14:07.403Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:14:07.403Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:14:07.403Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "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-22T07:14:08.404Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:14:08.405Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:14:08.405Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:14:08.405Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "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-22T07:14:09.406Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:14:09.406Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:14:09.406Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:14:09.406Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:14:10.407Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "87fef59c-d44a-4a07-9a72-8ab6330cffac",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e98194be-b178-4099-9721-ae2092a691f6",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "932a3d96-8bc3-4763-b615-bc7cd1d03acd",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e3a83d09-a7e7-4550-b3fb-0b48027e9547",
      "resourceInvariantUUID": "688c1fae-b293-4009-ab82-4662deee20cd",
      "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": "N2Q1NWNjMjJiNjk5NDA5NGM2NGIxYWZlYjcyMDRiMzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "069a759b-2956-48a9-bd9d-6829784e3b89"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T07:14:10.407Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T07:14:10.407Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 87fef59c-d44a-4a07-9a72-8ab6330cffac ASDC
2023-03-22T07:14:10.408Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:20fb9d86-10ff-4439-a6b7-637734de8ce1
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:87fef59c-d44a-4a07-9a72-8ab6330cffac
ServiceInvariantUUID:e98194be-b178-4099-9721-ae2092a691f6
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:069a759b-2956-48a9-bd9d-6829784e3b89
ArtifactChecksum:N2Q1NWNjMjJiNjk5NDA5NGM2NGIxYWZlYjcyMDRiMzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:932a3d96-8bc3-4763-b615-bc7cd1d03acd
ResourceInvariantUUID:688c1fae-b293-4009-ab82-4662deee20cd
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:e3a83d09-a7e7-4550-b3fb-0b48027e9547
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-22T07:14:10.408Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 87fef59c-d44a-4a07-9a72-8ab6330cffac ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:14:10.440Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:14:10.440Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T07:14:10.440Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T07:14:10.440Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 069a759b-2956-48a9-bd9d-6829784e3b89 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-22T07:14:10.440Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-22T07:14:10.441Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-22T07:14:10.464Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-22T07:14:10.464Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@76e647d5
2023-03-22T07:14:10.464Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T07:14:10.464Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|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": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-22T07:14:10.464Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 069a759b-2956-48a9-bd9d-6829784e3b89 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T07:14:10.464Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||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-22T07:14:10.465Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||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-22T07:14:10.465Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T07:14:10.465Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:14:10.465Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:14:10.465Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469250464,
  "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-22T07:14:11.466Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|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-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:069a759b-2956-48a9-bd9d-6829784e3b89)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-22T07:14:11.508Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||ERROR|500||Csar with UUID: 069a759b-2956-48a9-bd9d-6829784e3b89 already exists
2023-03-22T07:14:11.508Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-22T07:14:11.508Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Csar with UUID: 069a759b-2956-48a9-bd9d-6829784e3b89 already exists)
2023-03-22T07:14:11.508Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:14:11.509Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:14:11.509Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:14:11.509Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469251508,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 069a759b-2956-48a9-bd9d-6829784e3b89 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:14:12.510Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-22T07:14:12.511Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Resource with UUID: e3a83d09-a7e7-4550-b3fb-0b48027e9547 already exists)
2023-03-22T07:14:12.511Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:14:12.511Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:14:12.511Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:14:12.511Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469252510,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e3a83d09-a7e7-4550-b3fb-0b48027e9547 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:14:13.512Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20fb9d86-10ff-4439-a6b7-637734de8ce1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:14:13.529Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20fb9d86-10ff-4439-a6b7-637734de8ce1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:14:13.533Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T07:14:13.533Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T07:14:13.533Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T07:14:13.533Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T07:14:13.533Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:14:13.533Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:14:13.534Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:14:13.534Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:14:13.534Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|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-22T07:14:13.544Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T07:14:28.533Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:14:28.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:14:28.541Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469240372,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T07:14:28.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:14:28.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:14:28.541Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:14:28.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:14:28.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:14:28.541Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:14:28.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:14:28.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:14:28.541Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:14:28.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:14:28.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:14:28.541Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:14:28.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:14:28.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:14:28.541Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:14:28.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:14:28.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:14:28.541Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:14:28.542Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:14:28.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:14:28.542Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:14:28.542Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:14:28.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:14:28.542Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:14:28.542Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:14:28.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:14:28.542Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T07:14:28.542Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:14:28.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:14:28.542Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469250464,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-22T07:14:28.542Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:14:28.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:14:28.542Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469251508,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 069a759b-2956-48a9-bd9d-6829784e3b89 already exists"
}
2023-03-22T07:14:28.542Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:14:28.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:14:28.542Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469252510,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e3a83d09-a7e7-4550-b3fb-0b48027e9547 already exists"
}
2023-03-22T07:14:28.542Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:14:43.545Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 20fb9d86-10ff-4439-a6b7-637734de8ce1 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T07:14:43.550Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 20fb9d86-10ff-4439-a6b7-637734de8ce1 and serviceModelVersionId: 87fef59c-d44a-4a07-9a72-8ab6330cffac
2023-03-22T07:14:43.551Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e98194be-b178-4099-9721-ae2092a691f6
2023-03-22T07:14:43.552Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e98194be-b178-4099-9721-ae2092a691f6/model-vers/model-ver/87fef59c-d44a-4a07-9a72-8ab6330cffac?depth=0
2023-03-22T07:14:43.559Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T07:14:43.577Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e98194be-b178-4099-9721-ae2092a691f6/model-vers/model-ver/87fef59c-d44a-4a07-9a72-8ab6330cffac?depth=0|INFO|500||Invoke
2023-03-22T07:14:43.577Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e98194be-b178-4099-9721-ae2092a691f6/model-vers/model-ver/87fef59c-d44a-4a07-9a72-8ab6330cffac?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e98194be-b178-4099-9721-ae2092a691f6/model-vers/model-ver/87fef59c-d44a-4a07-9a72-8ab6330cffac?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[20fb9d86-10ff-4439-a6b7-637734de8ce1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[90f2a1c5-60c6-4673-9800-2f8d2fab1577], X-ECOMP-RequestID=[20fb9d86-10ff-4439-a6b7-637734de8ce1], X-TransactionId=[], X-ONAP-RequestID=[20fb9d86-10ff-4439-a6b7-637734de8ce1], Content-Type=[application/merge-patch+json]}
2023-03-22T07:14:43.585Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e98194be-b178-4099-9721-ae2092a691f6/model-vers/model-ver/87fef59c-d44a-4a07-9a72-8ab6330cffac?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T07:14:43.719Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e98194be-b178-4099-9721-ae2092a691f6/model-vers/model-ver/87fef59c-d44a-4a07-9a72-8ab6330cffac?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e98194be-b178-4099-9721-ae2092a691f6/model-vers/model-ver/87fef59c-d44a-4a07-9a72-8ab6330cffac?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 07:14:43 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[131], vertex-id=[524488], x-aai-txid=[0-aai-resources-230322-07:14:43:463-3208], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T07:14:43.719Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e98194be-b178-4099-9721-ae2092a691f6/model-vers/model-ver/87fef59c-d44a-4a07-9a72-8ab6330cffac?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-22T07:14:43.719Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e98194be-b178-4099-9721-ae2092a691f6/model-vers/model-ver/87fef59c-d44a-4a07-9a72-8ab6330cffac?depth=0|INFO|500||InvokeReturn
2023-03-22T07:14:43.720Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T07:14:43.720Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|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-22T07:14:43.729Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|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-22T07:14:43.729Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 20fb9d86-10ff-4439-a6b7-637734de8ce1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T07:14:43.729Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T07:14:43.729Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:14:43.729Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:14:43.730Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469283729,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:14:44.753Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:14:44.754Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"9fb2f83b-570c-4b57-8d50-b50b132bcf86","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"fccea19e-17fd-42c4-9270-f16cd94740d5","serviceDescription":"service","serviceInvariantUUID":"fadf4358-193c-4a53-9de0-7e9a58a1f484","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"94997526-8cc4-4f06-ba86-3cae7875f387","resourceInvariantUUID":"a4c9a9ae-b754-4406-8cd3-5a6a61b1b87c","resourceCustomizationUUID":"7afc7ef7-3a42-47e2-829e-3ec49ad54a06","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":"Y2NjOGQ0OTRjN2Y0OWE1NTA3MjNhZDNkMzAwN2ZhYjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"94df40ff-72df-43c4-ae5f-5a051d87eb0c","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":"54d34dac-31bf-4263-b8fb-ba44e38c2c19","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":"bb5f6003-80d1-4e0e-8736-54369fce5876","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":"ZmRmMTIzZjVkOWIxNzdlNzgxZmY5YzIwNDYzOWFhYWM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"175ae12b-29fc-461d-bdb7-6d583b5a8d8d","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":"922370a8-cd81-41a5-b0a2-8ff9a7016a76","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":"61644069-9dfb-4b32-9927-8703a9effc13","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":"4ab05576-baeb-444a-a549-9507cdcb57d3","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":"MDYwZjYwZTk1Y2UzMDNjMWZmYTFkZGQ1MGRkYmFlOTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"785705fc-476c-4507-a481-292b964d7014","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MTVjMWViMDYyMDkyZjM3MTlhZmRlZmVkMmIwNGI2M2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"72c6002f-2d9d-49d8-9d98-3e1cf18145a2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T07:14:44.754Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:14:44.754Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:14:44.755Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:14:44.755Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "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-22T07:14:45.756Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:14:45.757Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:14:45.757Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:14:45.757Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "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-22T07:14:46.757Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:14:46.758Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:14:46.758Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:14:46.758Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "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-22T07:14:47.759Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:14:47.759Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:14:47.759Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:14:47.760Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "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-22T07:14:48.761Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:14:48.761Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:14:48.761Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:14:48.762Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "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-22T07:14:49.763Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:14:49.763Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:14:49.763Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:14:49.763Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "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-22T07:14:50.764Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:14:50.765Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:14:50.765Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:14:50.765Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "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-22T07:14:51.766Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:14:51.766Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:14:51.767Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:14:51.767Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "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-22T07:14:52.768Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:14:52.768Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:14:52.768Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:14:52.769Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:14:53.769Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "fccea19e-17fd-42c4-9270-f16cd94740d5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fadf4358-193c-4a53-9de0-7e9a58a1f484",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "7afc7ef7-3a42-47e2-829e-3ec49ad54a06",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "94997526-8cc4-4f06-ba86-3cae7875f387",
      "resourceInvariantUUID": "a4c9a9ae-b754-4406-8cd3-5a6a61b1b87c",
      "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": "MTVjMWViMDYyMDkyZjM3MTlhZmRlZmVkMmIwNGI2M2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "72c6002f-2d9d-49d8-9d98-3e1cf18145a2"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T07:14:53.770Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T07:14:53.770Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fccea19e-17fd-42c4-9270-f16cd94740d5 ASDC
2023-03-22T07:14:53.770Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:9fb2f83b-570c-4b57-8d50-b50b132bcf86
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:fccea19e-17fd-42c4-9270-f16cd94740d5
ServiceInvariantUUID:fadf4358-193c-4a53-9de0-7e9a58a1f484
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:72c6002f-2d9d-49d8-9d98-3e1cf18145a2
ArtifactChecksum:MTVjMWViMDYyMDkyZjM3MTlhZmRlZmVkMmIwNGI2M2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:7afc7ef7-3a42-47e2-829e-3ec49ad54a06
ResourceInvariantUUID:a4c9a9ae-b754-4406-8cd3-5a6a61b1b87c
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:94997526-8cc4-4f06-ba86-3cae7875f387
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-22T07:14:53.770Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fccea19e-17fd-42c4-9270-f16cd94740d5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-22T07:14:53.805Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:14:53.805Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T07:14:53.805Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T07:14:53.805Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 72c6002f-2d9d-49d8-9d98-3e1cf18145a2 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-22T07:14:53.805Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-22T07:14:53.805Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-22T07:14:53.824Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-22T07:14:53.825Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4c266523
2023-03-22T07:14:53.825Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T07:14:53.825Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|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": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-22T07:14:53.825Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 72c6002f-2d9d-49d8-9d98-3e1cf18145a2 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T07:14:53.825Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||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-22T07:14:53.825Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||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-22T07:14:53.825Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T07:14:53.825Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:14:53.826Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:14:53.826Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469293825,
  "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-22T07:14:54.827Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|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-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:72c6002f-2d9d-49d8-9d98-3e1cf18145a2)
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-22T07:14:54.851Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|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-22T07:14:54.851Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 94997526-8cc4-4f06-ba86-3cae7875f387
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-22T07:14:54.868Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||test-pnf 0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-22T07:14:54.888Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_ALREADY_EXIST test-pnf 0 94997526-8cc4-4f06-ba86-3cae7875f387 test-pnf
2023-03-22T07:14:54.889Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||No resources found for Service: fccea19e-17fd-42c4-9270-f16cd94740d5
2023-03-22T07:14:54.889Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: fccea19e-17fd-42c4-9270-f16cd94740d5
2023-03-22T07:14:54.889Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 94997526-8cc4-4f06-ba86-3cae7875f387 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-22T07:14:54.895Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||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$$3d5db087.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-22T07:14:54.908Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||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$$3d5db087.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-22T07:14:54.916Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 94997526-8cc4-4f06-ba86-3cae7875f387 0 ASDC deployResourceStructure
2023-03-22T07:14:54.917Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||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$$3d5db087.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-22T07:14:54.917Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||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-22T07:14:54.917Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||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-22T07:14:54.917Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:14:54.917Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:14:54.918Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:14:54.918Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469294917,
  "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-22T07:14:55.918Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9fb2f83b-570c-4b57-8d50-b50b132bcf86
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:14:55.938Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9fb2f83b-570c-4b57-8d50-b50b132bcf86
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:14:55.941Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T07:14:55.942Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T07:14:55.942Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T07:14:55.942Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T07:14:55.942Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:14:55.942Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:14:55.942Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:14:55.942Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-03-22T07:14:55.942Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||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-22T07:14:55.952Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T07:15:25.952Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9fb2f83b-570c-4b57-8d50-b50b132bcf86 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T07:15:25.962Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9fb2f83b-570c-4b57-8d50-b50b132bcf86 and serviceModelVersionId: fccea19e-17fd-42c4-9270-f16cd94740d5
2023-03-22T07:15:25.962Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fadf4358-193c-4a53-9de0-7e9a58a1f484
2023-03-22T07:15:25.963Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fadf4358-193c-4a53-9de0-7e9a58a1f484/model-vers/model-ver/fccea19e-17fd-42c4-9270-f16cd94740d5?depth=0
2023-03-22T07:15:25.971Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T07:15:25.984Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fadf4358-193c-4a53-9de0-7e9a58a1f484/model-vers/model-ver/fccea19e-17fd-42c4-9270-f16cd94740d5?depth=0|INFO|500||Invoke
2023-03-22T07:15:25.984Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fadf4358-193c-4a53-9de0-7e9a58a1f484/model-vers/model-ver/fccea19e-17fd-42c4-9270-f16cd94740d5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fadf4358-193c-4a53-9de0-7e9a58a1f484/model-vers/model-ver/fccea19e-17fd-42c4-9270-f16cd94740d5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9fb2f83b-570c-4b57-8d50-b50b132bcf86], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e30e20a5-a125-4f99-b1af-a21197994035], X-ECOMP-RequestID=[9fb2f83b-570c-4b57-8d50-b50b132bcf86], X-TransactionId=[], X-ONAP-RequestID=[9fb2f83b-570c-4b57-8d50-b50b132bcf86], Content-Type=[application/merge-patch+json]}
2023-03-22T07:15:25.992Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fadf4358-193c-4a53-9de0-7e9a58a1f484/model-vers/model-ver/fccea19e-17fd-42c4-9270-f16cd94740d5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-22T07:15:26.126Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fadf4358-193c-4a53-9de0-7e9a58a1f484/model-vers/model-ver/fccea19e-17fd-42c4-9270-f16cd94740d5?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fadf4358-193c-4a53-9de0-7e9a58a1f484/model-vers/model-ver/fccea19e-17fd-42c4-9270-f16cd94740d5?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 07:15:25 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[131], vertex-id=[262320], x-aai-txid=[1-aai-resources-230322-07:15:25:871-66743], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T07:15:26.127Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fadf4358-193c-4a53-9de0-7e9a58a1f484/model-vers/model-ver/fccea19e-17fd-42c4-9270-f16cd94740d5?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-22T07:15:26.127Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fadf4358-193c-4a53-9de0-7e9a58a1f484/model-vers/model-ver/fccea19e-17fd-42c4-9270-f16cd94740d5?depth=0|INFO|500||InvokeReturn
2023-03-22T07:15:26.127Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T07:15:26.127Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|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-22T07:15:26.138Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|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-22T07:15:26.139Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9fb2f83b-570c-4b57-8d50-b50b132bcf86 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2023-03-22T07:15:26.139Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T07:15:26.139Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:15:26.139Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:15:26.139Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469326139,
  "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-22T07:15:27.163Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T07:15:27.163Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-22T07:15:27.166Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Node 0 disconnected.
2023-03-22T07:15:27.166Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Cancelled in-flight METADATA request with correlation id 142307 due to node 0 being disconnected (elapsed time since creation: 2ms, elapsed time since send: 2ms, request timeout: 30000ms)
2023-03-22T07:15:27.166Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Node 1 disconnected.
2023-03-22T07:15:27.167Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T07:15:27.167Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T07:15:27.167Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T07:15:27.167Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] (Re-)joining group
2023-03-22T07:15:27.171Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-d156502b-07e2-4d3d-afeb-66d2333e6a01
2023-03-22T07:15:27.172Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T07:15:27.172Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T07:15:27.172Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] (Re-)joining group
2023-03-22T07:15:28.533Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:15:28.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:15:28.539Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469283729,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T07:15:28.540Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:15:28.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:15:28.540Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:15:28.540Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:15:28.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:15:28.540Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:15:28.540Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:15:28.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:15:28.541Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:15:28.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:15:28.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:15:28.541Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:15:28.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:15:28.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:15:28.541Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:15:28.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:15:28.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:15:28.542Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:15:28.542Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:15:28.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:15:28.542Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:15:28.542Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:15:28.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:15:28.542Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:15:28.542Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:15:28.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:15:28.543Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679468521009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T07:15:28.543Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:15:28.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:15:28.543Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469293825,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-22T07:15:28.543Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:15:28.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:15:28.543Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469294917,
  "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-22T07:15:28.543Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:15:28.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:15:28.543Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469326139,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2023-03-22T07:15:28.543Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:15:29.030Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:15:32.039Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:15:35.048Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:15:38.057Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:15:41.066Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:15:44.075Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:15:47.084Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:15:50.093Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:15:53.102Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:15:56.112Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:15:59.120Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:16:02.129Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:16:05.139Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:16:08.147Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:16:11.156Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:16:14.165Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:16:17.174Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:16:20.183Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:16:23.194Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:16:26.205Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:16:27.165Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T07:16:28.533Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:16:28.548Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:16:28.548Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] (Re-)joining group
2023-03-22T07:16:28.555Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully joined group with generation Generation{generationId=29, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T07:16:28.556Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Successfully joined group with generation Generation{generationId=29, memberId='SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-d156502b-07e2-4d3d-afeb-66d2333e6a01', protocol='range'}
2023-03-22T07:16:28.559Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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 XYq5vfp-SDeZ0oC43IeGTw
2023-03-22T07:16:28.559Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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 XYq5vfp-SDeZ0oC43IeGTw
2023-03-22T07:16:28.559Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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 XYq5vfp-SDeZ0oC43IeGTw
2023-03-22T07:16:28.559Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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 XYq5vfp-SDeZ0oC43IeGTw
2023-03-22T07:16:28.559Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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 XYq5vfp-SDeZ0oC43IeGTw
2023-03-22T07:16:28.560Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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 XYq5vfp-SDeZ0oC43IeGTw
2023-03-22T07:16:28.560Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Finished assignment for group at generation 29: {SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-b2f59705-e9bd-4065-aeec-d2645577c82a-d156502b-07e2-4d3d-afeb-66d2333e6a01=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-22T07:16:28.575Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Successfully synced group in generation Generation{generationId=29, memberId='SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-d156502b-07e2-4d3d-afeb-66d2333e6a01', protocol='range'}
2023-03-22T07:16:28.575Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T07:16:28.575Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T07:16:28.575Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully synced group in generation Generation{generationId=29, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T07:16:28.576Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:16:28.576Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:16:28.580Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:16:28.580Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:16:28.580Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:16:28.581Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1471, 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-22T07:16:28.581Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:16:28.581Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T07:16:28.581Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T07:16:28.581Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T07:16:28.581Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T07:16:28.581Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T07:16:28.581Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-22T07:16:28.581Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:16:28.625Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:16:28.625Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"1a5e8e35-87ed-40f0-91a8-3b150a1e0fca","serviceName":"basic_onboard_NCnVBE","serviceVersion":"1.0","serviceUUID":"e5f12647-c344-47df-98f7-08a8565b00b6","serviceDescription":"service","serviceInvariantUUID":"51f08bee-59f8-40fa-935c-cd0599c584b5","resources":[{"resourceInstanceName":"basic_onboard_NCnVBE 0","resourceName":"basic_onboard_NCnVBE","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"73768750-8efc-41f5-8d10-5bfad5a080c6","resourceInvariantUUID":"3f902fda-2512-4773-9240-2d25a4405852","resourceCustomizationUUID":"f212e54c-b0bb-4702-b4c4-175e06e278d2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vf-license-model.xml","artifactChecksum":"OTA1ZTkxNzEyZTViN2JiM2U4NGIyMDBkNWU3NzNjZmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"19f3bbed-75be-40ee-b35d-a9d87796e6f1","artifactVersion":"1"},{"artifactName":"basic_onboard_ncnvbe0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json","artifactChecksum":"ZWQ3NTUzZmZlNGY2MGFmNTVmZWQ5OTA0NDFhM2ZmMTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ceda833e-13d7-416e-883f-3f2acb53642c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0dff949b-8137-4b9a-ab54-eb6f0bdd3a39","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5d7083d5-a974-48d7-8a4a-5859d7f018f7","artifactVersion":"2","generatedFromUUID":"2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNcnvbe-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-template.yml","artifactChecksum":"MzFlODEzZDM0NzhjOWZiYTdiMGRkODUxMzU2MTdmNzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"97614832-45b7-45e5-b1d5-5a9c89fe5a74","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNcnvbe-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar","artifactChecksum":"Y2Q1OGViOTJjODRmZWE4OWJiY2VjMTMxMzgxZTJlMDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aef3d4fb-c703-4c66-af36-81e4bf7b5d1d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T07:16:28.626Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:16:28.627Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:16:28.627Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:16:28.627Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:16:29.598Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:16:29.599Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:16:29.599Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:16:29.628Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:16:29.628Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:16:29.628Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:16:29.628Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:16:30.628Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:16:30.629Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:16:30.629Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:16:30.629Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:16:31.635Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:16:31.636Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:16:31.636Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:16:31.636Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:16:32.637Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:16:32.637Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:16:32.637Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:16:32.638Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:16:33.638Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:16:33.639Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:16:33.639Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:16:33.639Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:16:34.639Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:16:34.640Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:16:34.640Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:16:34.640Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:16:35.641Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "serviceName": "basic_onboard_NCnVBE",
  "serviceVersion": "1.0",
  "serviceUUID": "e5f12647-c344-47df-98f7-08a8565b00b6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "51f08bee-59f8-40fa-935c-cd0599c584b5",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_NCnVBE 0",
      "resourceCustomizationUUID": "f212e54c-b0bb-4702-b4c4-175e06e278d2",
      "resourceName": "basic_onboard_NCnVBE",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "73768750-8efc-41f5-8d10-5bfad5a080c6",
      "resourceInvariantUUID": "3f902fda-2512-4773-9240-2d25a4405852",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ncnvbe0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
          "artifactChecksum": "ZWQ3NTUzZmZlNGY2MGFmNTVmZWQ5OTA0NDFhM2ZmMTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ceda833e-13d7-416e-883f-3f2acb53642c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5d7083d5-a974-48d7-8a4a-5859d7f018f7",
            "generatedFromUUID": "2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5d7083d5-a974-48d7-8a4a-5859d7f018f7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardNcnvbe-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
      "artifactChecksum": "Y2Q1OGViOTJjODRmZWE4OWJiY2VjMTMxMzgxZTJlMDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "aef3d4fb-c703-4c66-af36-81e4bf7b5d1d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T07:16:35.641Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T07:16:35.641Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e5f12647-c344-47df-98f7-08a8565b00b6 ASDC
2023-03-22T07:16:35.642Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
ServiceName:basic_onboard_NCnVBE
ServiceVersion:1.0
ServiceUUID:e5f12647-c344-47df-98f7-08a8565b00b6
ServiceInvariantUUID:51f08bee-59f8-40fa-935c-cd0599c584b5
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNcnvbe-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar
ArtifactUUID:aef3d4fb-c703-4c66-af36-81e4bf7b5d1d
ArtifactChecksum:Y2Q1OGViOTJjODRmZWE4OWJiY2VjMTMxMzgxZTJlMDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_NCnVBE 0
ResourceCustomizationUUID:f212e54c-b0bb-4702-b4c4-175e06e278d2
ResourceInvariantUUID:3f902fda-2512-4773-9240-2d25a4405852
ResourceName:basic_onboard_NCnVBE
ResourceType:VF
ResourceUUID:73768750-8efc-41f5-8d10-5bfad5a080c6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ncnvbe0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json
ArtifactUUID:ceda833e-13d7-416e-883f-3f2acb53642c
ArtifactChecksum:ZWQ3NTUzZmZlNGY2MGFmNTVmZWQ5OTA0NDFhM2ZmMTY=
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/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml
ArtifactUUID:2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33
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/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env
ArtifactUUID:5d7083d5-a974-48d7-8a4a-5859d7f018f7
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/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env
ArtifactUUID:5d7083d5-a974-48d7-8a4a-5859d7f018f7
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-22T07:16:35.642Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e5f12647-c344-47df-98f7-08a8565b00b6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:16:35.667Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:16:35.668Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T07:16:35.668Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T07:16:35.668Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: aef3d4fb-c703-4c66-af36-81e4bf7b5d1d from URL: /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar
2023-03-22T07:16:35.668Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-22T07:16:35.668Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar
2023-03-22T07:16:35.702Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-22T07:16:35.702Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1a97427
2023-03-22T07:16:35.702Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T07:16:35.702Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|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": [
        "BasicOnboardNcnvbe"
      ]
    }
  }
}
2023-03-22T07:16:35.702Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardNcnvbe-csar.csar /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar aef3d4fb-c703-4c66-af36-81e4bf7b5d1d Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T07:16:35.702Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar ASDC sendASDCNotification
2023-03-22T07:16:35.703Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar(Specified artifact is  not found)
2023-03-22T07:16:35.703Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T07:16:35.703Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:16:35.703Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:16:35.703Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469395702,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:16:36.704Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|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-BasicOnboardNcnvbe-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar(UUID:aef3d4fb-c703-4c66-af36-81e4bf7b5d1d)
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-22T07:16:36.722Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|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-22T07:16:36.722Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 73768750-8efc-41f5-8d10-5bfad5a080c6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T07:16:36.729Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||basic_onboard_NCnVBE 0
2023-03-22T07:16:36.729Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 73768750-8efc-41f5-8d10-5bfad5a080c6
2023-03-22T07:16:36.729Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ceda833e-13d7-416e-883f-3f2acb53642c from URL: /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json
2023-03-22T07:16:36.729Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-22T07:16:36.729Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json
2023-03-22T07:16:36.745Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-22T07:16:36.745Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@19e5a523
2023-03-22T07:16:36.745Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T07:16:36.745Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|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": [
        "BasicOnboardNcnvbe"
      ]
    }
  }
}
2023-03-22T07:16:36.746Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_ncnvbe0_modules.json /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json ceda833e-13d7-416e-883f-3f2acb53642c Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T07:16:36.746Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json ASDC sendASDCNotification
2023-03-22T07:16:36.746Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json(Specified artifact is  not found)
2023-03-22T07:16:36.746Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T07:16:36.746Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:16:36.746Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:16:36.747Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469396746,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:16:37.747Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|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_ncnvbe0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json(UUID:ceda833e-13d7-416e-883f-3f2acb53642c)
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-22T07:16:37.748Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:16:37.765Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:16:37.768Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T07:16:37.768Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T07:17:07.768Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:17:07.784Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:17:07.787Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T07:17:07.787Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T07:17:28.533Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:17:28.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:17:28.534Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T07:17:28.535Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:17:37.787Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:17:37.805Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:17:37.808Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T07:17:37.808Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T07:18:07.808Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:18:07.822Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:18:07.825Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T07:18:07.825Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T07:18:28.533Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:18:28.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:18:28.535Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-22T07:18:28.535Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:18:28.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:18:28.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:18:28.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:18:28.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:18:28.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-22T07:18:28.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:18:28.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:18:28.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:18:28.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:18:28.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:18:28.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T07:18:28.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:18:28.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:18:28.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469395702,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-22T07:18:28.537Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:18:28.537Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:18:28.537Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469396746,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-22T07:18:28.537Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:18:37.825Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:18:37.842Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:18:37.844Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T07:18:37.845Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T07:19:07.845Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:19:07.861Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:19:07.864Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T07:19:07.864Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T07:19:28.533Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:19:37.865Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:19:37.883Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:19:37.886Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T07:19:37.886Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T07:20:07.887Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:20:07.903Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:20:07.906Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T07:20:07.907Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T07:20:28.534Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:20:37.907Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:20:37.926Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:20:37.929Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T07:20:37.929Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T07:21:07.930Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:21:07.948Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:21:07.951Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T07:21:07.951Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T07:21:28.534Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:21:28.710Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T07:21:28.710Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Member SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-d156502b-07e2-4d3d-afeb-66d2333e6a01 sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-22T07:21:28.710Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-22T07:21:28.710Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-22T07:21:29.119Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:21:29.133Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:21:29.134Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] (Re-)joining group
2023-03-22T07:21:29.140Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully joined group with generation Generation{generationId=30, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T07:21:29.140Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Finished assignment for group at generation 30: {SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-22T07:21:29.157Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully synced group in generation Generation{generationId=30, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T07:21:29.158Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:21:29.158Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:21:29.164Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:21:29.164Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:21:29.164Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:21:29.164Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1480, 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-22T07:21:29.165Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:21:29.165Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:21:37.951Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-22T07:21:37.952Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T07:21:37.959Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca and serviceModelVersionId: e5f12647-c344-47df-98f7-08a8565b00b6
2023-03-22T07:21:37.959Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 51f08bee-59f8-40fa-935c-cd0599c584b5
2023-03-22T07:21:37.960Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0
2023-03-22T07:21:37.967Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T07:21:37.981Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|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/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?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-22T07:21:37.982Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|INFO|500||Invoke
2023-03-22T07:21:37.989Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-22T07:21:38.019Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-22T07:21:38.019Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|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/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0 has http status code:404 and response headers:{date=[Wed, 22 Mar 2023 07:21:37 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[26], x-aai-txid=[2-aai-resources-230322-07:21:37:869-94337], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T07:21:38.021Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6","ERR.5.4.6114"]}}}

2023-03-22T07:21:38.025Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
2023-03-22T07:21:38.026Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T07:21:38.026Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
2023-03-22T07:21:38.026Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T07:21:38.038Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|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-22T07:21:38.038Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
2023-03-22T07:21:38.038Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-22T07:21:38.039Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:21:38.039Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:21:38.039Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469698038,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:21:38.058Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:21:38.058Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469698038,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec\u003dERR.5.4.6114)"
}
2023-03-22T07:21:38.059Z||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-22T07:21:39.059Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:21:39.059Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"fbc0587e-4f99-4206-ac97-4f248ab7b2de","serviceName":"vFW 2023-03-22 05-25-55","serviceVersion":"1.0","serviceUUID":"eda70000-0f19-4eaf-b072-0771557b768b","serviceDescription":"catalog service description","serviceInvariantUUID":"54638bfb-5802-44c3-ba60-61ecd799a1bc","resources":[{"resourceInstanceName":"vFW 3229eeab-6ab8 0","resourceName":"vFW 3229eeab-6ab8","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850","resourceInvariantUUID":"6f487355-e424-4b76-9ef4-7f60cecc0cee","resourceCustomizationUUID":"bbf43dff-a85c-4ce3-9384-ff2f1d0c1478","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vf-license-model.xml","artifactChecksum":"ZTk2NGJjN2RmNjIyODk5M2YxODVjYWM0MmE5NDU2NjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"327fa8b9-2434-45ca-a5cb-6c0e0c48f279","artifactVersion":"1"},{"artifactName":"vfw3229eeab6ab80_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json","artifactChecksum":"YjhjOTY1OGI5YWEyOGJhODkwMWIwMzBlYjcwYTEyMzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"127b1619-50cf-438a-a046-c05d6a5e780b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"24d6c314-9225-43b0-9b4a-495965c4b649","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vendor-license-model.xml","artifactChecksum":"ZDIwMTBhYTFkOWY1ZTc0YTc0OTM0MmE0Zjg3NTI4Zjc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e883ee8a-b506-436c-8720-ece3099298d8","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"50d273c5-c4c8-48ad-97b1-0fcf90649b8d","artifactVersion":"2","generatedFromUUID":"24d6c314-9225-43b0-9b4a-495965c4b649"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230322052555-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-template.yml","artifactChecksum":"MDkzODk1YzU4OTAyYTFlOWM5YTFkYjljNWYxMWFmMjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"527da56d-ecd6-45fc-81ca-1ca14b3fe96a","artifactVersion":"1"},{"artifactName":"service-Vfw20230322052555-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar","artifactChecksum":"OTBmMWEwY2YzZDk1MzU0NzhlY2RiOTFkMjc5YTVkOGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T07:21:39.059Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:21:39.060Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:21:39.060Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:21:39.060Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:21:40.061Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:21:40.061Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:21:40.061Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:21:40.061Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:21:41.062Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:21:41.062Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:21:41.063Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:21:41.063Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:21:42.063Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:21:42.064Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:21:42.064Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:21:42.064Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:21:43.065Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:21:43.066Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:21:43.066Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:21:43.066Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:21:44.066Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:21:44.067Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:21:44.067Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:21:44.067Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:21:45.068Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:21:45.068Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:21:45.068Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:21:45.068Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:21:46.069Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "serviceName": "vFW 2023-03-22 05-25-55",
  "serviceVersion": "1.0",
  "serviceUUID": "eda70000-0f19-4eaf-b072-0771557b768b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "54638bfb-5802-44c3-ba60-61ecd799a1bc",
  "resources": [
    {
      "resourceInstanceName": "vFW 3229eeab-6ab8 0",
      "resourceCustomizationUUID": "bbf43dff-a85c-4ce3-9384-ff2f1d0c1478",
      "resourceName": "vFW 3229eeab-6ab8",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850",
      "resourceInvariantUUID": "6f487355-e424-4b76-9ef4-7f60cecc0cee",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw3229eeab6ab80_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json",
          "artifactChecksum": "YjhjOTY1OGI5YWEyOGJhODkwMWIwMzBlYjcwYTEyMzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "127b1619-50cf-438a-a046-c05d6a5e780b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "24d6c314-9225-43b0-9b4a-495965c4b649",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "50d273c5-c4c8-48ad-97b1-0fcf90649b8d",
            "generatedFromUUID": "24d6c314-9225-43b0-9b4a-495965c4b649"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "50d273c5-c4c8-48ad-97b1-0fcf90649b8d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230322052555-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
      "artifactChecksum": "OTBmMWEwY2YzZDk1MzU0NzhlY2RiOTFkMjc5YTVkOGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T07:21:46.070Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T07:21:46.070Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eda70000-0f19-4eaf-b072-0771557b768b ASDC
2023-03-22T07:21:46.070Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:fbc0587e-4f99-4206-ac97-4f248ab7b2de
ServiceName:vFW 2023-03-22 05-25-55
ServiceVersion:1.0
ServiceUUID:eda70000-0f19-4eaf-b072-0771557b768b
ServiceInvariantUUID:54638bfb-5802-44c3-ba60-61ecd799a1bc
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230322052555-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar
ArtifactUUID:bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f
ArtifactChecksum:OTBmMWEwY2YzZDk1MzU0NzhlY2RiOTFkMjc5YTVkOGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 3229eeab-6ab8 0
ResourceCustomizationUUID:bbf43dff-a85c-4ce3-9384-ff2f1d0c1478
ResourceInvariantUUID:6f487355-e424-4b76-9ef4-7f60cecc0cee
ResourceName:vFW 3229eeab-6ab8
ResourceType:VF
ResourceUUID:bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw3229eeab6ab80_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json
ArtifactUUID:127b1619-50cf-438a-a046-c05d6a5e780b
ArtifactChecksum:YjhjOTY1OGI5YWEyOGJhODkwMWIwMzBlYjcwYTEyMzA=
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/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml
ArtifactUUID:24d6c314-9225-43b0-9b4a-495965c4b649
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/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env
ArtifactUUID:50d273c5-c4c8-48ad-97b1-0fcf90649b8d
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/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env
ArtifactUUID:50d273c5-c4c8-48ad-97b1-0fcf90649b8d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-22T07:21:46.070Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eda70000-0f19-4eaf-b072-0771557b768b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:21:46.097Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:21:46.097Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T07:21:46.097Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T07:21:46.097Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f from URL: /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar
2023-03-22T07:21:46.097Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-22T07:21:46.098Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar
2023-03-22T07:21:46.410Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-22T07:21:46.413Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f 101497
2023-03-22T07:21:46.413Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar ASDC sendASDCNotification
2023-03-22T07:21:46.413Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar
2023-03-22T07:21:46.413Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T07:21:46.413Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:21:46.413Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:21:46.413Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469706413,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:21:47.414Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:21:47.415Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T07:21:47.415Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f, URL: /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar to file: /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T07:21:47.415Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230322052555-csar.csar
2023-03-22T07:21:47.416Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T07:21:47.416Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T07:21:47.523Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7428903938865355370/Definitions/service-Vfw20230322052555-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-22T07:21:49.049Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-22T07:21:49.049Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-22T07:21:49.049Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T07:21:49.049Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-22T07:21:49.049Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-Vfw20230322052555-csar.csar
2023-03-22T07:21:49.049Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3229eeab-6ab8 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-Vfw20230322052555-csar.csar
2023-03-22T07:21:49.049Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-Vfw20230322052555-csar.csar
2023-03-22T07:21:49.049Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-Vfw20230322052555-csar.csar
2023-03-22T07:21:49.049Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-Vfw20230322052555-csar.csar
2023-03-22T07:21:49.050Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-Vfw20230322052555-csar.csar
2023-03-22T07:21:49.050Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-Vfw20230322052555-csar.csar
2023-03-22T07:21:49.050Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-Vfw20230322052555-csar.csar
2023-03-22T07:21:49.050Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-Vfw20230322052555-csar.csar
2023-03-22T07:21:49.050Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-Vfw20230322052555-csar.csar
2023-03-22T07:21:49.050Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-Vfw20230322052555-csar.csar
2023-03-22T07:21:49.050Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-22T07:21:49.050Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:21:49.050Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:21:49.050Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T07:21:49.050Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-22T07:21:49.050Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T07:21:49.051Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:21:49.051Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:21:49.051Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T07:21:49.051Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-22T07:21:49.051Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T07:21:49.051Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:21:49.051Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:21:49.051Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:21:49.051Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is not matching search criteria
2023-03-22T07:21:49.051Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T07:21:49.051Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T07:21:49.051Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T07:21:49.051Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T07:21:49.051Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T07:21:49.052Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T07:21:49.052Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T07:21:49.052Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T07:21:49.052Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T07:21:49.052Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T07:21:49.052Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T07:21:49.052Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T07:21:49.052Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T07:21:49.052Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T07:21:49.052Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T07:21:49.052Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-22T07:21:49.052Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:21:49.052Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-22T07:21:49.053Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:21:49.053Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T07:21:49.053Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T07:21:49.053Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:21:49.053Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T07:21:49.053Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T07:21:49.053Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:21:49.053Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T07:21:49.053Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T07:21:49.053Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:21:49.054Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is not matching search criteria
2023-03-22T07:21:49.054Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T07:21:49.054Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-22T07:21:49.054Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T07:21:49.054Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T07:21:49.054Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T07:21:49.054Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T07:21:49.054Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T07:21:49.054Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T07:21:49.054Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T07:21:49.054Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T07:21:49.055Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T07:21:49.055Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=aa314a86-cb0e-4a5b-b3dc-67ab85529aa3
2023-03-22T07:21:49.055Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:21:49.055Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is not matching search criteria
2023-03-22T07:21:49.055Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T07:21:49.055Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T07:21:49.055Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T07:21:49.055Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T07:21:49.055Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T07:21:49.055Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T07:21:49.055Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T07:21:49.055Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-22T07:21:49.056Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T07:21:49.056Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T07:21:49.056Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T07:21:49.056Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T07:21:49.056Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d9998ff5-07a8-4e06-a366-e2fa06343e60
2023-03-22T07:21:49.056Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:21:49.056Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is not matching search criteria
2023-03-22T07:21:49.056Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T07:21:49.056Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T07:21:49.056Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T07:21:49.056Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T07:21:49.057Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T07:21:49.057Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T07:21:49.057Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T07:21:49.057Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T07:21:49.057Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T07:21:49.057Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T07:21:49.057Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T07:21:49.057Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-22T07:21:49.057Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=72136b1f-0061-4b5e-8c0f-044f0a8cd6b2
2023-03-22T07:21:49.057Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:21:49.057Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:21:49.058Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:21:49.058Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:21:49.058Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:21:49.058Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:21:49.058Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:21:49.058Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:21:49.058Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-22 05-25-55
Description:catalog service description
Model UUID:eda70000-0f19-4eaf-b072-0771557b768b
Model Version:NULL
Model InvariantUuid:54638bfb-5802-44c3-ba60-61ecd799a1bc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 3229eeab-6ab8
Model UUID:dd90c608-56d0-4044-b77e-6f9404d60812
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6f487355-e424-4b76-9ef4-7f60cecc0cee
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bbf43dff-a85c-4ce3-9384-ff2f1d0c1478
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2340f6cb-b4db-4011-b9c3-b4bb2848eb7c
ModelName:Vfw3229eeab6ab8..base_vfw..module-0
ModelUuid:c74453a0-bfa7-4668-9055-82db75071a8d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:aa314a86-cb0e-4a5b-b3dc-67ab85529aa3
ModelInvariantUuid:74332490-9cd4-4220-be9e-93c4591dd72d
ModelName:vFW 3229eeab-6ab8-nodes.vfwCvfc
ModelUuid:61ffbf75-6e28-4757-a025-b2c0ab962a74
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:b563dbc2-8b56-450f-a599-b56cc6be1007
ModelInvariantUuid:e6f4acf5-2121-4837-8eb8-e79dbf0b46ec
ModelName:Vfw3229eeab6ab8.compute.nodes.heat.vfw
ModelUuid:3ddfdfb8-55a4-40cd-9b94-9474bbb1c6d3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:d9998ff5-07a8-4e06-a366-e2fa06343e60
ModelInvariantUuid:75eef7ce-cbf0-426f-a147-534c62c9b134
ModelName:vFW 3229eeab-6ab8-nodes.vsnCvfc
ModelUuid:4c386c48-c8e8-4e57-8fc6-0995d6047810
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:7ea81968-c783-413a-9c62-f56e7faf2485
ModelInvariantUuid:8251d429-389a-4c59-b3bb-f88c27094de4
ModelName:Vfw3229eeab6ab8.compute.nodes.heat.vsn
ModelUuid:7baacf9a-a7aa-4a5d-9cd8-e291da6e2df3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:72136b1f-0061-4b5e-8c0f-044f0a8cd6b2
ModelInvariantUuid:212509d2-d95e-4210-9e4f-19fde5069d41
ModelName:vFW 3229eeab-6ab8-nodes.vpgCvfc
ModelUuid:44417cb2-1a4d-4bbd-972e-b0b0505ab818
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:1600c0ab-d5be-4c3c-83e2-1b664c1463d8
ModelInvariantUuid:d3c4495c-70b8-4c49-b3c6-423d142f6163
ModelName:Vfw3229eeab6ab8.compute.nodes.heat.vpg
ModelUuid:c23fe525-aef3-474a-ba0e-b18de4f76ede
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-22T07:21:49.094Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||ERROR|500||Csar with UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f already exists
2023-03-22T07:21:49.094Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar ASDC sendASDCNotification
2023-03-22T07:21:49.094Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar(Csar with UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f already exists)
2023-03-22T07:21:49.095Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:21:49.095Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:21:49.095Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:21:49.095Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469709094,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:21:50.095Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar ASDC sendASDCNotification
2023-03-22T07:21:50.096Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar(Resource with UUID: bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850 already exists)
2023-03-22T07:21:50.096Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:21:50.096Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:21:50.096Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:21:50.096Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469710095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:21:51.096Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fbc0587e-4f99-4206-ac97-4f248ab7b2de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:21:51.111Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fbc0587e-4f99-4206-ac97-4f248ab7b2de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:21:51.113Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T07:21:51.113Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T07:21:51.113Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T07:21:51.113Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T07:21:51.113Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:21:51.113Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:21:51.113Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:21:51.113Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:21:51.113Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-22T07:21:51.121Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T07:22:21.121Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fbc0587e-4f99-4206-ac97-4f248ab7b2de and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T07:22:21.131Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fbc0587e-4f99-4206-ac97-4f248ab7b2de and serviceModelVersionId: eda70000-0f19-4eaf-b072-0771557b768b
2023-03-22T07:22:21.131Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 54638bfb-5802-44c3-ba60-61ecd799a1bc
2023-03-22T07:22:21.132Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0
2023-03-22T07:22:21.139Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T07:22:21.160Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0|INFO|500||Invoke
2023-03-22T07:22:21.161Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fbc0587e-4f99-4206-ac97-4f248ab7b2de], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[13f8c3c2-397f-425a-97d3-12ae110db289], X-ECOMP-RequestID=[fbc0587e-4f99-4206-ac97-4f248ab7b2de], X-TransactionId=[], X-ONAP-RequestID=[fbc0587e-4f99-4206-ac97-4f248ab7b2de], Content-Type=[application/merge-patch+json]}
2023-03-22T07:22:21.167Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T07:22:21.324Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 07:22:21 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[153], vertex-id=[188528], x-aai-txid=[2-aai-resources-230322-07:22:21:057-10842], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T07:22:21.325Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-22T07:22:21.326Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0|INFO|500||InvokeReturn
2023-03-22T07:22:21.326Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T07:22:21.326Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-22T07:22:21.338Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|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-22T07:22:21.339Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fbc0587e-4f99-4206-ac97-4f248ab7b2de and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T07:22:21.339Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T07:22:21.339Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:22:21.339Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:22:21.339Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469741339,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:22:22.362Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:22:22.362Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"e45a6ddb-db7b-441f-b7ed-2e79323362e4","serviceName":"vFW 2023-03-22 05-39-11","serviceVersion":"1.0","serviceUUID":"562f90e9-8e25-4df5-abb7-1b0c5d5c58ec","serviceDescription":"catalog service description","serviceInvariantUUID":"52e7b3d8-c424-43b5-ac13-789d4eb414c3","resources":[{"resourceInstanceName":"vFW c60b0202-0ea7 0","resourceName":"vFW c60b0202-0ea7","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a403d108-1e0a-4b72-ac99-f7abbce4ed23","resourceInvariantUUID":"8351f926-86d0-4cb7-823c-18b7802f48a1","resourceCustomizationUUID":"06e7df1e-8a54-4cc2-9b1f-86a8234bc06f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vf-license-model.xml","artifactChecksum":"NDhhYmFmMmY5Zjc5MTk2MDI3NzVkOTc0YWFhZTk1MDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ac048545-2b2d-4e16-a159-921d7d783742","artifactVersion":"1"},{"artifactName":"vfwc60b02020ea70_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json","artifactChecksum":"NmViOGFlN2U2MzE3NTY0NTdmNGY4MzJhZjFjYTMwMGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6849c46b-4130-4e78-b948-01a8c8600c05","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vendor-license-model.xml","artifactChecksum":"ZDJhNGY2ZjE0MGM0NGY4MWIzODE0ZDdlNjY3MmQ1NWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"330b063c-7793-44ce-a503-a49511c0d654","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"70401413-6f4d-49ec-be0e-187b3f996134","artifactVersion":"2","generatedFromUUID":"6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230322053911-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-template.yml","artifactChecksum":"ZjQ2NmEzOGYwMGNjYWE2Y2ZiZjYwOTcyYjExYWJiMDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4242fb19-e71a-48c4-b953-65a008cd83b8","artifactVersion":"1"},{"artifactName":"service-Vfw20230322053911-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar","artifactChecksum":"MzQ2NDA1NGJmMDE1NjcxMTQxM2RjMWJkYTQ5MDNjMDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"92a1cf4b-1054-452b-880a-e75dccd519aa","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T07:22:22.362Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:22:22.363Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:22:22.363Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:22:22.363Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:22:23.364Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:22:23.364Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:22:23.365Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:22:23.365Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:22:24.366Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:22:24.366Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:22:24.366Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:22:24.366Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:22:25.367Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:22:25.368Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:22:25.368Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:22:25.368Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:22:26.370Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:22:26.370Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:22:26.370Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:22:26.371Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:22:27.372Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:22:27.372Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:22:27.372Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:22:27.372Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:22:28.373Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:22:28.373Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:22:28.374Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:22:28.374Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:22:28.533Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:22:28.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:22:28.538Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:22:28.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:22:28.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:22:28.539Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T07:22:28.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:22:28.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:22:28.539Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-22T07:22:28.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:22:28.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:22:28.539Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:22:28.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:22:28.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:22:28.539Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-22T07:22:28.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:22:28.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:22:28.539Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:22:28.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:22:28.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:22:28.539Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T07:22:28.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:22:28.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:22:28.539Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469706413,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T07:22:28.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:22:28.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:22:28.539Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469709094,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f already exists"
}
2023-03-22T07:22:28.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:22:28.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:22:28.539Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469710095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850 already exists"
}
2023-03-22T07:22:28.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:22:28.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:22:28.539Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469741339,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T07:22:28.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:22:28.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:22:28.540Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:22:28.540Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:22:28.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:22:28.540Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T07:22:28.540Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:22:28.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:22:28.540Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-22T07:22:28.540Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:22:28.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:22:28.540Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:22:28.540Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:22:28.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:22:28.540Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-22T07:22:28.540Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:22:28.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:22:28.540Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:22:28.540Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:22:28.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:22:28.540Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T07:22:28.540Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:22:29.375Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "serviceName": "vFW 2023-03-22 05-39-11",
  "serviceVersion": "1.0",
  "serviceUUID": "562f90e9-8e25-4df5-abb7-1b0c5d5c58ec",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "52e7b3d8-c424-43b5-ac13-789d4eb414c3",
  "resources": [
    {
      "resourceInstanceName": "vFW c60b0202-0ea7 0",
      "resourceCustomizationUUID": "06e7df1e-8a54-4cc2-9b1f-86a8234bc06f",
      "resourceName": "vFW c60b0202-0ea7",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a403d108-1e0a-4b72-ac99-f7abbce4ed23",
      "resourceInvariantUUID": "8351f926-86d0-4cb7-823c-18b7802f48a1",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc60b02020ea70_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json",
          "artifactChecksum": "NmViOGFlN2U2MzE3NTY0NTdmNGY4MzJhZjFjYTMwMGQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6849c46b-4130-4e78-b948-01a8c8600c05",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "70401413-6f4d-49ec-be0e-187b3f996134",
            "generatedFromUUID": "6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "70401413-6f4d-49ec-be0e-187b3f996134",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230322053911-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
      "artifactChecksum": "MzQ2NDA1NGJmMDE1NjcxMTQxM2RjMWJkYTQ5MDNjMDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "92a1cf4b-1054-452b-880a-e75dccd519aa"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T07:22:29.375Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T07:22:29.375Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 562f90e9-8e25-4df5-abb7-1b0c5d5c58ec ASDC
2023-03-22T07:22:29.375Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:e45a6ddb-db7b-441f-b7ed-2e79323362e4
ServiceName:vFW 2023-03-22 05-39-11
ServiceVersion:1.0
ServiceUUID:562f90e9-8e25-4df5-abb7-1b0c5d5c58ec
ServiceInvariantUUID:52e7b3d8-c424-43b5-ac13-789d4eb414c3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230322053911-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar
ArtifactUUID:92a1cf4b-1054-452b-880a-e75dccd519aa
ArtifactChecksum:MzQ2NDA1NGJmMDE1NjcxMTQxM2RjMWJkYTQ5MDNjMDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c60b0202-0ea7 0
ResourceCustomizationUUID:06e7df1e-8a54-4cc2-9b1f-86a8234bc06f
ResourceInvariantUUID:8351f926-86d0-4cb7-823c-18b7802f48a1
ResourceName:vFW c60b0202-0ea7
ResourceType:VF
ResourceUUID:a403d108-1e0a-4b72-ac99-f7abbce4ed23
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc60b02020ea70_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json
ArtifactUUID:6849c46b-4130-4e78-b948-01a8c8600c05
ArtifactChecksum:NmViOGFlN2U2MzE3NTY0NTdmNGY4MzJhZjFjYTMwMGQ=
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/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml
ArtifactUUID:6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5
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/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env
ArtifactUUID:70401413-6f4d-49ec-be0e-187b3f996134
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/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env
ArtifactUUID:70401413-6f4d-49ec-be0e-187b3f996134
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-22T07:22:29.376Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 562f90e9-8e25-4df5-abb7-1b0c5d5c58ec ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:22:29.408Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:22:29.409Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T07:22:29.409Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T07:22:29.409Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa from URL: /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar
2023-03-22T07:22:29.409Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-22T07:22:29.409Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar
2023-03-22T07:22:29.692Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-22T07:22:29.695Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar 92a1cf4b-1054-452b-880a-e75dccd519aa 101506
2023-03-22T07:22:29.695Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar ASDC sendASDCNotification
2023-03-22T07:22:29.695Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar
2023-03-22T07:22:29.695Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T07:22:29.696Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:22:29.696Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:22:29.696Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469749695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:22:30.696Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:22:30.697Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T07:22:30.698Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa, URL: /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar to file: /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T07:22:30.699Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230322053911-csar.csar
2023-03-22T07:22:30.700Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T07:22:30.700Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T07:22:30.808Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5736644587993896505/Definitions/service-Vfw20230322053911-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-03-22T07:22:32.263Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-22T07:22:32.264Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-22T07:22:32.264Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T07:22:32.264Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-22T07:22:32.264Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|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-Vfw20230322053911-csar.csar
2023-03-22T07:22:32.264Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|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-Vfw20230322053911-csar.csar
2023-03-22T07:22:32.264Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|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-Vfw20230322053911-csar.csar
2023-03-22T07:22:32.264Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c60b0202-0ea7 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-Vfw20230322053911-csar.csar
2023-03-22T07:22:32.264Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|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-Vfw20230322053911-csar.csar
2023-03-22T07:22:32.264Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|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-Vfw20230322053911-csar.csar
2023-03-22T07:22:32.265Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|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-Vfw20230322053911-csar.csar
2023-03-22T07:22:32.265Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|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-Vfw20230322053911-csar.csar
2023-03-22T07:22:32.265Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|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-Vfw20230322053911-csar.csar
2023-03-22T07:22:32.265Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|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-Vfw20230322053911-csar.csar
2023-03-22T07:22:32.265Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|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-Vfw20230322053911-csar.csar
2023-03-22T07:22:32.265Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-22T07:22:32.265Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:22:32.265Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:22:32.265Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T07:22:32.265Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-22T07:22:32.265Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T07:22:32.265Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:22:32.265Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:22:32.265Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T07:22:32.265Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-22T07:22:32.265Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T07:22:32.266Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:22:32.266Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:22:32.266Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:22:32.266Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is not matching search criteria
2023-03-22T07:22:32.266Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T07:22:32.266Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T07:22:32.266Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T07:22:32.266Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T07:22:32.266Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T07:22:32.266Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T07:22:32.266Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T07:22:32.266Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T07:22:32.266Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T07:22:32.266Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T07:22:32.266Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T07:22:32.266Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T07:22:32.266Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T07:22:32.266Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T07:22:32.266Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T07:22:32.267Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-22T07:22:32.267Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:22:32.267Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-22T07:22:32.267Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:22:32.267Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T07:22:32.267Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T07:22:32.267Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:22:32.267Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T07:22:32.267Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T07:22:32.267Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:22:32.267Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T07:22:32.267Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T07:22:32.267Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:22:32.267Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is not matching search criteria
2023-03-22T07:22:32.267Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T07:22:32.267Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-22T07:22:32.267Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T07:22:32.268Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T07:22:32.268Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T07:22:32.268Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T07:22:32.268Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T07:22:32.268Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T07:22:32.268Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T07:22:32.268Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T07:22:32.268Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T07:22:32.268Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=206c1997-b141-46b2-9d54-58f6537370b4
2023-03-22T07:22:32.268Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:22:32.268Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is not matching search criteria
2023-03-22T07:22:32.268Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T07:22:32.268Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T07:22:32.268Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T07:22:32.268Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T07:22:32.268Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T07:22:32.268Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T07:22:32.269Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T07:22:32.269Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-22T07:22:32.269Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T07:22:32.269Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T07:22:32.269Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T07:22:32.269Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T07:22:32.269Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b4e01378-0842-4b95-b007-3ff10435fd7f
2023-03-22T07:22:32.269Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:22:32.269Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is not matching search criteria
2023-03-22T07:22:32.269Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T07:22:32.269Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T07:22:32.269Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T07:22:32.269Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T07:22:32.269Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T07:22:32.269Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T07:22:32.269Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T07:22:32.269Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T07:22:32.269Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T07:22:32.269Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T07:22:32.269Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T07:22:32.270Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-22T07:22:32.270Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3b592c80-4694-4e6b-b370-b55c6b9b8c7a
2023-03-22T07:22:32.270Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:22:32.270Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:22:32.270Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:22:32.270Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:22:32.270Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:22:32.270Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:22:32.270Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:22:32.270Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:22:32.270Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-22 05-39-11
Description:catalog service description
Model UUID:562f90e9-8e25-4df5-abb7-1b0c5d5c58ec
Model Version:NULL
Model InvariantUuid:52e7b3d8-c424-43b5-ac13-789d4eb414c3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c60b0202-0ea7
Model UUID:4b02448c-c22a-4af2-8c31-5bc4cd68a847
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8351f926-86d0-4cb7-823c-18b7802f48a1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:06e7df1e-8a54-4cc2-9b1f-86a8234bc06f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e6a99d09-50e2-41a0-83a9-772a39c5566f
ModelName:VfwC60b02020ea7..base_vfw..module-0
ModelUuid:41cdfe7d-91ad-4bc3-b65d-bb4235a70705
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:206c1997-b141-46b2-9d54-58f6537370b4
ModelInvariantUuid:37b691ed-6612-4526-940c-3e394079630b
ModelName:vFW c60b0202-0ea7-nodes.vfwCvfc
ModelUuid:aa93ecc6-c0b2-4018-88b9-6b0d4aecf8bd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:a2df18d2-3fdb-4860-a301-0ef4bedbff9d
ModelInvariantUuid:7cccaa2e-d2f0-4077-9b9c-81f8c3ec8330
ModelName:VfwC60b02020ea7.compute.nodes.heat.vfw
ModelUuid:1993e040-202b-48bb-8eb8-907bd2b927ba
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:b4e01378-0842-4b95-b007-3ff10435fd7f
ModelInvariantUuid:e7177ea2-699a-419f-aa5f-2038fa1ea474
ModelName:vFW c60b0202-0ea7-nodes.vsnCvfc
ModelUuid:8a079ade-48ca-4f48-9af8-272723cac5ff
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:a9974314-41bf-4317-9b03-6461baecf54e
ModelInvariantUuid:854c0b2f-0303-45e3-8e3f-15d5a400209a
ModelName:VfwC60b02020ea7.compute.nodes.heat.vsn
ModelUuid:a30b7738-0dec-4740-94e1-85f3ae713a30
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:3b592c80-4694-4e6b-b370-b55c6b9b8c7a
ModelInvariantUuid:4fbcc6bf-54ba-402a-94de-b15fc858b0cb
ModelName:vFW c60b0202-0ea7-nodes.vpgCvfc
ModelUuid:6a108ab5-3f67-4128-855e-ac4bfa896c57
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:77c55b3d-f116-4bf0-81ca-27720f2cf36d
ModelInvariantUuid:2af9f482-4a84-430d-8fb2-b6638734ac2d
ModelName:VfwC60b02020ea7.compute.nodes.heat.vpg
ModelUuid:0922df60-f80a-4c67-940b-87ac2d65c358
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-22T07:22:32.311Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||ERROR|500||Csar with UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa already exists
2023-03-22T07:22:32.311Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar ASDC sendASDCNotification
2023-03-22T07:22:32.311Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar(Csar with UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa already exists)
2023-03-22T07:22:32.311Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:22:32.311Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:22:32.312Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:22:32.312Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469752311,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:22:33.312Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar ASDC sendASDCNotification
2023-03-22T07:22:33.313Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar(Resource with UUID: a403d108-1e0a-4b72-ac99-f7abbce4ed23 already exists)
2023-03-22T07:22:33.313Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:22:33.313Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:22:33.313Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:22:33.313Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469753312,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a403d108-1e0a-4b72-ac99-f7abbce4ed23 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:22:34.314Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e45a6ddb-db7b-441f-b7ed-2e79323362e4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:22:34.330Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e45a6ddb-db7b-441f-b7ed-2e79323362e4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:22:34.333Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T07:22:34.334Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T07:22:34.334Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T07:22:34.334Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T07:22:34.334Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:22:34.334Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:22:34.334Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:22:34.334Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:22:34.334Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|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-22T07:22:34.341Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T07:23:04.342Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e45a6ddb-db7b-441f-b7ed-2e79323362e4 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T07:23:04.352Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e45a6ddb-db7b-441f-b7ed-2e79323362e4 and serviceModelVersionId: 562f90e9-8e25-4df5-abb7-1b0c5d5c58ec
2023-03-22T07:23:04.353Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 52e7b3d8-c424-43b5-ac13-789d4eb414c3
2023-03-22T07:23:04.353Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0
2023-03-22T07:23:04.359Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T07:23:04.373Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0|INFO|500||Invoke
2023-03-22T07:23:04.373Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e45a6ddb-db7b-441f-b7ed-2e79323362e4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8ac7dc47-43a6-494a-b701-4fc8cf6d0873], X-ECOMP-RequestID=[e45a6ddb-db7b-441f-b7ed-2e79323362e4], X-TransactionId=[], X-ONAP-RequestID=[e45a6ddb-db7b-441f-b7ed-2e79323362e4], Content-Type=[application/merge-patch+json]}
2023-03-22T07:23:04.381Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T07:23:04.531Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 07:23:04 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[147], vertex-id=[184392], x-aai-txid=[2-aai-resources-230322-07:23:04:263-97311], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T07:23:04.531Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-22T07:23:04.532Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0|INFO|500||InvokeReturn
2023-03-22T07:23:04.532Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T07:23:04.532Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|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-22T07:23:04.546Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|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-22T07:23:04.546Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e45a6ddb-db7b-441f-b7ed-2e79323362e4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T07:23:04.546Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T07:23:04.546Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:23:04.547Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:23:04.547Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469784546,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:23:05.565Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:23:05.565Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"b64429f8-68d6-4a68-b948-a3a538b17dd3","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"f38337a8-d2df-48a9-a491-0868f87ff613","serviceDescription":"service","serviceInvariantUUID":"120c21e3-6916-4b71-8ac3-5c439c353b17","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"e5cee138-d08f-4f98-b954-b100fc045ce9","resourceInvariantUUID":"184f7c4b-e703-4d14-a5d9-3fcd2158143c","resourceCustomizationUUID":"32b7cdbe-58ea-461f-96d0-994e2f90eca5","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":"MGVjNDhkMjNkMDVjMTc2NTYxMzI4MDZiYzJkYTFkYTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0fcae08a-b905-4025-a931-3cefca391c35","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"Yzc2YTA3NWYxYThhNTllZmQ0NTdhNjhkMWQ1ZTEwMzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"800f3a61-86e4-4005-8b17-0252365bfbfe","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T07:23:05.565Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:23:05.566Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:23:05.566Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:23:05.566Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "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-22T07:23:06.567Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:23:06.567Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:23:06.567Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:23:06.567Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:23:07.569Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "f38337a8-d2df-48a9-a491-0868f87ff613",
  "serviceDescription": "service",
  "serviceInvariantUUID": "120c21e3-6916-4b71-8ac3-5c439c353b17",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "32b7cdbe-58ea-461f-96d0-994e2f90eca5",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "e5cee138-d08f-4f98-b954-b100fc045ce9",
      "resourceInvariantUUID": "184f7c4b-e703-4d14-a5d9-3fcd2158143c",
      "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": "Yzc2YTA3NWYxYThhNTllZmQ0NTdhNjhkMWQ1ZTEwMzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "800f3a61-86e4-4005-8b17-0252365bfbfe"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T07:23:07.569Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T07:23:07.569Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f38337a8-d2df-48a9-a491-0868f87ff613 ASDC
2023-03-22T07:23:07.569Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:b64429f8-68d6-4a68-b948-a3a538b17dd3
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:f38337a8-d2df-48a9-a491-0868f87ff613
ServiceInvariantUUID:120c21e3-6916-4b71-8ac3-5c439c353b17
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:800f3a61-86e4-4005-8b17-0252365bfbfe
ArtifactChecksum:Yzc2YTA3NWYxYThhNTllZmQ0NTdhNjhkMWQ1ZTEwMzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:32b7cdbe-58ea-461f-96d0-994e2f90eca5
ResourceInvariantUUID:184f7c4b-e703-4d14-a5d9-3fcd2158143c
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:e5cee138-d08f-4f98-b954-b100fc045ce9
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-22T07:23:07.570Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f38337a8-d2df-48a9-a491-0868f87ff613 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:23:07.600Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:23:07.601Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T07:23:07.601Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T07:23:07.601Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 800f3a61-86e4-4005-8b17-0252365bfbfe from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-22T07:23:07.601Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-22T07:23:07.601Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|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-22T07:23:07.628Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-22T07:23:07.628Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2b345f1d
2023-03-22T07:23:07.628Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T07:23:07.628Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|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": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-22T07:23:07.628Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 800f3a61-86e4-4005-8b17-0252365bfbfe Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T07:23:07.629Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-22T07:23:07.629Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is  not found)
2023-03-22T07:23:07.629Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T07:23:07.629Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:23:07.629Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:23:07.629Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469787629,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:23:08.630Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|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-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:800f3a61-86e4-4005-8b17-0252365bfbfe)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-22T07:23:08.674Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||ERROR|500||Csar with UUID: 800f3a61-86e4-4005-8b17-0252365bfbfe already exists
2023-03-22T07:23:08.675Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|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-22T07:23:08.675Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|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: 800f3a61-86e4-4005-8b17-0252365bfbfe already exists)
2023-03-22T07:23:08.675Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:23:08.675Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:23:08.675Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:23:08.675Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469788674,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 800f3a61-86e4-4005-8b17-0252365bfbfe already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:23:09.676Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|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-22T07:23:09.676Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|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: e5cee138-d08f-4f98-b954-b100fc045ce9 already exists)
2023-03-22T07:23:09.677Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:23:09.677Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:23:09.677Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:23:09.677Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469789676,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e5cee138-d08f-4f98-b954-b100fc045ce9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:23:10.678Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b64429f8-68d6-4a68-b948-a3a538b17dd3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:23:10.693Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b64429f8-68d6-4a68-b948-a3a538b17dd3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:23:10.696Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T07:23:10.696Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T07:23:10.696Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T07:23:10.696Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T07:23:10.696Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:23:10.696Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:23:10.696Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:23:10.696Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:23:10.697Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|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-22T07:23:10.700Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T07:23:28.533Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:23:28.543Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.544Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469749695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T07:23:28.544Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.545Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469752311,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa already exists"
}
2023-03-22T07:23:28.545Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.545Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469753312,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a403d108-1e0a-4b72-ac99-f7abbce4ed23 already exists"
}
2023-03-22T07:23:28.545Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.546Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679469709381,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:23:28.546Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.546Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679469742157,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:23:28.546Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.547Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "aai-model-loader",
  "timestamp": 1679469746860,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:23:28.547Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.547Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679469749143,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:23:28.547Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.547Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679469738258,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:23:28.548Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.548Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.548Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679469756034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:23:28.548Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.548Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.548Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679469709381,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:23:28.548Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.549Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.549Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679469738258,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:23:28.549Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.549Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.549Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679469749143,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:23:28.550Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.550Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "aai-model-loader",
  "timestamp": 1679469746860,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:23:28.550Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.550Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679469742157,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:23:28.550Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.551Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679469756034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:23:28.551Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.551Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.551Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679469709381,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:23:28.551Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.552Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.552Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679469738258,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:23:28.552Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.552Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.552Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "aai-model-loader",
  "timestamp": 1679469746860,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:23:28.552Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.553Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.553Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679469749143,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:23:28.553Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.553Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.553Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679469742157,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:23:28.553Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.554Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.554Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679469756034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:23:28.554Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.554Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.554Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679469709381,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:23:28.554Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.554Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.554Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679469738258,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:23:28.554Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.555Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.555Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679469742157,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:23:28.555Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.555Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.555Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679469749143,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:23:28.555Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.555Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.555Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "aai-model-loader",
  "timestamp": 1679469746860,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:23:28.556Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.556Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.556Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679469756034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:23:28.556Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.556Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.556Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679469738258,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:23:28.556Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.556Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.557Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679469709381,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:23:28.557Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.557Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.557Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679469749143,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:23:28.557Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.558Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.558Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "aai-model-loader",
  "timestamp": 1679469746860,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:23:28.558Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.558Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.558Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679469742157,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:23:28.558Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.559Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.559Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679469756034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:23:28.559Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.559Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.559Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679469709381,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:23:28.559Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.559Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.560Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679469749143,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:23:28.560Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.560Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.560Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679469738258,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:23:28.560Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.561Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.561Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679469742157,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:23:28.561Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.561Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.561Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "aai-model-loader",
  "timestamp": 1679469746860,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:23:28.561Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.561Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.561Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679469756034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:23:28.562Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.562Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.562Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679469709381,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:23:28.562Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.562Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.562Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679469742157,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:23:28.562Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.563Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.563Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "aai-model-loader",
  "timestamp": 1679469746860,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:23:28.563Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.563Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.563Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679469738258,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:23:28.563Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.563Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.563Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679469749143,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-03-22T07:23:28.564Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.564Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679469756034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:23:28.564Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.564Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679469709381,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:23:28.564Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.565Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679469738258,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:23:28.565Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.565Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "aai-model-loader",
  "timestamp": 1679469746860,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:23:28.566Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.566Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.566Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679469742157,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:23:28.566Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.566Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.566Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679469749143,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:23:28.566Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.566Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.567Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679469756034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:23:28.567Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.567Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1679469749143,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:23:28.567Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.567Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679469742157,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T07:23:28.568Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.568Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "aai-model-loader",
  "timestamp": 1679469746860,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T07:23:28.568Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.568Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679469709381,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T07:23:28.569Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.569Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.569Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "multicloud-k8s",
  "timestamp": 1679469738258,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T07:23:28.569Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.569Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.569Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679469756034,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T07:23:28.569Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.569Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.569Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1679469772935,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T07:23:28.570Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.570Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.570Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679469773681,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T07:23:28.570Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.570Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.571Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "aai-model-loader",
  "timestamp": 1679469773629,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T07:23:28.571Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.571Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.571Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679469773450,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T07:23:28.571Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.571Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.571Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679469774686,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-22T07:23:28.572Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.572Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.572Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "policy-distribution-id",
  "timestamp": 1679469775687,
  "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-22T07:23:28.598Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2ec0639f-e9f3-475f-95a7-7ddac4199546
2023-03-22T07:23:28.598Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ec0639f-e9f3-475f-95a7-7ddac4199546 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-22T07:23:28.612Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.613Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679469775187,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-22T07:23:28.613Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.613Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1679469776190,
  "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-22T07:23:28.621Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2ec0639f-e9f3-475f-95a7-7ddac4199546
2023-03-22T07:23:28.621Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ec0639f-e9f3-475f-95a7-7ddac4199546 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-22T07:23:28.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.634Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "aai-model-loader",
  "timestamp": 1679469777155,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-22T07:23:28.634Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.634Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "aai-model-loader",
  "timestamp": 1679469778157,
  "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-22T07:23:28.640Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2ec0639f-e9f3-475f-95a7-7ddac4199546
2023-03-22T07:23:28.640Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ec0639f-e9f3-475f-95a7-7ddac4199546 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-22T07:23:28.652Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.652Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469784546,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T07:23:28.652Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.652Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.652Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:23:28.652Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.652Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.652Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T07:23:28.652Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.652Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.652Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469787629,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-22T07:23:28.652Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.652Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.652Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469788674,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 800f3a61-86e4-4005-8b17-0252365bfbfe already exists"
}
2023-03-22T07:23:28.652Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:28.652Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:23:28.652Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469789676,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e5cee138-d08f-4f98-b954-b100fc045ce9 already exists"
}
2023-03-22T07:23:28.652Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:23:40.701Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b64429f8-68d6-4a68-b948-a3a538b17dd3 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T07:23:40.710Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b64429f8-68d6-4a68-b948-a3a538b17dd3 and serviceModelVersionId: f38337a8-d2df-48a9-a491-0868f87ff613
2023-03-22T07:23:40.711Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 120c21e3-6916-4b71-8ac3-5c439c353b17
2023-03-22T07:23:40.711Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0
2023-03-22T07:23:40.717Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T07:23:40.732Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0|INFO|500||Invoke
2023-03-22T07:23:40.733Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b64429f8-68d6-4a68-b948-a3a538b17dd3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[22e943b2-4557-4f63-9b38-e1c7c98cf75a], X-ECOMP-RequestID=[b64429f8-68d6-4a68-b948-a3a538b17dd3], X-TransactionId=[], X-ONAP-RequestID=[b64429f8-68d6-4a68-b948-a3a538b17dd3], Content-Type=[application/merge-patch+json]}
2023-03-22T07:23:40.740Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T07:23:40.879Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 07:23:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[136], vertex-id=[209000], x-aai-txid=[0-aai-resources-230322-07:23:40:622-12612], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T07:23:40.880Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-22T07:23:40.881Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0|INFO|500||InvokeReturn
2023-03-22T07:23:40.881Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T07:23:40.881Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|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-22T07:23:40.893Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|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-22T07:23:40.894Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b64429f8-68d6-4a68-b948-a3a538b17dd3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T07:23:40.894Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T07:23:40.894Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:23:40.894Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:23:40.895Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469820894,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:23:41.916Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:23:41.916Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"4d2fc27d-4827-4431-8901-1a7fe4ae70eb","serviceName":"Demo_pNF_Th3LXatp9s8wdDTQBYLt","serviceVersion":"1.0","serviceUUID":"cdad142e-6240-4457-8e87-75b7cbd29e38","serviceDescription":"catalog service description","serviceInvariantUUID":"81de75ee-355d-450a-b294-753817382022","resources":[{"resourceInstanceName":"pNF 6c7740df-c757 0","resourceName":"pNF 6c7740df-c757","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0da99d63-27be-4a3a-9bd6-c9f17d70a915","resourceInvariantUUID":"41ff80c8-5a8c-4586-9497-ee0ed8d8dbb8","resourceCustomizationUUID":"0404e3be-4b20-4344-a6e5-8950491f980d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vf-license-model.xml","artifactChecksum":"ZmFlNmVhNzc5ZWZlOTA2MDU4ZjgyYjAzYWI0Mzk3NDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"92d23c96-8b8f-4d9d-b136-5be1619c9ec5","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ea08e81f-ef29-4698-9ed5-fe992c4b9a9b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e8855c67-e9df-4389-96ea-13624f308c26","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vendor-license-model.xml","artifactChecksum":"MDIyM2QxNDY2ZjIzMDBhODMzMDExNmFiOGQ1ZmQxZjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9d892759-0f11-4463-b7ab-71ba4e1c07b6","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"66a0ca7b-6224-438d-b805-63e8aa6a2f6d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3e4dc005-13b1-4f11-ba54-e2d95eb2a6b8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTh3lxatp9s8wddtqbylt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-template.yml","artifactChecksum":"Yjc5YTkyYjYzNDRkY2MyN2VmMzg3NDEzODk4NDJjYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b2903a06-5b2c-414f-a385-4ca4513bf0c8","artifactVersion":"1"},{"artifactName":"service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar","artifactChecksum":"ODBhNmVlNzYyZjAyOTI2MWQwZGVlOTIzZDMzMjU1OTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c4384b06-8549-491d-87e4-dd44765b609c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T07:23:41.917Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:23:41.917Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:23:41.917Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:23:41.918Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:23:42.918Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:23:42.919Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:23:42.919Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:23:42.919Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:23:43.920Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:23:43.920Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:23:43.921Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:23:43.921Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:23:44.922Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:23:44.922Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:23:44.922Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:23:44.922Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:23:45.922Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:23:45.923Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:23:45.923Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:23:45.923Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:23:46.924Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:23:46.924Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:23:46.924Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:23:46.924Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:23:47.925Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:23:47.925Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:23:47.925Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:23:47.925Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:23:48.926Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:23:48.926Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:23:48.927Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:23:48.927Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:23:49.927Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "serviceName": "Demo_pNF_Th3LXatp9s8wdDTQBYLt",
  "serviceVersion": "1.0",
  "serviceUUID": "cdad142e-6240-4457-8e87-75b7cbd29e38",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "81de75ee-355d-450a-b294-753817382022",
  "resources": [
    {
      "resourceInstanceName": "pNF 6c7740df-c757 0",
      "resourceCustomizationUUID": "0404e3be-4b20-4344-a6e5-8950491f980d",
      "resourceName": "pNF 6c7740df-c757",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "0da99d63-27be-4a3a-9bd6-c9f17d70a915",
      "resourceInvariantUUID": "41ff80c8-5a8c-4586-9497-ee0ed8d8dbb8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
      "artifactChecksum": "ODBhNmVlNzYyZjAyOTI2MWQwZGVlOTIzZDMzMjU1OTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c4384b06-8549-491d-87e4-dd44765b609c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T07:23:49.928Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T07:23:49.928Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cdad142e-6240-4457-8e87-75b7cbd29e38 ASDC
2023-03-22T07:23:49.928Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:4d2fc27d-4827-4431-8901-1a7fe4ae70eb
ServiceName:Demo_pNF_Th3LXatp9s8wdDTQBYLt
ServiceVersion:1.0
ServiceUUID:cdad142e-6240-4457-8e87-75b7cbd29e38
ServiceInvariantUUID:81de75ee-355d-450a-b294-753817382022
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
ArtifactUUID:c4384b06-8549-491d-87e4-dd44765b609c
ArtifactChecksum:ODBhNmVlNzYyZjAyOTI2MWQwZGVlOTIzZDMzMjU1OTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 6c7740df-c757 0
ResourceCustomizationUUID:0404e3be-4b20-4344-a6e5-8950491f980d
ResourceInvariantUUID:41ff80c8-5a8c-4586-9497-ee0ed8d8dbb8
ResourceName:pNF 6c7740df-c757
ResourceType:PNF
ResourceUUID:0da99d63-27be-4a3a-9bd6-c9f17d70a915
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-22T07:23:49.928Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cdad142e-6240-4457-8e87-75b7cbd29e38 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:23:49.963Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:23:49.963Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T07:23:49.963Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T07:23:49.963Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c4384b06-8549-491d-87e4-dd44765b609c from URL: /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T07:23:49.963Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-22T07:23:49.963Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T07:23:50.314Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-22T07:23:50.317Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar c4384b06-8549-491d-87e4-dd44765b609c 88006
2023-03-22T07:23:50.317Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar ASDC sendASDCNotification
2023-03-22T07:23:50.317Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T07:23:50.317Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T07:23:50.317Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:23:50.318Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:23:50.318Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469830317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:23:51.318Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:23:51.319Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T07:23:51.319Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: c4384b06-8549-491d-87e4-dd44765b609c, URL: /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar to file: /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T07:23:51.320Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T07:23:51.320Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T07:23:51.320Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T07:23:51.394Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9427804999924770668/Definitions/service-DemoPnfTh3lxatp9s8wddtqbylt-template.yml
2023-03-22T07:23:51.980Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-22T07:23:51.980Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-22T07:23:51.980Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T07:23:51.980Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-22T07:23:51.980Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|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-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T07:23:51.980Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|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-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T07:23:51.981Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|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-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T07:23:51.981Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|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-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T07:23:51.981Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|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-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T07:23:51.981Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|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-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T07:23:51.981Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6c7740df-c757 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-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T07:23:51.981Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-22T07:23:51.981Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:23:51.981Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:23:51.981Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Node template pNF 6c7740df-c757 0 is matching search criteria
2023-03-22T07:23:51.981Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-22T07:23:51.981Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 6c7740df-c757 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T07:23:51.981Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:23:51.981Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:23:51.981Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Node template pNF 6c7740df-c757 0 is matching search criteria
2023-03-22T07:23:51.982Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-22T07:23:51.982Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 6c7740df-c757 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T07:23:51.982Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:23:51.982Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:23:51.982Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:23:51.982Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:23:51.982Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:23:51.982Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:23:51.982Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:23:51.982Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:23:51.982Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:23:51.982Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:23:51.982Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Th3LXatp9s8wdDTQBYLt
Description:catalog service description
Model UUID:cdad142e-6240-4457-8e87-75b7cbd29e38
Model Version:NULL
Model InvariantUuid:81de75ee-355d-450a-b294-753817382022
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-22T07:23:52.020Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||ERROR|500||Csar with UUID: c4384b06-8549-491d-87e4-dd44765b609c already exists
2023-03-22T07:23:52.020Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar ASDC sendASDCNotification
2023-03-22T07:23:52.021Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar(Csar with UUID: c4384b06-8549-491d-87e4-dd44765b609c already exists)
2023-03-22T07:23:52.021Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:23:52.021Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:23:52.021Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:23:52.021Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469832020,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c4384b06-8549-491d-87e4-dd44765b609c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:23:53.022Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar ASDC sendASDCNotification
2023-03-22T07:23:53.022Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar(Resource with UUID: 0da99d63-27be-4a3a-9bd6-c9f17d70a915 already exists)
2023-03-22T07:23:53.022Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:23:53.022Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:23:53.023Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:23:53.023Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469833022,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 0da99d63-27be-4a3a-9bd6-c9f17d70a915 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:23:54.024Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4d2fc27d-4827-4431-8901-1a7fe4ae70eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:23:54.035Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4d2fc27d-4827-4431-8901-1a7fe4ae70eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:23:54.038Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T07:23:54.038Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T07:23:54.038Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T07:23:54.038Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T07:23:54.039Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:23:54.039Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:23:54.039Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:23:54.039Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:23:54.039Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|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-22T07:23:54.047Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T07:24:24.047Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4d2fc27d-4827-4431-8901-1a7fe4ae70eb and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T07:24:24.056Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4d2fc27d-4827-4431-8901-1a7fe4ae70eb and serviceModelVersionId: cdad142e-6240-4457-8e87-75b7cbd29e38
2023-03-22T07:24:24.057Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 81de75ee-355d-450a-b294-753817382022
2023-03-22T07:24:24.057Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0
2023-03-22T07:24:24.064Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T07:24:24.083Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0|INFO|500||Invoke
2023-03-22T07:24:24.083Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4d2fc27d-4827-4431-8901-1a7fe4ae70eb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[666d9e13-ac17-4f24-9a6f-5779944bb8a4], X-ECOMP-RequestID=[4d2fc27d-4827-4431-8901-1a7fe4ae70eb], X-TransactionId=[], X-ONAP-RequestID=[4d2fc27d-4827-4431-8901-1a7fe4ae70eb], Content-Type=[application/merge-patch+json]}
2023-03-22T07:24:24.090Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T07:24:24.307Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 07:24:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[212], vertex-id=[430280], x-aai-txid=[2-aai-resources-230322-07:24:23:973-39051], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T07:24:24.307Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-22T07:24:24.308Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0|INFO|500||InvokeReturn
2023-03-22T07:24:24.308Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T07:24:24.308Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|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-22T07:24:24.316Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|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-22T07:24:24.317Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4d2fc27d-4827-4431-8901-1a7fe4ae70eb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T07:24:24.317Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T07:24:24.317Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:24:24.317Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:24:24.317Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469864317,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:24:25.337Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:24:25.337Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"44063b6d-45da-49fc-ab15-9656002e57f4","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"695e2d69-98b7-429a-afc4-20af085f3feb","serviceDescription":"service","serviceInvariantUUID":"827b4e2f-462e-4274-b06b-83d9e0d3ace6","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1dfc083c-bd8d-4cd6-8b75-76501219274f","resourceInvariantUUID":"d5c0e36a-42fe-473e-b3c3-d29612784207","resourceCustomizationUUID":"e242c95d-05ac-4716-a0cb-a8fc5b864211","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":"ZDhkNTY4Y2Q0ZDEzZTNiMDJiOGQ3ZjFlZjJlMGU3MTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3c8639bc-c135-41e9-8036-cebebb1f075b","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":"YzI1Y2VkMTkwODBhYThhMTAwMmYxODZjNTFlOGQ4OWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cb466d3d-7037-49ba-892d-3b36a30ff8de","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":"77c31327-9aad-470c-b9b0-fe7fb5745fcb","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":"8198e7f4-1fe4-4e56-8a16-249e343a2955","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":"9fa8118c-67ff-46e0-ac49-f4f884be1af1","artifactVersion":"2","generatedFromUUID":"77c31327-9aad-470c-b9b0-fe7fb5745fcb"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YWQ3ZjcwMjUzNjgxZmY2NTgzZGM4NTVlOWQ3ZTAxZTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6d0e8b18-027b-4fa4-9135-c75d2061ced4","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YjMzZDMxODU5NzkwMmJjODA1YTRlMjExNzBhNTg2MWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"88b0302b-1d98-4d84-8518-e5897ddf5aab","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T07:24:25.338Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:24:25.338Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:24:25.338Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:24:25.338Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "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-22T07:24:26.339Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:24:26.339Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:24:26.339Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:24:26.339Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "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-22T07:24:27.340Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:24:27.341Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:24:27.341Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:24:27.341Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "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-22T07:24:28.342Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:24:28.343Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:24:28.343Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:24:28.343Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "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-22T07:24:28.533Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:24:28.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:24:28.538Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469820894,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T07:24:28.538Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:24:28.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:24:28.538Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:24:28.538Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:24:28.538Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:24:28.539Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:24:28.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:24:28.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:24:28.539Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:24:28.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:24:28.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:24:28.539Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:24:28.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:24:28.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:24:28.539Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:24:28.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:24:28.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:24:28.539Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:24:28.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:24:28.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:24:28.539Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:24:28.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:24:28.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:24:28.539Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T07:24:28.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:24:28.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:24:28.539Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469830317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T07:24:28.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:24:28.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:24:28.539Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469832020,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c4384b06-8549-491d-87e4-dd44765b609c already exists"
}
2023-03-22T07:24:28.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:24:28.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:24:28.539Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469833022,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 0da99d63-27be-4a3a-9bd6-c9f17d70a915 already exists"
}
2023-03-22T07:24:28.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:24:28.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:24:28.539Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469864317,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T07:24:28.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:24:28.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:24:28.539Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:24:28.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:24:28.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:24:28.539Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T07:24:28.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:24:28.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:24:28.540Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-22T07:24:28.540Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:24:28.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:24:28.540Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:24:28.540Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:24:29.344Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:24:29.344Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:24:29.344Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:24:29.344Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "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-22T07:24:30.345Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:24:30.345Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:24:30.345Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:24:30.345Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "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-22T07:24:31.346Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:24:31.346Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:24:31.346Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:24:31.347Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:24:32.348Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "695e2d69-98b7-429a-afc4-20af085f3feb",
  "serviceDescription": "service",
  "serviceInvariantUUID": "827b4e2f-462e-4274-b06b-83d9e0d3ace6",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "e242c95d-05ac-4716-a0cb-a8fc5b864211",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1dfc083c-bd8d-4cd6-8b75-76501219274f",
      "resourceInvariantUUID": "d5c0e36a-42fe-473e-b3c3-d29612784207",
      "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": "YzI1Y2VkMTkwODBhYThhMTAwMmYxODZjNTFlOGQ4OWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "cb466d3d-7037-49ba-892d-3b36a30ff8de",
          "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": "77c31327-9aad-470c-b9b0-fe7fb5745fcb",
          "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": "9fa8118c-67ff-46e0-ac49-f4f884be1af1",
            "generatedFromUUID": "77c31327-9aad-470c-b9b0-fe7fb5745fcb"
          },
          "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": "9fa8118c-67ff-46e0-ac49-f4f884be1af1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YjMzZDMxODU5NzkwMmJjODA1YTRlMjExNzBhNTg2MWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "88b0302b-1d98-4d84-8518-e5897ddf5aab"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T07:24:32.348Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T07:24:32.348Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 695e2d69-98b7-429a-afc4-20af085f3feb ASDC
2023-03-22T07:24:32.349Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:44063b6d-45da-49fc-ab15-9656002e57f4
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:695e2d69-98b7-429a-afc4-20af085f3feb
ServiceInvariantUUID:827b4e2f-462e-4274-b06b-83d9e0d3ace6
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:88b0302b-1d98-4d84-8518-e5897ddf5aab
ArtifactChecksum:YjMzZDMxODU5NzkwMmJjODA1YTRlMjExNzBhNTg2MWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:e242c95d-05ac-4716-a0cb-a8fc5b864211
ResourceInvariantUUID:d5c0e36a-42fe-473e-b3c3-d29612784207
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1dfc083c-bd8d-4cd6-8b75-76501219274f
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:cb466d3d-7037-49ba-892d-3b36a30ff8de
ArtifactChecksum:YzI1Y2VkMTkwODBhYThhMTAwMmYxODZjNTFlOGQ4OWI=
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:77c31327-9aad-470c-b9b0-fe7fb5745fcb
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:9fa8118c-67ff-46e0-ac49-f4f884be1af1
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:9fa8118c-67ff-46e0-ac49-f4f884be1af1
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-22T07:24:32.349Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 695e2d69-98b7-429a-afc4-20af085f3feb ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:24:32.378Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:24:32.378Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T07:24:32.378Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T07:24:32.378Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 88b0302b-1d98-4d84-8518-e5897ddf5aab from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-22T07:24:32.379Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-22T07:24:32.379Z|44063b6d-45da-49fc-ab15-9656002e57f4|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-22T07:24:32.402Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-22T07:24:32.403Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1bf23d73
2023-03-22T07:24:32.403Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T07:24:32.403Z|44063b6d-45da-49fc-ab15-9656002e57f4|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": [
        "BasicVm"
      ]
    }
  }
}
2023-03-22T07:24:32.403Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 88b0302b-1d98-4d84-8518-e5897ddf5aab Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T07:24:32.404Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-22T07:24:32.404Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is  not found)
2023-03-22T07:24:32.404Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T07:24:32.404Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:24:32.404Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:24:32.404Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469872404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:24:33.405Z|44063b6d-45da-49fc-ab15-9656002e57f4|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-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:88b0302b-1d98-4d84-8518-e5897ddf5aab)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-22T07:24:33.449Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||ERROR|500||Csar with UUID: 88b0302b-1d98-4d84-8518-e5897ddf5aab already exists
2023-03-22T07:24:33.450Z|44063b6d-45da-49fc-ab15-9656002e57f4|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-22T07:24:33.450Z|44063b6d-45da-49fc-ab15-9656002e57f4|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: 88b0302b-1d98-4d84-8518-e5897ddf5aab already exists)
2023-03-22T07:24:33.450Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:24:33.450Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:24:33.450Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:24:33.450Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469873450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 88b0302b-1d98-4d84-8518-e5897ddf5aab already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:24:34.451Z|44063b6d-45da-49fc-ab15-9656002e57f4|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-22T07:24:34.452Z|44063b6d-45da-49fc-ab15-9656002e57f4|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: 1dfc083c-bd8d-4cd6-8b75-76501219274f already exists)
2023-03-22T07:24:34.452Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:24:34.452Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:24:34.452Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:24:34.452Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469874451,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1dfc083c-bd8d-4cd6-8b75-76501219274f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:24:35.453Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44063b6d-45da-49fc-ab15-9656002e57f4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:24:35.472Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44063b6d-45da-49fc-ab15-9656002e57f4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:24:35.475Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T07:24:35.475Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T07:24:35.475Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T07:24:35.475Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T07:24:35.475Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:24:35.476Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:24:35.476Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:24:35.476Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:24:35.476Z|44063b6d-45da-49fc-ab15-9656002e57f4|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-22T07:24:35.482Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T07:25:05.483Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 44063b6d-45da-49fc-ab15-9656002e57f4 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T07:25:05.491Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 44063b6d-45da-49fc-ab15-9656002e57f4 and serviceModelVersionId: 695e2d69-98b7-429a-afc4-20af085f3feb
2023-03-22T07:25:05.491Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 827b4e2f-462e-4274-b06b-83d9e0d3ace6
2023-03-22T07:25:05.491Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0
2023-03-22T07:25:05.496Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T07:25:05.510Z|44063b6d-45da-49fc-ab15-9656002e57f4|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/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?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-22T07:25:05.510Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0|INFO|500||Invoke
2023-03-22T07:25:05.517Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T07:25:05.671Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0|INFO|500||InvokeReturn
2023-03-22T07:25:05.671Z|44063b6d-45da-49fc-ab15-9656002e57f4|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/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 07:25:05 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[151], vertex-id=[204872], x-aai-txid=[2-aai-resources-230322-07:25:05:399-26703], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T07:25:05.672Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-22T07:25:05.672Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T07:25:05.672Z|44063b6d-45da-49fc-ab15-9656002e57f4|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-22T07:25:05.683Z|44063b6d-45da-49fc-ab15-9656002e57f4|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-22T07:25:05.683Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 44063b6d-45da-49fc-ab15-9656002e57f4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T07:25:05.683Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T07:25:05.683Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:25:05.683Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:25:05.683Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469905683,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:25:06.703Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:25:06.703Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"9924a26b-a04c-4225-b032-052c7b2cf566","serviceName":"Demo_pNF_9IUxclu6rx6wQh9DcrJS","serviceVersion":"1.0","serviceUUID":"647a66fa-87b6-440c-a757-f69947b97362","serviceDescription":"catalog service description","serviceInvariantUUID":"f70569bd-1e3e-44bf-8efb-7749f9bde32d","resources":[{"resourceInstanceName":"pNF 4941fe25-94c8 0","resourceName":"pNF 4941fe25-94c8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"cb2ca461-78a5-42df-8dee-78112a494a1c","resourceInvariantUUID":"979f5168-53c0-4416-88ea-e985f733d3cd","resourceCustomizationUUID":"4d960573-0d6e-4635-9f65-1313a7ceb117","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/vf-license-model.xml","artifactChecksum":"YzYxOTgyMWQ3NzMyYmYyMTFlNjM3MDMzMmQ2MTVkMjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a4d1dc03-af6b-4962-baf0-5b9ef5bd942f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e119af17-1957-4c3c-863f-ede4831c5817","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"68d2da44-1fc2-4539-aa49-a48598b155ac","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/vendor-license-model.xml","artifactChecksum":"NDkyY2RiOTA0YjM0ZTMzMWQ1MWRhNWVmOTEzNGU0ZmQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c3e68176-8083-42d3-99ac-a7723b32ec49","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"57bda23d-ba6b-4c73-a5b3-24bd9580cb80","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4178379e-731c-43fd-a43d-d78de9f644b1","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf9iuxclu6rx6wqh9dcrjs-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-template.yml","artifactChecksum":"MTM0NGRlMjc4NTAyNzg0ODZiYTliOWQxNzM0MGMzYzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"77a75954-d595-4752-994e-189e7b432579","artifactVersion":"1"},{"artifactName":"service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar","artifactChecksum":"N2FlOGNiMmRjMTViMDc2NDY4OWVhZjI3Mzk2YjA5YWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bed1cd00-b292-4c69-9a78-f4650b984b17","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T07:25:06.704Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:25:06.704Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:25:06.704Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:25:06.704Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:25:07.705Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:25:07.705Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:25:07.705Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:25:07.705Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:25:08.705Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:25:08.706Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:25:08.706Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:25:08.706Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:25:09.707Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:25:09.707Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:25:09.707Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:25:09.707Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:25:10.708Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:25:10.708Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:25:10.708Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:25:10.708Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:25:11.709Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:25:11.709Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:25:11.710Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:25:11.710Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:25:12.710Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:25:12.711Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:25:12.711Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:25:12.711Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:25:13.711Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:25:13.712Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:25:13.712Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:25:13.712Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:25:14.713Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "serviceName": "Demo_pNF_9IUxclu6rx6wQh9DcrJS",
  "serviceVersion": "1.0",
  "serviceUUID": "647a66fa-87b6-440c-a757-f69947b97362",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f70569bd-1e3e-44bf-8efb-7749f9bde32d",
  "resources": [
    {
      "resourceInstanceName": "pNF 4941fe25-94c8 0",
      "resourceCustomizationUUID": "4d960573-0d6e-4635-9f65-1313a7ceb117",
      "resourceName": "pNF 4941fe25-94c8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "cb2ca461-78a5-42df-8dee-78112a494a1c",
      "resourceInvariantUUID": "979f5168-53c0-4416-88ea-e985f733d3cd",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
      "artifactChecksum": "N2FlOGNiMmRjMTViMDc2NDY4OWVhZjI3Mzk2YjA5YWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bed1cd00-b292-4c69-9a78-f4650b984b17"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T07:25:14.713Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T07:25:14.713Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 647a66fa-87b6-440c-a757-f69947b97362 ASDC
2023-03-22T07:25:14.714Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:9924a26b-a04c-4225-b032-052c7b2cf566
ServiceName:Demo_pNF_9IUxclu6rx6wQh9DcrJS
ServiceVersion:1.0
ServiceUUID:647a66fa-87b6-440c-a757-f69947b97362
ServiceInvariantUUID:f70569bd-1e3e-44bf-8efb-7749f9bde32d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
ArtifactUUID:bed1cd00-b292-4c69-9a78-f4650b984b17
ArtifactChecksum:N2FlOGNiMmRjMTViMDc2NDY4OWVhZjI3Mzk2YjA5YWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 4941fe25-94c8 0
ResourceCustomizationUUID:4d960573-0d6e-4635-9f65-1313a7ceb117
ResourceInvariantUUID:979f5168-53c0-4416-88ea-e985f733d3cd
ResourceName:pNF 4941fe25-94c8
ResourceType:PNF
ResourceUUID:cb2ca461-78a5-42df-8dee-78112a494a1c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-22T07:25:14.714Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 647a66fa-87b6-440c-a757-f69947b97362 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:25:14.741Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:25:14.741Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T07:25:14.741Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T07:25:14.742Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bed1cd00-b292-4c69-9a78-f4650b984b17 from URL: /sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T07:25:14.742Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-22T07:25:14.742Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T07:25:15.026Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-22T07:25:15.029Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar bed1cd00-b292-4c69-9a78-f4650b984b17 88002
2023-03-22T07:25:15.029Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar ASDC sendASDCNotification
2023-03-22T07:25:15.029Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T07:25:15.029Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T07:25:15.029Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:25:15.029Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:25:15.029Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469915029,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:25:16.030Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:25:16.031Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T07:25:16.031Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: bed1cd00-b292-4c69-9a78-f4650b984b17, URL: /sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar to file: /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T07:25:16.031Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T07:25:16.032Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T07:25:16.032Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T07:25:16.110Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10047750740921091488/Definitions/service-DemoPnf9iuxclu6rx6wqh9dcrjs-template.yml
2023-03-22T07:25:16.724Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-22T07:25:16.724Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-22T07:25:16.724Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T07:25:16.724Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-22T07:25:16.724Z|9924a26b-a04c-4225-b032-052c7b2cf566|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-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T07:25:16.724Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4941fe25-94c8 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-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T07:25:16.724Z|9924a26b-a04c-4225-b032-052c7b2cf566|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-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T07:25:16.724Z|9924a26b-a04c-4225-b032-052c7b2cf566|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-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T07:25:16.725Z|9924a26b-a04c-4225-b032-052c7b2cf566|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-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T07:25:16.725Z|9924a26b-a04c-4225-b032-052c7b2cf566|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-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T07:25:16.725Z|9924a26b-a04c-4225-b032-052c7b2cf566|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-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T07:25:16.725Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-22T07:25:16.725Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:25:16.725Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_9IUxclu6rx6wQh9DcrJS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:25:16.725Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Node template pNF 4941fe25-94c8 0 is matching search criteria
2023-03-22T07:25:16.725Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-22T07:25:16.725Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 4941fe25-94c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T07:25:16.725Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:25:16.725Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_9IUxclu6rx6wQh9DcrJS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:25:16.725Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Node template pNF 4941fe25-94c8 0 is matching search criteria
2023-03-22T07:25:16.725Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-22T07:25:16.725Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 4941fe25-94c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T07:25:16.726Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:25:16.726Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_9IUxclu6rx6wQh9DcrJS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:25:16.726Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:25:16.726Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_9IUxclu6rx6wQh9DcrJS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:25:16.726Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:25:16.726Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_9IUxclu6rx6wQh9DcrJS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:25:16.726Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:25:16.726Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_9IUxclu6rx6wQh9DcrJS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:25:16.726Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:25:16.726Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_9IUxclu6rx6wQh9DcrJS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:25:16.726Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_9IUxclu6rx6wQh9DcrJS
Description:catalog service description
Model UUID:647a66fa-87b6-440c-a757-f69947b97362
Model Version:NULL
Model InvariantUuid:f70569bd-1e3e-44bf-8efb-7749f9bde32d
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-22T07:25:16.764Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||ERROR|500||Csar with UUID: bed1cd00-b292-4c69-9a78-f4650b984b17 already exists
2023-03-22T07:25:16.764Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar ASDC sendASDCNotification
2023-03-22T07:25:16.764Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar(Csar with UUID: bed1cd00-b292-4c69-9a78-f4650b984b17 already exists)
2023-03-22T07:25:16.764Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:25:16.764Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:25:16.765Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:25:16.765Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469916764,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bed1cd00-b292-4c69-9a78-f4650b984b17 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:25:17.766Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar ASDC sendASDCNotification
2023-03-22T07:25:17.766Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar(Resource with UUID: cb2ca461-78a5-42df-8dee-78112a494a1c already exists)
2023-03-22T07:25:17.766Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:25:17.766Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:25:17.766Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:25:17.766Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469917765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: cb2ca461-78a5-42df-8dee-78112a494a1c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:25:18.767Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9924a26b-a04c-4225-b032-052c7b2cf566
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:25:18.787Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9924a26b-a04c-4225-b032-052c7b2cf566
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:25:18.791Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T07:25:18.792Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T07:25:18.792Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T07:25:18.792Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T07:25:18.792Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:25:18.792Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:25:18.792Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:25:18.792Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:25:18.792Z|9924a26b-a04c-4225-b032-052c7b2cf566|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-22T07:25:18.802Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T07:25:28.533Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:25:28.542Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:25:28.542Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-22T07:25:28.542Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:25:28.542Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:25:28.542Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:25:28.542Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:25:28.543Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:25:28.543Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T07:25:28.543Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:25:28.543Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:25:28.543Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469872404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-22T07:25:28.543Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:25:28.543Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:25:28.543Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469873450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 88b0302b-1d98-4d84-8518-e5897ddf5aab already exists"
}
2023-03-22T07:25:28.543Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:25:28.543Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:25:28.543Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469874451,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1dfc083c-bd8d-4cd6-8b75-76501219274f already exists"
}
2023-03-22T07:25:28.544Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:25:28.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:25:28.544Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469905683,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T07:25:28.544Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:25:28.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:25:28.544Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:25:28.544Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:25:28.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:25:28.544Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:25:28.544Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:25:28.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:25:28.544Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:25:28.545Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:25:28.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:25:28.545Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:25:28.545Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:25:28.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:25:28.545Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:25:28.545Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:25:28.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:25:28.545Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:25:28.545Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:25:28.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:25:28.545Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:25:28.546Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:25:28.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:25:28.546Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T07:25:28.546Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:25:28.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:25:28.546Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469915029,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T07:25:28.546Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:25:28.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:25:28.546Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469916764,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bed1cd00-b292-4c69-9a78-f4650b984b17 already exists"
}
2023-03-22T07:25:28.546Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:25:28.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:25:28.547Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469917765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: cb2ca461-78a5-42df-8dee-78112a494a1c already exists"
}
2023-03-22T07:25:28.547Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:25:48.802Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9924a26b-a04c-4225-b032-052c7b2cf566 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T07:25:48.811Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9924a26b-a04c-4225-b032-052c7b2cf566 and serviceModelVersionId: 647a66fa-87b6-440c-a757-f69947b97362
2023-03-22T07:25:48.811Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f70569bd-1e3e-44bf-8efb-7749f9bde32d
2023-03-22T07:25:48.812Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f70569bd-1e3e-44bf-8efb-7749f9bde32d/model-vers/model-ver/647a66fa-87b6-440c-a757-f69947b97362?depth=0
2023-03-22T07:25:48.819Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T07:25:48.837Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f70569bd-1e3e-44bf-8efb-7749f9bde32d/model-vers/model-ver/647a66fa-87b6-440c-a757-f69947b97362?depth=0|INFO|500||Invoke
2023-03-22T07:25:48.838Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f70569bd-1e3e-44bf-8efb-7749f9bde32d/model-vers/model-ver/647a66fa-87b6-440c-a757-f69947b97362?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f70569bd-1e3e-44bf-8efb-7749f9bde32d/model-vers/model-ver/647a66fa-87b6-440c-a757-f69947b97362?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9924a26b-a04c-4225-b032-052c7b2cf566], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[db56094f-5b4c-4299-8c15-f5fded5e8576], X-ECOMP-RequestID=[9924a26b-a04c-4225-b032-052c7b2cf566], X-TransactionId=[], X-ONAP-RequestID=[9924a26b-a04c-4225-b032-052c7b2cf566], Content-Type=[application/merge-patch+json]}
2023-03-22T07:25:48.846Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f70569bd-1e3e-44bf-8efb-7749f9bde32d/model-vers/model-ver/647a66fa-87b6-440c-a757-f69947b97362?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T07:25:48.990Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f70569bd-1e3e-44bf-8efb-7749f9bde32d/model-vers/model-ver/647a66fa-87b6-440c-a757-f69947b97362?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f70569bd-1e3e-44bf-8efb-7749f9bde32d/model-vers/model-ver/647a66fa-87b6-440c-a757-f69947b97362?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 07:25:48 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[141], vertex-id=[241704], x-aai-txid=[0-aai-resources-230322-07:25:48:728-11308], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T07:25:48.990Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f70569bd-1e3e-44bf-8efb-7749f9bde32d/model-vers/model-ver/647a66fa-87b6-440c-a757-f69947b97362?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-22T07:25:48.991Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f70569bd-1e3e-44bf-8efb-7749f9bde32d/model-vers/model-ver/647a66fa-87b6-440c-a757-f69947b97362?depth=0|INFO|500||InvokeReturn
2023-03-22T07:25:48.991Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T07:25:48.991Z|9924a26b-a04c-4225-b032-052c7b2cf566|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-22T07:25:49.003Z|9924a26b-a04c-4225-b032-052c7b2cf566|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-22T07:25:49.003Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9924a26b-a04c-4225-b032-052c7b2cf566 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T07:25:49.003Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T07:25:49.003Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:25:49.003Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:25:49.003Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469949003,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:25:50.028Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:25:50.028Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"08b6040e-7b4a-44c2-af7c-fcd04054adec","serviceName":"Demo_pNF_pktFZxOCThQPe4Zs60EQ","serviceVersion":"1.0","serviceUUID":"629d915f-6b85-4eeb-bd28-cbde30f0f8a3","serviceDescription":"catalog service description","serviceInvariantUUID":"73257fcb-88fc-45b6-a0b8-5f8176a8977c","resources":[{"resourceInstanceName":"pNF a498d291-4a19 0","resourceName":"pNF a498d291-4a19","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"95a08ea9-f28e-4a01-aecb-636af265c68f","resourceInvariantUUID":"8e91c943-e2be-45e1-9613-569e58db6414","resourceCustomizationUUID":"67990602-602c-45b9-8602-286ecf8b0ac8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/vf-license-model.xml","artifactChecksum":"NTRjMWQyNmMzZDA2YzFlOWRkZGU3MTBmMjg3MGRkZDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d9c04ff7-24e7-47f0-92b0-f40185dd794d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d3d4d9f7-c5f7-416e-99be-38f15b7b259b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"719f556e-f7ea-4c2a-b4a9-97220f7c4ba4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/vendor-license-model.xml","artifactChecksum":"YjdmYTE3N2EyMTM0MmUzMjlkNGE3ZDU0ODM5YjQxOTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"28b80170-5e7d-425c-b612-daa5d75707a4","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"28e9dd63-a113-4424-bc65-5684ddc930c0","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"42e7de65-1674-4024-bcad-adddb6de24f7","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfPktfzxocthqpe4zs60eq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-template.yml","artifactChecksum":"MDk3NzRiMWQxNWY1NjY1NGU1NzMzM2U1ZmJhYTdkZmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cd967a05-b1a8-45b5-b89d-a358b59fc632","artifactVersion":"1"},{"artifactName":"service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar","artifactChecksum":"OWM1NmU5MTFmYmY1ZTJiOTcwYWMzZTYyY2E0ODNiYzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"be007dae-3dea-4485-8bf1-6166d4912655","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T07:25:50.029Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:25:50.029Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:25:50.029Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:25:50.029Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:25:51.030Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:25:51.030Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:25:51.030Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:25:51.030Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:25:52.031Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:25:52.031Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:25:52.031Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:25:52.031Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:25:53.032Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:25:53.032Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:25:53.032Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:25:53.032Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:25:54.033Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:25:54.033Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:25:54.033Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:25:54.033Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:25:55.034Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:25:55.035Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:25:55.035Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:25:55.035Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:25:56.036Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:25:56.036Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:25:56.036Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:25:56.036Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:25:57.037Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:25:57.038Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:25:57.038Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:25:57.038Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:25:58.039Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "serviceName": "Demo_pNF_pktFZxOCThQPe4Zs60EQ",
  "serviceVersion": "1.0",
  "serviceUUID": "629d915f-6b85-4eeb-bd28-cbde30f0f8a3",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "73257fcb-88fc-45b6-a0b8-5f8176a8977c",
  "resources": [
    {
      "resourceInstanceName": "pNF a498d291-4a19 0",
      "resourceCustomizationUUID": "67990602-602c-45b9-8602-286ecf8b0ac8",
      "resourceName": "pNF a498d291-4a19",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "95a08ea9-f28e-4a01-aecb-636af265c68f",
      "resourceInvariantUUID": "8e91c943-e2be-45e1-9613-569e58db6414",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
      "artifactChecksum": "OWM1NmU5MTFmYmY1ZTJiOTcwYWMzZTYyY2E0ODNiYzE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "be007dae-3dea-4485-8bf1-6166d4912655"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T07:25:58.039Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T07:25:58.040Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 629d915f-6b85-4eeb-bd28-cbde30f0f8a3 ASDC
2023-03-22T07:25:58.040Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:08b6040e-7b4a-44c2-af7c-fcd04054adec
ServiceName:Demo_pNF_pktFZxOCThQPe4Zs60EQ
ServiceVersion:1.0
ServiceUUID:629d915f-6b85-4eeb-bd28-cbde30f0f8a3
ServiceInvariantUUID:73257fcb-88fc-45b6-a0b8-5f8176a8977c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
ArtifactUUID:be007dae-3dea-4485-8bf1-6166d4912655
ArtifactChecksum:OWM1NmU5MTFmYmY1ZTJiOTcwYWMzZTYyY2E0ODNiYzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF a498d291-4a19 0
ResourceCustomizationUUID:67990602-602c-45b9-8602-286ecf8b0ac8
ResourceInvariantUUID:8e91c943-e2be-45e1-9613-569e58db6414
ResourceName:pNF a498d291-4a19
ResourceType:PNF
ResourceUUID:95a08ea9-f28e-4a01-aecb-636af265c68f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-22T07:25:58.040Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 629d915f-6b85-4eeb-bd28-cbde30f0f8a3 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:25:58.066Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:25:58.066Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T07:25:58.066Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T07:25:58.066Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: be007dae-3dea-4485-8bf1-6166d4912655 from URL: /sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T07:25:58.066Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-22T07:25:58.066Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T07:25:58.376Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-22T07:25:58.378Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar be007dae-3dea-4485-8bf1-6166d4912655 88015
2023-03-22T07:25:58.378Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar ASDC sendASDCNotification
2023-03-22T07:25:58.378Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T07:25:58.379Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T07:25:58.379Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:25:58.379Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:25:58.379Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469958378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:25:59.380Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:25:59.381Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T07:25:59.381Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: be007dae-3dea-4485-8bf1-6166d4912655, URL: /sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar to file: /app/ASDC/1/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T07:25:59.381Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T07:25:59.381Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T07:25:59.381Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T07:25:59.459Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1232279905899384218/Definitions/service-DemoPnfPktfzxocthqpe4zs60eq-template.yml
2023-03-22T07:26:00.058Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-22T07:26:00.058Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-22T07:26:00.058Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T07:26:00.058Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-22T07:26:00.059Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a498d291-4a19 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-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T07:26:00.059Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|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-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T07:26:00.059Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|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-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T07:26:00.059Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|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-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T07:26:00.059Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|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-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T07:26:00.059Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|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-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T07:26:00.059Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|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-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T07:26:00.059Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-22T07:26:00.059Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:26:00.059Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pktFZxOCThQPe4Zs60EQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:26:00.059Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Node template pNF a498d291-4a19 0 is matching search criteria
2023-03-22T07:26:00.059Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-22T07:26:00.059Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF a498d291-4a19 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T07:26:00.060Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:26:00.060Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pktFZxOCThQPe4Zs60EQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:26:00.060Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Node template pNF a498d291-4a19 0 is matching search criteria
2023-03-22T07:26:00.060Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-22T07:26:00.060Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF a498d291-4a19 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T07:26:00.060Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:26:00.060Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pktFZxOCThQPe4Zs60EQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:26:00.060Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:26:00.060Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pktFZxOCThQPe4Zs60EQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:26:00.060Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:26:00.060Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pktFZxOCThQPe4Zs60EQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:26:00.060Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:26:00.060Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pktFZxOCThQPe4Zs60EQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:26:00.060Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:26:00.060Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_pktFZxOCThQPe4Zs60EQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:26:00.060Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_pktFZxOCThQPe4Zs60EQ
Description:catalog service description
Model UUID:629d915f-6b85-4eeb-bd28-cbde30f0f8a3
Model Version:NULL
Model InvariantUuid:73257fcb-88fc-45b6-a0b8-5f8176a8977c
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-22T07:26:00.100Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||ERROR|500||Csar with UUID: be007dae-3dea-4485-8bf1-6166d4912655 already exists
2023-03-22T07:26:00.100Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar ASDC sendASDCNotification
2023-03-22T07:26:00.100Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar(Csar with UUID: be007dae-3dea-4485-8bf1-6166d4912655 already exists)
2023-03-22T07:26:00.100Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:26:00.100Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:26:00.100Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:26:00.100Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469960100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: be007dae-3dea-4485-8bf1-6166d4912655 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:26:01.101Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar ASDC sendASDCNotification
2023-03-22T07:26:01.101Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar(Resource with UUID: 95a08ea9-f28e-4a01-aecb-636af265c68f already exists)
2023-03-22T07:26:01.102Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:26:01.102Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:26:01.102Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:26:01.102Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469961101,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 95a08ea9-f28e-4a01-aecb-636af265c68f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:26:02.103Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 08b6040e-7b4a-44c2-af7c-fcd04054adec
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:26:02.119Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 08b6040e-7b4a-44c2-af7c-fcd04054adec
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:26:02.122Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T07:26:02.122Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T07:26:02.122Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T07:26:02.122Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T07:26:02.122Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:26:02.123Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:26:02.123Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:26:02.123Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:26:02.123Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|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-22T07:26:02.133Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T07:26:28.533Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:26:28.542Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:26:28.542Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469949003,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T07:26:28.542Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:26:28.543Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:26:28.543Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:26:28.543Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:26:28.543Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:26:28.543Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:26:28.543Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:26:28.543Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:26:28.543Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:26:28.543Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:26:28.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:26:28.544Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:26:28.544Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:26:28.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:26:28.544Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:26:28.544Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:26:28.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:26:28.544Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:26:28.544Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:26:28.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:26:28.544Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:26:28.545Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:26:28.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:26:28.545Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T07:26:28.545Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:26:28.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:26:28.545Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469958378,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T07:26:28.545Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:26:28.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:26:28.545Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469960100,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: be007dae-3dea-4485-8bf1-6166d4912655 already exists"
}
2023-03-22T07:26:28.545Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:26:28.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:26:28.546Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469961101,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 95a08ea9-f28e-4a01-aecb-636af265c68f already exists"
}
2023-03-22T07:26:28.546Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:26:32.133Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 08b6040e-7b4a-44c2-af7c-fcd04054adec and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T07:26:32.142Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 08b6040e-7b4a-44c2-af7c-fcd04054adec and serviceModelVersionId: 629d915f-6b85-4eeb-bd28-cbde30f0f8a3
2023-03-22T07:26:32.143Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 73257fcb-88fc-45b6-a0b8-5f8176a8977c
2023-03-22T07:26:32.143Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/73257fcb-88fc-45b6-a0b8-5f8176a8977c/model-vers/model-ver/629d915f-6b85-4eeb-bd28-cbde30f0f8a3?depth=0
2023-03-22T07:26:32.150Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T07:26:32.167Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|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/73257fcb-88fc-45b6-a0b8-5f8176a8977c/model-vers/model-ver/629d915f-6b85-4eeb-bd28-cbde30f0f8a3?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-22T07:26:32.168Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/73257fcb-88fc-45b6-a0b8-5f8176a8977c/model-vers/model-ver/629d915f-6b85-4eeb-bd28-cbde30f0f8a3?depth=0|INFO|500||Invoke
2023-03-22T07:26:32.175Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/73257fcb-88fc-45b6-a0b8-5f8176a8977c/model-vers/model-ver/629d915f-6b85-4eeb-bd28-cbde30f0f8a3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T07:26:32.313Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/73257fcb-88fc-45b6-a0b8-5f8176a8977c/model-vers/model-ver/629d915f-6b85-4eeb-bd28-cbde30f0f8a3?depth=0|INFO|500||InvokeReturn
2023-03-22T07:26:32.313Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|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/73257fcb-88fc-45b6-a0b8-5f8176a8977c/model-vers/model-ver/629d915f-6b85-4eeb-bd28-cbde30f0f8a3?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 07:26:32 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[134], vertex-id=[208920], x-aai-txid=[2-aai-resources-230322-07:26:32:057-19169], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T07:26:32.313Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-22T07:26:32.314Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T07:26:32.314Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|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-22T07:26:32.327Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|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-22T07:26:32.327Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 08b6040e-7b4a-44c2-af7c-fcd04054adec and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T07:26:32.327Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T07:26:32.328Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:26:32.328Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:26:32.328Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469992327,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:26:33.349Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:26:33.349Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"fa44765c-1a55-4753-a677-dc05edd228ff","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"1d03f549-58ea-474c-8491-1bc243f2be47","serviceDescription":"service","serviceInvariantUUID":"6748efda-682b-4f33-bbaa-0334a4b920b4","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e44b9e49-8faf-4306-af99-db9c3c65ef69","resourceInvariantUUID":"77792895-85e7-452e-b5af-fb9110e0a230","resourceCustomizationUUID":"2a96b6ea-999b-4eb8-9e5c-4e83946ad68a","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":"NzU1NzY0MzBjYmJjZGQ3OTc3MzUwNGVhNzU4Zjk3ZGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ab241608-47f4-4771-9400-893aca25fd9a","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":"M2UzMmQwYzFjMDM1N2IyNGE5NDA2MmM0MjVhMzE2NTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"81fa1ce2-1d35-4558-b0cb-311a19890b41","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":"5da4a6a5-43fd-46b5-af1f-9407fee8103d","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":"62d4d2ce-4665-491e-9cbe-285c86834770","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":"cb1b6b34-25a6-4bcb-ae92-3274389a29a4","artifactVersion":"2","generatedFromUUID":"722a406b-689e-4051-893f-c52f13dfa916"},{"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":"1448168e-e694-4bb4-9d5e-e36feb8a9832","artifactVersion":"2","generatedFromUUID":"5da4a6a5-43fd-46b5-af1f-9407fee8103d"},{"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":"722a406b-689e-4051-893f-c52f13dfa916","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":"24939467-0def-4bf1-b946-b629a0ef58da","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":"YTgzM2RjYWJjNzE3ZWQ5ODA4OWQ5OTc2NTJkMTJiZDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5f2541fa-5f4d-43ef-bbee-8176f590635a","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NjIzMDNmYTY4M2UzODdlZDNhMjQzOWRjNzg3Njc1NmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"92be68c2-80c8-45a6-aef0-80f6bf8590cd","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T07:26:33.350Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:26:33.350Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:26:33.350Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:26:33.350Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "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-22T07:26:34.351Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:26:34.351Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:26:34.351Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:26:34.351Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "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-22T07:26:35.352Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:26:35.352Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:26:35.353Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:26:35.353Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "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-22T07:26:36.353Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:26:36.354Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:26:36.354Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:26:36.354Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "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-22T07:26:37.354Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:26:37.355Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:26:37.355Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:26:37.355Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "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-22T07:26:38.355Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:26:38.356Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:26:38.356Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:26:38.356Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "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-22T07:26:39.357Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:26:39.357Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:26:39.358Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:26:39.358Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "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-22T07:26:40.358Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:26:40.359Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:26:40.359Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:26:40.359Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "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-22T07:26:41.360Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:26:41.360Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:26:41.360Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:26:41.360Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "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-22T07:26:42.361Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:26:42.361Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:26:42.362Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:26:42.362Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:26:43.363Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "1d03f549-58ea-474c-8491-1bc243f2be47",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6748efda-682b-4f33-bbaa-0334a4b920b4",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "2a96b6ea-999b-4eb8-9e5c-4e83946ad68a",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e44b9e49-8faf-4306-af99-db9c3c65ef69",
      "resourceInvariantUUID": "77792895-85e7-452e-b5af-fb9110e0a230",
      "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": "M2UzMmQwYzFjMDM1N2IyNGE5NDA2MmM0MjVhMzE2NTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "81fa1ce2-1d35-4558-b0cb-311a19890b41",
          "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": "5da4a6a5-43fd-46b5-af1f-9407fee8103d",
          "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": "1448168e-e694-4bb4-9d5e-e36feb8a9832",
            "generatedFromUUID": "5da4a6a5-43fd-46b5-af1f-9407fee8103d"
          },
          "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": "cb1b6b34-25a6-4bcb-ae92-3274389a29a4",
          "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": "1448168e-e694-4bb4-9d5e-e36feb8a9832",
          "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": "722a406b-689e-4051-893f-c52f13dfa916",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NjIzMDNmYTY4M2UzODdlZDNhMjQzOWRjNzg3Njc1NmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "92be68c2-80c8-45a6-aef0-80f6bf8590cd"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T07:26:43.363Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T07:26:43.363Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 1d03f549-58ea-474c-8491-1bc243f2be47 ASDC
2023-03-22T07:26:43.364Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:fa44765c-1a55-4753-a677-dc05edd228ff
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:1d03f549-58ea-474c-8491-1bc243f2be47
ServiceInvariantUUID:6748efda-682b-4f33-bbaa-0334a4b920b4
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:92be68c2-80c8-45a6-aef0-80f6bf8590cd
ArtifactChecksum:NjIzMDNmYTY4M2UzODdlZDNhMjQzOWRjNzg3Njc1NmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:2a96b6ea-999b-4eb8-9e5c-4e83946ad68a
ResourceInvariantUUID:77792895-85e7-452e-b5af-fb9110e0a230
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:e44b9e49-8faf-4306-af99-db9c3c65ef69
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:81fa1ce2-1d35-4558-b0cb-311a19890b41
ArtifactChecksum:M2UzMmQwYzFjMDM1N2IyNGE5NDA2MmM0MjVhMzE2NTY=
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:5da4a6a5-43fd-46b5-af1f-9407fee8103d
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:1448168e-e694-4bb4-9d5e-e36feb8a9832
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:cb1b6b34-25a6-4bcb-ae92-3274389a29a4
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:1448168e-e694-4bb4-9d5e-e36feb8a9832
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:722a406b-689e-4051-893f-c52f13dfa916
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-22T07:26:43.364Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1d03f549-58ea-474c-8491-1bc243f2be47 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:26:43.393Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:26:43.394Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T07:26:43.394Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T07:26:43.394Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 92be68c2-80c8-45a6-aef0-80f6bf8590cd from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-22T07:26:43.394Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-22T07:26:43.394Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-22T07:26:43.656Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-22T07:26:43.661Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 92be68c2-80c8-45a6-aef0-80f6bf8590cd 163279
2023-03-22T07:26:43.661Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||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-22T07:26:43.661Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||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-22T07:26:43.662Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T07:26:43.662Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:26:43.662Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:26:43.662Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470003661,
  "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-22T07:26:44.663Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:26:44.664Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T07:26:44.664Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 92be68c2-80c8-45a6-aef0-80f6bf8590cd, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-22T07:26:44.664Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-22T07:26:44.665Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-22T07:26:44.666Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-22T07:26:44.766Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8052631430993400488/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-22T07:26:45.603Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-22T07:26:45.603Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-22T07:26:45.603Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-22T07:26:45.603Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-22T07:26:45.603Z|fa44765c-1a55-4753-a677-dc05edd228ff|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-BasicCnfMacro-csar.csar
2023-03-22T07:26:45.604Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||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-22T07:26:45.604Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||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-22T07:26:45.604Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||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-22T07:26:45.604Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-22T07:26:45.604Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:26:45.604Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:26:45.604Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-22T07:26:45.604Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-22T07:26:45.604Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T07:26:45.604Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:26:45.604Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:26:45.605Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-22T07:26:45.605Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-22T07:26:45.605Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T07:26:45.605Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:26:45.605Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:26:45.605Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:26:45.605Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-22T07:26:45.605Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-22T07:26:45.605Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-22T07:26:45.605Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-22T07:26:45.605Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:26:45.605Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-22T07:26:45.606Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:26:45.606Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-22T07:26:45.606Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T07:26:45.606Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:26:45.606Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-22T07:26:45.606Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T07:26:45.606Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:26:45.606Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-22T07:26:45.606Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T07:26:45.606Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:26:45.606Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-22T07:26:45.607Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T07:26:45.607Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:26:45.607Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-22T07:26:45.607Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-22T07:26:45.607Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=7986b4a9-ceaf-4943-832e-448c22a717d4
2023-03-22T07:26:45.607Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:26:45.607Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:26:45.607Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:26:45.607Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:26:45.607Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:26:45.607Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:26:45.607Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:26:45.607Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:26:45.608Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:1d03f549-58ea-474c-8491-1bc243f2be47
Model Version:NULL
Model InvariantUuid:6748efda-682b-4f33-bbaa-0334a4b920b4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:a126af5a-41b6-4d9b-a525-cc0f24044770
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:77792895-85e7-452e-b5af-fb9110e0a230
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2a96b6ea-999b-4eb8-9e5c-4e83946ad68a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ee712754-e1fb-47c7-9653-d73f14e5624c
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:5eafb2a0-cd04-4e04-8772-dbbadf2f14f4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:f08b5ea8-d59d-4914-8d65-70e5b10ffac2
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:1dbfee35-4de3-4d7e-add0-3dba57f81166
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7986b4a9-ceaf-4943-832e-448c22a717d4
ModelInvariantUuid:b8d6b641-287c-4bcc-88d1-ce86fd693b9d
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:05dc43de-7750-4436-9c78-b38047acea54
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:5c965bb5-f1d5-4973-a61b-1024009c3a42
ModelInvariantUuid:c24c2877-29ec-4784-9d74-34eef33bb6c3
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:20731fa1-0392-4efe-81ee-d4f44b655c3b
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-22T07:26:45.651Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||ERROR|500||Csar with UUID: 92be68c2-80c8-45a6-aef0-80f6bf8590cd already exists
2023-03-22T07:26:45.651Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||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-22T07:26:45.651Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||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: 92be68c2-80c8-45a6-aef0-80f6bf8590cd already exists)
2023-03-22T07:26:45.651Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:26:45.651Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:26:45.652Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:26:45.652Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470005651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 92be68c2-80c8-45a6-aef0-80f6bf8590cd already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:26:46.652Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||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-22T07:26:46.653Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||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: e44b9e49-8faf-4306-af99-db9c3c65ef69 already exists)
2023-03-22T07:26:46.653Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:26:46.653Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:26:46.653Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:26:46.654Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470006652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e44b9e49-8faf-4306-af99-db9c3c65ef69 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:26:47.654Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa44765c-1a55-4753-a677-dc05edd228ff
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:26:47.666Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa44765c-1a55-4753-a677-dc05edd228ff
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:26:47.667Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T07:26:47.667Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T07:26:47.667Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T07:26:47.668Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T07:26:47.668Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:26:47.668Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:26:47.668Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:26:47.668Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:26:47.668Z|fa44765c-1a55-4753-a677-dc05edd228ff|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-22T07:26:47.672Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T07:27:17.672Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fa44765c-1a55-4753-a677-dc05edd228ff and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T07:27:17.683Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fa44765c-1a55-4753-a677-dc05edd228ff and serviceModelVersionId: 1d03f549-58ea-474c-8491-1bc243f2be47
2023-03-22T07:27:17.683Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6748efda-682b-4f33-bbaa-0334a4b920b4
2023-03-22T07:27:17.683Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6748efda-682b-4f33-bbaa-0334a4b920b4/model-vers/model-ver/1d03f549-58ea-474c-8491-1bc243f2be47?depth=0
2023-03-22T07:27:17.686Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T07:27:17.701Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6748efda-682b-4f33-bbaa-0334a4b920b4/model-vers/model-ver/1d03f549-58ea-474c-8491-1bc243f2be47?depth=0|INFO|500||Invoke
2023-03-22T07:27:17.702Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6748efda-682b-4f33-bbaa-0334a4b920b4/model-vers/model-ver/1d03f549-58ea-474c-8491-1bc243f2be47?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6748efda-682b-4f33-bbaa-0334a4b920b4/model-vers/model-ver/1d03f549-58ea-474c-8491-1bc243f2be47?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fa44765c-1a55-4753-a677-dc05edd228ff], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c57b7027-c92d-4d3a-a99c-20a0f627dd38], X-ECOMP-RequestID=[fa44765c-1a55-4753-a677-dc05edd228ff], X-TransactionId=[], X-ONAP-RequestID=[fa44765c-1a55-4753-a677-dc05edd228ff], Content-Type=[application/merge-patch+json]}
2023-03-22T07:27:17.708Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6748efda-682b-4f33-bbaa-0334a4b920b4/model-vers/model-ver/1d03f549-58ea-474c-8491-1bc243f2be47?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T07:27:17.854Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6748efda-682b-4f33-bbaa-0334a4b920b4/model-vers/model-ver/1d03f549-58ea-474c-8491-1bc243f2be47?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6748efda-682b-4f33-bbaa-0334a4b920b4/model-vers/model-ver/1d03f549-58ea-474c-8491-1bc243f2be47?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 07:27:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[143], vertex-id=[254128], x-aai-txid=[2-aai-resources-230322-07:27:17:589-36851], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T07:27:17.855Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6748efda-682b-4f33-bbaa-0334a4b920b4/model-vers/model-ver/1d03f549-58ea-474c-8491-1bc243f2be47?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-22T07:27:17.856Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6748efda-682b-4f33-bbaa-0334a4b920b4/model-vers/model-ver/1d03f549-58ea-474c-8491-1bc243f2be47?depth=0|INFO|500||InvokeReturn
2023-03-22T07:27:17.856Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T07:27:17.856Z|fa44765c-1a55-4753-a677-dc05edd228ff|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-22T07:27:17.869Z|fa44765c-1a55-4753-a677-dc05edd228ff|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-22T07:27:17.869Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fa44765c-1a55-4753-a677-dc05edd228ff and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T07:27:17.869Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T07:27:17.870Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:27:17.870Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:27:17.870Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470037869,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:27:18.889Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:27:18.889Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"45a52259-369a-4eb1-b310-4edc96390d56","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"dc71a96d-3b6e-487d-b5ea-05fdff85784d","serviceDescription":"service","serviceInvariantUUID":"df15042d-83ba-4b81-9255-a25ac0f4fa1e","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f8083165-6e45-46f3-a7a2-a3611616eb24","resourceInvariantUUID":"b45cdab6-6f18-4d77-bb39-310b37a9907a","resourceCustomizationUUID":"b1b67918-b348-44d4-a05f-9aa876792db1","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":"MTA3MzgyMmM5MjI2NmNkMmYyNzAxNTcxYThiN2JkNWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0ecdb9f9-8feb-4296-9553-b2ff212f0e2a","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":"MzAyNzgzNzcwOWFmYWJkODY2NGE5MjU1Mjg0NzViZGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2cdba830-80b5-4335-a10f-21b05686e958","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":"824b3d50-3f4b-468a-a2a8-cfe75ca1c013","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":"95c34414-9528-4d83-a0b9-82fafcf2e06c","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":"7f4e299a-6330-4b4c-9277-4f2216943275","artifactVersion":"2","generatedFromUUID":"824b3d50-3f4b-468a-a2a8-cfe75ca1c013"},{"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":"OTU2ZTFiMjAwYTUyYzhmNzVkMDBhZmVmOWJkMzMxYWQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"73df1a2f-ef20-4749-91fd-4c89c01194cc","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":"MGE1OGFjNWNlNDE1NDVhNWIyMDlhMjljZGY4NTQ0ZWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8bd4bf7a-694d-4ddc-b45e-9557066a32ba","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZDJjODUwMmJlOThjMmM1MjA0MDljMjI1NGUxMzJlNTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5fd28cd4-ad76-4a13-be98-a134f3df0ff1","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T07:27:18.889Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:27:18.890Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:27:18.890Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:27:18.890Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "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-22T07:27:19.891Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:27:19.891Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:27:19.891Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:27:19.891Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "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-22T07:27:20.892Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:27:20.892Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:27:20.892Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:27:20.893Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "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-22T07:27:21.893Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:27:21.894Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:27:21.894Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:27:21.894Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "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-22T07:27:22.894Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:27:22.895Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:27:22.895Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:27:22.895Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "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-22T07:27:23.895Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:27:23.896Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:27:23.896Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:27:23.896Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "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-22T07:27:24.897Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:27:24.897Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:27:24.897Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:27:24.898Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "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-22T07:27:25.899Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:27:25.900Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:27:25.900Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:27:25.900Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:27:26.901Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "dc71a96d-3b6e-487d-b5ea-05fdff85784d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "df15042d-83ba-4b81-9255-a25ac0f4fa1e",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "b1b67918-b348-44d4-a05f-9aa876792db1",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f8083165-6e45-46f3-a7a2-a3611616eb24",
      "resourceInvariantUUID": "b45cdab6-6f18-4d77-bb39-310b37a9907a",
      "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": "MzAyNzgzNzcwOWFmYWJkODY2NGE5MjU1Mjg0NzViZGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2cdba830-80b5-4335-a10f-21b05686e958",
          "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": "824b3d50-3f4b-468a-a2a8-cfe75ca1c013",
          "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": "7f4e299a-6330-4b4c-9277-4f2216943275",
            "generatedFromUUID": "824b3d50-3f4b-468a-a2a8-cfe75ca1c013"
          },
          "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": "7f4e299a-6330-4b4c-9277-4f2216943275",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZDJjODUwMmJlOThjMmM1MjA0MDljMjI1NGUxMzJlNTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5fd28cd4-ad76-4a13-be98-a134f3df0ff1"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T07:27:26.901Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T07:27:26.901Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dc71a96d-3b6e-487d-b5ea-05fdff85784d ASDC
2023-03-22T07:27:26.902Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:45a52259-369a-4eb1-b310-4edc96390d56
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:dc71a96d-3b6e-487d-b5ea-05fdff85784d
ServiceInvariantUUID:df15042d-83ba-4b81-9255-a25ac0f4fa1e
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:5fd28cd4-ad76-4a13-be98-a134f3df0ff1
ArtifactChecksum:ZDJjODUwMmJlOThjMmM1MjA0MDljMjI1NGUxMzJlNTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:b1b67918-b348-44d4-a05f-9aa876792db1
ResourceInvariantUUID:b45cdab6-6f18-4d77-bb39-310b37a9907a
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:f8083165-6e45-46f3-a7a2-a3611616eb24
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:2cdba830-80b5-4335-a10f-21b05686e958
ArtifactChecksum:MzAyNzgzNzcwOWFmYWJkODY2NGE5MjU1Mjg0NzViZGI=
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:824b3d50-3f4b-468a-a2a8-cfe75ca1c013
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:7f4e299a-6330-4b4c-9277-4f2216943275
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:7f4e299a-6330-4b4c-9277-4f2216943275
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-22T07:27:26.902Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dc71a96d-3b6e-487d-b5ea-05fdff85784d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:27:26.935Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:27:26.936Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T07:27:26.936Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T07:27:26.936Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5fd28cd4-ad76-4a13-be98-a134f3df0ff1 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-22T07:27:26.936Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-22T07:27:26.936Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-22T07:27:26.956Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-03-22T07:27:26.956Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2de8e4e4
2023-03-22T07:27:26.956Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T07:27:26.956Z|45a52259-369a-4eb1-b310-4edc96390d56|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": [
        "BasicVmMacro"
      ]
    }
  }
}
2023-03-22T07:27:26.956Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVmMacro-csar.csar /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 5fd28cd4-ad76-4a13-be98-a134f3df0ff1 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T07:27:26.957Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-22T07:27:26.957Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Specified artifact is  not found)
2023-03-22T07:27:26.957Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T07:27:26.957Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:27:26.957Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:27:26.957Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470046957,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:27:27.958Z|45a52259-369a-4eb1-b310-4edc96390d56|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-BasicVmMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(UUID:5fd28cd4-ad76-4a13-be98-a134f3df0ff1)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-22T07:27:28.000Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||ERROR|500||Csar with UUID: 5fd28cd4-ad76-4a13-be98-a134f3df0ff1 already exists
2023-03-22T07:27:28.001Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||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-22T07:27:28.001Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||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: 5fd28cd4-ad76-4a13-be98-a134f3df0ff1 already exists)
2023-03-22T07:27:28.001Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:27:28.001Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:27:28.002Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:27:28.002Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470048001,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5fd28cd4-ad76-4a13-be98-a134f3df0ff1 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:27:28.533Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:27:28.534Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: cached metadata has changed from (version104: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version105: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-03-22T07:27:28.549Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:27:28.550Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] (Re-)joining group
2023-03-22T07:27:28.555Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully joined group with generation Generation{generationId=31, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T07:27:28.555Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Finished assignment for group at generation 31: {SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-22T07:27:28.571Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully synced group in generation Generation{generationId=31, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T07:27:28.572Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:27:28.572Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:27:28.577Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:27:28.577Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:27:28.577Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:27:28.577Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1619, 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-22T07:27:28.577Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:27:28.577Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:27:29.003Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||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-22T07:27:29.004Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||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: f8083165-6e45-46f3-a7a2-a3611616eb24 already exists)
2023-03-22T07:27:29.004Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:27:29.004Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:27:29.004Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:27:29.004Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470049003,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: f8083165-6e45-46f3-a7a2-a3611616eb24 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:27:29.593Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:27:29.593Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469992327,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T07:27:29.593Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:27:29.593Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:27:29.593Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:27:29.594Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:27:29.594Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:27:29.594Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T07:27:29.594Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:27:29.594Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:27:29.594Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-22T07:27:29.594Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:27:29.594Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:27:29.594Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:27:29.594Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:27:29.594Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:27:29.595Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-22T07:27:29.595Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:27:29.595Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:27:29.595Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-22T07:27:29.595Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:27:29.595Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:27:29.595Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-22T07:27:29.595Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:27:29.595Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:27:29.595Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:27:29.595Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:27:29.596Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:27:29.596Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:27:29.596Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:27:29.596Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:27:29.596Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T07:27:29.596Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:27:29.596Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:27:29.596Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470003661,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T07:27:29.596Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:27:29.597Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:27:29.597Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470005651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 92be68c2-80c8-45a6-aef0-80f6bf8590cd already exists"
}
2023-03-22T07:27:29.597Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:27:29.597Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:27:29.597Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470006652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e44b9e49-8faf-4306-af99-db9c3c65ef69 already exists"
}
2023-03-22T07:27:29.597Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:27:29.597Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:27:29.597Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470037869,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T07:27:29.597Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:27:29.597Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:27:29.597Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:27:29.598Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:27:29.598Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:27:29.598Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T07:27:29.598Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:27:29.598Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:27:29.598Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-22T07:27:29.598Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:27:29.598Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:27:29.598Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:27:29.598Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:27:29.598Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:27:29.599Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-22T07:27:29.599Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:27:29.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:27:29.599Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:27:29.599Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:27:29.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:27:29.599Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:27:29.599Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:27:29.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:27:29.599Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T07:27:29.599Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:27:29.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:27:29.600Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470046957,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-22T07:27:29.600Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:27:29.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:27:29.600Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470048001,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5fd28cd4-ad76-4a13-be98-a134f3df0ff1 already exists"
}
2023-03-22T07:27:29.600Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:27:29.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:27:29.600Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470049003,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: f8083165-6e45-46f3-a7a2-a3611616eb24 already exists"
}
2023-03-22T07:27:29.600Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:27:30.006Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45a52259-369a-4eb1-b310-4edc96390d56
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:27:30.025Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45a52259-369a-4eb1-b310-4edc96390d56
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:27:30.028Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T07:27:30.029Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T07:27:30.029Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T07:27:30.029Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T07:27:30.029Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:27:30.029Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:27:30.029Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:27:30.029Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:27:30.029Z|45a52259-369a-4eb1-b310-4edc96390d56|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-22T07:27:30.039Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T07:28:00.040Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 45a52259-369a-4eb1-b310-4edc96390d56 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T07:28:00.048Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 45a52259-369a-4eb1-b310-4edc96390d56 and serviceModelVersionId: dc71a96d-3b6e-487d-b5ea-05fdff85784d
2023-03-22T07:28:00.048Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : df15042d-83ba-4b81-9255-a25ac0f4fa1e
2023-03-22T07:28:00.049Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/df15042d-83ba-4b81-9255-a25ac0f4fa1e/model-vers/model-ver/dc71a96d-3b6e-487d-b5ea-05fdff85784d?depth=0
2023-03-22T07:28:00.056Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T07:28:00.070Z|45a52259-369a-4eb1-b310-4edc96390d56|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/df15042d-83ba-4b81-9255-a25ac0f4fa1e/model-vers/model-ver/dc71a96d-3b6e-487d-b5ea-05fdff85784d?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-22T07:28:00.070Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df15042d-83ba-4b81-9255-a25ac0f4fa1e/model-vers/model-ver/dc71a96d-3b6e-487d-b5ea-05fdff85784d?depth=0|INFO|500||Invoke
2023-03-22T07:28:00.078Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df15042d-83ba-4b81-9255-a25ac0f4fa1e/model-vers/model-ver/dc71a96d-3b6e-487d-b5ea-05fdff85784d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T07:28:00.233Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df15042d-83ba-4b81-9255-a25ac0f4fa1e/model-vers/model-ver/dc71a96d-3b6e-487d-b5ea-05fdff85784d?depth=0|INFO|500||InvokeReturn
2023-03-22T07:28:00.233Z|45a52259-369a-4eb1-b310-4edc96390d56|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/df15042d-83ba-4b81-9255-a25ac0f4fa1e/model-vers/model-ver/dc71a96d-3b6e-487d-b5ea-05fdff85784d?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 07:27:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[151], vertex-id=[516296], x-aai-txid=[1-aai-resources-230322-07:27:59:962-72705], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T07:28:00.234Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-22T07:28:00.234Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T07:28:00.234Z|45a52259-369a-4eb1-b310-4edc96390d56|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-22T07:28:00.247Z|45a52259-369a-4eb1-b310-4edc96390d56|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-22T07:28:00.247Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 45a52259-369a-4eb1-b310-4edc96390d56 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T07:28:00.247Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T07:28:00.248Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:28:00.248Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:28:00.248Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470080247,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:28:01.271Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:28:01.271Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"20fb9d86-10ff-4439-a6b7-637734de8ce1","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"87fef59c-d44a-4a07-9a72-8ab6330cffac","serviceDescription":"service","serviceInvariantUUID":"e98194be-b178-4099-9721-ae2092a691f6","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e3a83d09-a7e7-4550-b3fb-0b48027e9547","resourceInvariantUUID":"688c1fae-b293-4009-ab82-4662deee20cd","resourceCustomizationUUID":"932a3d96-8bc3-4763-b615-bc7cd1d03acd","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":"NjZhYWFmYjFiMmRkNjUyMWQwNThkZjlmMTdhNjU3OTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"54353ad0-3210-42d4-90eb-d74a1faff144","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":"679e3fc1-0c90-4196-8c6e-3d2960a4e52b","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":"703f5bb7-20a8-4eb8-a587-5f4229928077","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":"Mzk2ZWE1MDA0ODgyNGQyNjBmZWIzYmUzOGM5NDQyZGY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"4783f4c3-529b-4a7f-a924-2610a54877c6","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":"9e8051eb-5329-4c37-b642-13221bb39cfc","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":"34f22cd0-daba-42ea-af51-5c71a16891e3","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":"fa5fd4f1-3bad-40fd-9535-8ef67a0ed593","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":"MDc4NzNjNjUyYTU3N2Y0OGM2ODFmYWQ4NGFiZGFjYmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"763b1783-cacb-42a7-a69c-0f1827b72bd1","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"N2Q1NWNjMjJiNjk5NDA5NGM2NGIxYWZlYjcyMDRiMzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"069a759b-2956-48a9-bd9d-6829784e3b89","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T07:28:01.271Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:28:01.272Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:28:01.272Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:28:01.272Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "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-22T07:28:02.272Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:28:02.273Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:28:02.273Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:28:02.273Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "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-22T07:28:03.274Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:28:03.274Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:28:03.274Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:28:03.274Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "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-22T07:28:04.275Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:28:04.275Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:28:04.275Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:28:04.275Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "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-22T07:28:05.276Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:28:05.276Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:28:05.276Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:28:05.276Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "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-22T07:28:06.277Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:28:06.277Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:28:06.278Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:28:06.278Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "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-22T07:28:07.278Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:28:07.279Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:28:07.279Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:28:07.279Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "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-22T07:28:08.279Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:28:08.280Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:28:08.280Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:28:08.280Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "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-22T07:28:09.280Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:28:09.280Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:28:09.281Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:28:09.281Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:28:10.281Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "87fef59c-d44a-4a07-9a72-8ab6330cffac",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e98194be-b178-4099-9721-ae2092a691f6",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "932a3d96-8bc3-4763-b615-bc7cd1d03acd",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e3a83d09-a7e7-4550-b3fb-0b48027e9547",
      "resourceInvariantUUID": "688c1fae-b293-4009-ab82-4662deee20cd",
      "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": "N2Q1NWNjMjJiNjk5NDA5NGM2NGIxYWZlYjcyMDRiMzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "069a759b-2956-48a9-bd9d-6829784e3b89"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T07:28:10.282Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T07:28:10.282Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 87fef59c-d44a-4a07-9a72-8ab6330cffac ASDC
2023-03-22T07:28:10.282Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:20fb9d86-10ff-4439-a6b7-637734de8ce1
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:87fef59c-d44a-4a07-9a72-8ab6330cffac
ServiceInvariantUUID:e98194be-b178-4099-9721-ae2092a691f6
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:069a759b-2956-48a9-bd9d-6829784e3b89
ArtifactChecksum:N2Q1NWNjMjJiNjk5NDA5NGM2NGIxYWZlYjcyMDRiMzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:932a3d96-8bc3-4763-b615-bc7cd1d03acd
ResourceInvariantUUID:688c1fae-b293-4009-ab82-4662deee20cd
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:e3a83d09-a7e7-4550-b3fb-0b48027e9547
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-22T07:28:10.282Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 87fef59c-d44a-4a07-9a72-8ab6330cffac ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:28:10.312Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:28:10.313Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T07:28:10.313Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T07:28:10.313Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 069a759b-2956-48a9-bd9d-6829784e3b89 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-22T07:28:10.313Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-22T07:28:10.313Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-22T07:28:10.598Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-22T07:28:10.601Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 069a759b-2956-48a9-bd9d-6829784e3b89 111094
2023-03-22T07:28:10.602Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-22T07:28:10.602Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-22T07:28:10.602Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T07:28:10.602Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:28:10.602Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:28:10.602Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470090602,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:28:11.603Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:28:11.604Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T07:28:11.604Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 069a759b-2956-48a9-bd9d-6829784e3b89, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-22T07:28:11.604Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2023-03-22T07:28:11.605Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-22T07:28:11.605Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-22T07:28:11.697Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17717217308173190091/Definitions/service-TestPnfMacro-template.yml
2023-03-22T07:28:12.327Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-22T07:28:12.328Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-22T07:28:12.328Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-22T07:28:12.328Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-22T07:28:12.328Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|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-TestPnfMacro-csar.csar
2023-03-22T07:28:12.328Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|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-TestPnfMacro-csar.csar
2023-03-22T07:28:12.328Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-22T07:28:12.328Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|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-TestPnfMacro-csar.csar
2023-03-22T07:28:12.328Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|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-TestPnfMacro-csar.csar
2023-03-22T07:28:12.328Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|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-TestPnfMacro-csar.csar
2023-03-22T07:28:12.328Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|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-TestPnfMacro-csar.csar
2023-03-22T07:28:12.328Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-22T07:28:12.329Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:28:12.329Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:28:12.329Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-03-22T07:28:12.329Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-22T07:28:12.329Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T07:28:12.329Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:28:12.329Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:28:12.329Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-03-22T07:28:12.329Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-22T07:28:12.329Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T07:28:12.329Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:28:12.329Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:28:12.329Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:28:12.329Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:28:12.329Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:28:12.330Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:28:12.330Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:28:12.330Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:28:12.330Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:28:12.330Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:28:12.330Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:18348d31-7618-4800-b145-d6bb1e294082
Model Version:NULL
Model InvariantUuid:0d1667e3-44d5-4b49-ae9c-7bee3d6d9f07
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-22T07:28:12.367Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||ERROR|500||Csar with UUID: 069a759b-2956-48a9-bd9d-6829784e3b89 already exists
2023-03-22T07:28:12.367Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-22T07:28:12.367Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Csar with UUID: 069a759b-2956-48a9-bd9d-6829784e3b89 already exists)
2023-03-22T07:28:12.367Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:28:12.367Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:28:12.368Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:28:12.368Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470092367,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 069a759b-2956-48a9-bd9d-6829784e3b89 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:28:13.368Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-22T07:28:13.369Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Resource with UUID: e3a83d09-a7e7-4550-b3fb-0b48027e9547 already exists)
2023-03-22T07:28:13.369Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:28:13.369Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:28:13.369Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:28:13.369Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470093368,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e3a83d09-a7e7-4550-b3fb-0b48027e9547 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:28:14.370Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20fb9d86-10ff-4439-a6b7-637734de8ce1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:28:14.388Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20fb9d86-10ff-4439-a6b7-637734de8ce1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:28:14.391Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T07:28:14.391Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T07:28:14.391Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T07:28:14.392Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T07:28:14.392Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:28:14.392Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:28:14.392Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:28:14.392Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:28:14.392Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|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-22T07:28:14.400Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T07:28:28.533Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:28:28.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:28:28.539Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470080247,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T07:28:28.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:28:28.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:28:28.540Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:28:28.540Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:28:28.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:28:28.540Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:28:28.540Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:28:28.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:28:28.540Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:28:28.540Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:28:28.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:28:28.540Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:28:28.540Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:28:28.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:28:28.541Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:28:28.541Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:28:28.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:28:28.541Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:28:28.541Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:28:28.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:28:28.541Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:28:28.542Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:28:28.542Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:28:28.542Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:28:28.542Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:28:28.542Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:28:28.542Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T07:28:28.542Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:28:28.542Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:28:28.542Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470090602,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T07:28:28.542Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:28:28.542Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:28:28.542Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470092367,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 069a759b-2956-48a9-bd9d-6829784e3b89 already exists"
}
2023-03-22T07:28:28.542Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:28:28.543Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:28:28.543Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470093368,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e3a83d09-a7e7-4550-b3fb-0b48027e9547 already exists"
}
2023-03-22T07:28:28.543Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:28:44.401Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 20fb9d86-10ff-4439-a6b7-637734de8ce1 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T07:28:44.409Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 20fb9d86-10ff-4439-a6b7-637734de8ce1 and serviceModelVersionId: 87fef59c-d44a-4a07-9a72-8ab6330cffac
2023-03-22T07:28:44.410Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e98194be-b178-4099-9721-ae2092a691f6
2023-03-22T07:28:44.410Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e98194be-b178-4099-9721-ae2092a691f6/model-vers/model-ver/87fef59c-d44a-4a07-9a72-8ab6330cffac?depth=0
2023-03-22T07:28:44.417Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T07:28:44.430Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|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/e98194be-b178-4099-9721-ae2092a691f6/model-vers/model-ver/87fef59c-d44a-4a07-9a72-8ab6330cffac?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-22T07:28:44.431Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e98194be-b178-4099-9721-ae2092a691f6/model-vers/model-ver/87fef59c-d44a-4a07-9a72-8ab6330cffac?depth=0|INFO|500||Invoke
2023-03-22T07:28:44.439Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e98194be-b178-4099-9721-ae2092a691f6/model-vers/model-ver/87fef59c-d44a-4a07-9a72-8ab6330cffac?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T07:28:44.587Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e98194be-b178-4099-9721-ae2092a691f6/model-vers/model-ver/87fef59c-d44a-4a07-9a72-8ab6330cffac?depth=0|INFO|500||InvokeReturn
2023-03-22T07:28:44.587Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|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/e98194be-b178-4099-9721-ae2092a691f6/model-vers/model-ver/87fef59c-d44a-4a07-9a72-8ab6330cffac?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 07:28:44 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[144], vertex-id=[524488], x-aai-txid=[2-aai-resources-230322-07:28:44:323-1259], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T07:28:44.588Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-03-22T07:28:44.588Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T07:28:44.588Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|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-22T07:28:44.600Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|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-22T07:28:44.600Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 20fb9d86-10ff-4439-a6b7-637734de8ce1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T07:28:44.600Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T07:28:44.601Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:28:44.601Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:28:44.601Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470124600,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:28:45.622Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:28:45.622Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"9fb2f83b-570c-4b57-8d50-b50b132bcf86","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"fccea19e-17fd-42c4-9270-f16cd94740d5","serviceDescription":"service","serviceInvariantUUID":"fadf4358-193c-4a53-9de0-7e9a58a1f484","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"94997526-8cc4-4f06-ba86-3cae7875f387","resourceInvariantUUID":"a4c9a9ae-b754-4406-8cd3-5a6a61b1b87c","resourceCustomizationUUID":"7afc7ef7-3a42-47e2-829e-3ec49ad54a06","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":"Y2NjOGQ0OTRjN2Y0OWE1NTA3MjNhZDNkMzAwN2ZhYjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"94df40ff-72df-43c4-ae5f-5a051d87eb0c","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":"54d34dac-31bf-4263-b8fb-ba44e38c2c19","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":"bb5f6003-80d1-4e0e-8736-54369fce5876","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":"ZmRmMTIzZjVkOWIxNzdlNzgxZmY5YzIwNDYzOWFhYWM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"175ae12b-29fc-461d-bdb7-6d583b5a8d8d","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":"922370a8-cd81-41a5-b0a2-8ff9a7016a76","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":"61644069-9dfb-4b32-9927-8703a9effc13","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":"4ab05576-baeb-444a-a549-9507cdcb57d3","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":"MDYwZjYwZTk1Y2UzMDNjMWZmYTFkZGQ1MGRkYmFlOTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"785705fc-476c-4507-a481-292b964d7014","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MTVjMWViMDYyMDkyZjM3MTlhZmRlZmVkMmIwNGI2M2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"72c6002f-2d9d-49d8-9d98-3e1cf18145a2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T07:28:45.623Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:28:45.623Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:28:45.623Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:28:45.623Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "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-22T07:28:46.623Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:28:46.624Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:28:46.624Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:28:46.624Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "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-22T07:28:47.624Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:28:47.625Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:28:47.625Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:28:47.625Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "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-22T07:28:48.626Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:28:48.626Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:28:48.626Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:28:48.627Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "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-22T07:28:49.628Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:28:49.628Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:28:49.628Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:28:49.628Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "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-22T07:28:50.629Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:28:50.630Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:28:50.630Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:28:50.630Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "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-22T07:28:51.631Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:28:51.631Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:28:51.631Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:28:51.632Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "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-22T07:28:52.632Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:28:52.632Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:28:52.632Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:28:52.632Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "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-22T07:28:53.633Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:28:53.633Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:28:53.633Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:28:53.633Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:28:54.634Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "fccea19e-17fd-42c4-9270-f16cd94740d5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fadf4358-193c-4a53-9de0-7e9a58a1f484",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "7afc7ef7-3a42-47e2-829e-3ec49ad54a06",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "94997526-8cc4-4f06-ba86-3cae7875f387",
      "resourceInvariantUUID": "a4c9a9ae-b754-4406-8cd3-5a6a61b1b87c",
      "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": "MTVjMWViMDYyMDkyZjM3MTlhZmRlZmVkMmIwNGI2M2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "72c6002f-2d9d-49d8-9d98-3e1cf18145a2"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T07:28:54.634Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T07:28:54.634Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fccea19e-17fd-42c4-9270-f16cd94740d5 ASDC
2023-03-22T07:28:54.634Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:9fb2f83b-570c-4b57-8d50-b50b132bcf86
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:fccea19e-17fd-42c4-9270-f16cd94740d5
ServiceInvariantUUID:fadf4358-193c-4a53-9de0-7e9a58a1f484
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:72c6002f-2d9d-49d8-9d98-3e1cf18145a2
ArtifactChecksum:MTVjMWViMDYyMDkyZjM3MTlhZmRlZmVkMmIwNGI2M2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:7afc7ef7-3a42-47e2-829e-3ec49ad54a06
ResourceInvariantUUID:a4c9a9ae-b754-4406-8cd3-5a6a61b1b87c
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:94997526-8cc4-4f06-ba86-3cae7875f387
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-22T07:28:54.635Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fccea19e-17fd-42c4-9270-f16cd94740d5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:28:54.663Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:28:54.664Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T07:28:54.664Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T07:28:54.664Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 72c6002f-2d9d-49d8-9d98-3e1cf18145a2 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-22T07:28:54.664Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-03-22T07:28:54.664Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-22T07:28:54.761Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-03-22T07:28:54.765Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 72c6002f-2d9d-49d8-9d98-3e1cf18145a2 111094
2023-03-22T07:28:54.765Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-22T07:28:54.765Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-22T07:28:54.765Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T07:28:54.765Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:28:54.766Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:28:54.766Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470134765,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:28:55.766Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:28:55.767Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-03-22T07:28:55.767Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 72c6002f-2d9d-49d8-9d98-3e1cf18145a2, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-22T07:28:55.767Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2023-03-22T07:28:55.768Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-22T07:28:55.768Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-22T07:28:55.849Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12116141900426589452/Definitions/service-TestPnfMacro-template.yml
2023-03-22T07:28:56.407Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-22T07:28:56.407Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-22T07:28:56.407Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-22T07:28:56.407Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-22T07:28:56.407Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|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-TestPnfMacro-csar.csar
2023-03-22T07:28:56.407Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|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-TestPnfMacro-csar.csar
2023-03-22T07:28:56.407Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-03-22T07:28:56.407Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|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-TestPnfMacro-csar.csar
2023-03-22T07:28:56.407Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|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-TestPnfMacro-csar.csar
2023-03-22T07:28:56.407Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|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-TestPnfMacro-csar.csar
2023-03-22T07:28:56.407Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|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-TestPnfMacro-csar.csar
2023-03-22T07:28:56.408Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-03-22T07:28:56.408Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:28:56.408Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:28:56.408Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-03-22T07:28:56.408Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-22T07:28:56.408Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T07:28:56.408Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:28:56.408Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:28:56.408Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-03-22T07:28:56.408Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-03-22T07:28:56.408Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T07:28:56.408Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:28:56.408Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:28:56.408Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:28:56.408Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:28:56.408Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:28:56.409Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:28:56.409Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:28:56.409Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:28:56.409Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:28:56.409Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:28:56.409Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:18348d31-7618-4800-b145-d6bb1e294082
Model Version:NULL
Model InvariantUuid:0d1667e3-44d5-4b49-ae9c-7bee3d6d9f07
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-22T07:28:56.427Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 94997526-8cc4-4f06-ba86-3cae7875f387
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-22T07:28:56.436Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||test-pnf 0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-22T07:28:56.455Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_ALREADY_EXIST test-pnf 0 94997526-8cc4-4f06-ba86-3cae7875f387 test-pnf
2023-03-22T07:28:56.455Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||No resources found for Service: fccea19e-17fd-42c4-9270-f16cd94740d5
2023-03-22T07:28:56.455Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: fccea19e-17fd-42c4-9270-f16cd94740d5
2023-03-22T07:28:56.455Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 94997526-8cc4-4f06-ba86-3cae7875f387 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-22T07:28:56.468Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@418cb34c, org.onap.sdc.toscaparser.api.parameters.Input@31e78751, org.onap.sdc.toscaparser.api.parameters.Input@f07a375, org.onap.sdc.toscaparser.api.parameters.Input@22801890, org.onap.sdc.toscaparser.api.parameters.Input@6b2c95f]
2023-03-22T07:28:56.468Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:28:56.469Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:28:56.469Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 18348d31-7618-4800-b145-d6bb1e294082: test-pnf
2023-03-22T07:28:56.469Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Processing PNF resource: 94997526-8cc4-4f06-ba86-3cae7875f387
2023-03-22T07:28:56.469Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:28:56.469Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:28:56.470Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||WARN|500||Resource customization UUID: 49fcfeb1-6936-4711-8ab4-8d6239208108 is NOT the same as notified resource customizationUUID: 7afc7ef7-3a42-47e2-829e-3ec49ad54a06
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
2023-03-22T07:28:56.512Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 94997526-8cc4-4f06-ba86-3cae7875f387 0 ASDC deployResourceStructure
2023-03-22T07:28:56.513Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-22T07:28:56.513Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-22T07:28:56.513Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-03-22T07:28:56.513Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:28:56.513Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:28:56.513Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470136512,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:28:57.514Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9fb2f83b-570c-4b57-8d50-b50b132bcf86
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:28:57.534Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9fb2f83b-570c-4b57-8d50-b50b132bcf86
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:28:57.537Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T07:28:57.538Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T07:28:57.538Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T07:28:57.538Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T07:28:57.538Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:28:57.538Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:28:57.538Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:28:57.538Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:28:57.538Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|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-22T07:28:57.546Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T07:29:27.547Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9fb2f83b-570c-4b57-8d50-b50b132bcf86 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T07:29:27.555Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9fb2f83b-570c-4b57-8d50-b50b132bcf86 and serviceModelVersionId: fccea19e-17fd-42c4-9270-f16cd94740d5
2023-03-22T07:29:27.555Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fadf4358-193c-4a53-9de0-7e9a58a1f484
2023-03-22T07:29:27.555Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fadf4358-193c-4a53-9de0-7e9a58a1f484/model-vers/model-ver/fccea19e-17fd-42c4-9270-f16cd94740d5?depth=0
2023-03-22T07:29:27.558Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T07:29:27.569Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fadf4358-193c-4a53-9de0-7e9a58a1f484/model-vers/model-ver/fccea19e-17fd-42c4-9270-f16cd94740d5?depth=0|INFO|500||Invoke
2023-03-22T07:29:27.569Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fadf4358-193c-4a53-9de0-7e9a58a1f484/model-vers/model-ver/fccea19e-17fd-42c4-9270-f16cd94740d5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fadf4358-193c-4a53-9de0-7e9a58a1f484/model-vers/model-ver/fccea19e-17fd-42c4-9270-f16cd94740d5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9fb2f83b-570c-4b57-8d50-b50b132bcf86], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5bde2b02-6a7d-47af-bd55-d9fe7a958ce9], X-ECOMP-RequestID=[9fb2f83b-570c-4b57-8d50-b50b132bcf86], X-TransactionId=[], X-ONAP-RequestID=[9fb2f83b-570c-4b57-8d50-b50b132bcf86], Content-Type=[application/merge-patch+json]}
2023-03-22T07:29:27.577Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fadf4358-193c-4a53-9de0-7e9a58a1f484/model-vers/model-ver/fccea19e-17fd-42c4-9270-f16cd94740d5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T07:29:27.837Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fadf4358-193c-4a53-9de0-7e9a58a1f484/model-vers/model-ver/fccea19e-17fd-42c4-9270-f16cd94740d5?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fadf4358-193c-4a53-9de0-7e9a58a1f484/model-vers/model-ver/fccea19e-17fd-42c4-9270-f16cd94740d5?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 07:29:27 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[256], vertex-id=[262320], x-aai-txid=[2-aai-resources-230322-07:29:27:460-29840], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T07:29:27.837Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fadf4358-193c-4a53-9de0-7e9a58a1f484/model-vers/model-ver/fccea19e-17fd-42c4-9270-f16cd94740d5?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-22T07:29:27.837Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fadf4358-193c-4a53-9de0-7e9a58a1f484/model-vers/model-ver/fccea19e-17fd-42c4-9270-f16cd94740d5?depth=0|INFO|500||InvokeReturn
2023-03-22T07:29:27.838Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T07:29:27.838Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|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-22T07:29:27.850Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|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-22T07:29:27.850Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9fb2f83b-570c-4b57-8d50-b50b132bcf86 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T07:29:27.850Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T07:29:27.850Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:29:27.850Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:29:27.851Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470167850,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:29:28.533Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:29:28.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:29:28.539Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470124600,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T07:29:28.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:29:28.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:29:28.540Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:29:28.540Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:29:28.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:29:28.540Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:29:28.540Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:29:28.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:29:28.540Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:29:28.540Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:29:28.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:29:28.540Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:29:28.540Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:29:28.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:29:28.540Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:29:28.540Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:29:28.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:29:28.541Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:29:28.541Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:29:28.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:29:28.541Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:29:28.541Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:29:28.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:29:28.541Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:29:28.541Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:29:28.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:29:28.541Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679469387165,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T07:29:28.541Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:29:28.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:29:28.542Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470134765,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T07:29:28.542Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:29:28.542Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:29:28.542Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470136512,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-03-22T07:29:28.542Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:29:28.542Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:29:28.542Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470167850,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T07:29:28.542Z||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-22T07:29:28.874Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T07:29:28.874Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-22T07:29:28.875Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Node 0 disconnected.
2023-03-22T07:29:28.876Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Node 1 disconnected.
2023-03-22T07:29:28.876Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Node 2 disconnected.
2023-03-22T07:29:28.876Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Cancelled in-flight METADATA request with correlation id 142420 due to node 2 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms)
2023-03-22T07:29:28.876Z||pool-2-thread-3|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T07:29:28.876Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T07:29:28.876Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T07:29:28.876Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] (Re-)joining group
2023-03-22T07:29:28.882Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-1026e429-4363-4724-a0aa-b936cdb24120
2023-03-22T07:29:28.882Z||pool-2-thread-3|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T07:29:28.883Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T07:29:28.883Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] (Re-)joining group
2023-03-22T07:29:29.018Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:29:32.027Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:29:35.038Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:29:38.049Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:29:41.058Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:29:44.067Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:29:47.077Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:29:50.085Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:29:53.093Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:29:56.101Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:29:59.110Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:30:02.120Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:30:05.130Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:30:08.138Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:30:11.147Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:30:14.157Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:30:17.166Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:30:20.175Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:30:23.183Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:30:26.191Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:30:28.533Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:30:28.548Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:30:28.548Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] (Re-)joining group
2023-03-22T07:30:28.554Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully joined group with generation Generation{generationId=32, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T07:30:28.555Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Successfully joined group with generation Generation{generationId=32, memberId='SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-1026e429-4363-4724-a0aa-b936cdb24120', protocol='range'}
2023-03-22T07:30:28.560Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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 XYq5vfp-SDeZ0oC43IeGTw
2023-03-22T07:30:28.560Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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 XYq5vfp-SDeZ0oC43IeGTw
2023-03-22T07:30:28.560Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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 XYq5vfp-SDeZ0oC43IeGTw
2023-03-22T07:30:28.561Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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 XYq5vfp-SDeZ0oC43IeGTw
2023-03-22T07:30:28.561Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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 XYq5vfp-SDeZ0oC43IeGTw
2023-03-22T07:30:28.561Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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 XYq5vfp-SDeZ0oC43IeGTw
2023-03-22T07:30:28.561Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Finished assignment for group at generation 32: {SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-b2f59705-e9bd-4065-aeec-d2645577c82a-1026e429-4363-4724-a0aa-b936cdb24120=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-22T07:30:28.576Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully synced group in generation Generation{generationId=32, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T07:30:28.576Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Successfully synced group in generation Generation{generationId=32, memberId='SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-1026e429-4363-4724-a0aa-b936cdb24120', protocol='range'}
2023-03-22T07:30:28.577Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:30:28.577Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T07:30:28.577Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:30:28.577Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T07:30:28.581Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:30:28.581Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:30:28.581Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:30:28.582Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1671, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-22T07:30:28.582Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:30:28.582Z||pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:30:28.582Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T07:30:28.582Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T07:30:28.582Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T07:30:28.583Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T07:30:28.583Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T07:30:28.583Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-22T07:30:28.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-22T07:30:28.667Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"1a5e8e35-87ed-40f0-91a8-3b150a1e0fca","serviceName":"basic_onboard_NCnVBE","serviceVersion":"1.0","serviceUUID":"e5f12647-c344-47df-98f7-08a8565b00b6","serviceDescription":"service","serviceInvariantUUID":"51f08bee-59f8-40fa-935c-cd0599c584b5","resources":[{"resourceInstanceName":"basic_onboard_NCnVBE 0","resourceName":"basic_onboard_NCnVBE","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"73768750-8efc-41f5-8d10-5bfad5a080c6","resourceInvariantUUID":"3f902fda-2512-4773-9240-2d25a4405852","resourceCustomizationUUID":"f212e54c-b0bb-4702-b4c4-175e06e278d2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vf-license-model.xml","artifactChecksum":"OTA1ZTkxNzEyZTViN2JiM2U4NGIyMDBkNWU3NzNjZmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"19f3bbed-75be-40ee-b35d-a9d87796e6f1","artifactVersion":"1"},{"artifactName":"basic_onboard_ncnvbe0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json","artifactChecksum":"ZWQ3NTUzZmZlNGY2MGFmNTVmZWQ5OTA0NDFhM2ZmMTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ceda833e-13d7-416e-883f-3f2acb53642c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0dff949b-8137-4b9a-ab54-eb6f0bdd3a39","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5d7083d5-a974-48d7-8a4a-5859d7f018f7","artifactVersion":"2","generatedFromUUID":"2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNcnvbe-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-template.yml","artifactChecksum":"MzFlODEzZDM0NzhjOWZiYTdiMGRkODUxMzU2MTdmNzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"97614832-45b7-45e5-b1d5-5a9c89fe5a74","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNcnvbe-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar","artifactChecksum":"Y2Q1OGViOTJjODRmZWE4OWJiY2VjMTMxMzgxZTJlMDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aef3d4fb-c703-4c66-af36-81e4bf7b5d1d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T07:30:28.668Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:30:28.668Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:30:28.668Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:30:28.668Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:30:29.597Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:30:29.598Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:30:29.599Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:30:29.668Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:30:29.669Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:30:29.669Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:30:29.669Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:30:30.669Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:30:30.669Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:30:30.669Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:30:30.670Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:30:31.670Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:30:31.671Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:30:31.671Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:30:31.671Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:30:32.672Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:30:32.672Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:30:32.672Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:30:32.672Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:30:33.673Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:30:33.673Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:30:33.674Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:30:33.674Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:30:34.674Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:30:34.677Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:30:34.678Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:30:34.678Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:30:35.679Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "serviceName": "basic_onboard_NCnVBE",
  "serviceVersion": "1.0",
  "serviceUUID": "e5f12647-c344-47df-98f7-08a8565b00b6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "51f08bee-59f8-40fa-935c-cd0599c584b5",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_NCnVBE 0",
      "resourceCustomizationUUID": "f212e54c-b0bb-4702-b4c4-175e06e278d2",
      "resourceName": "basic_onboard_NCnVBE",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "73768750-8efc-41f5-8d10-5bfad5a080c6",
      "resourceInvariantUUID": "3f902fda-2512-4773-9240-2d25a4405852",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ncnvbe0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
          "artifactChecksum": "ZWQ3NTUzZmZlNGY2MGFmNTVmZWQ5OTA0NDFhM2ZmMTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ceda833e-13d7-416e-883f-3f2acb53642c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5d7083d5-a974-48d7-8a4a-5859d7f018f7",
            "generatedFromUUID": "2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5d7083d5-a974-48d7-8a4a-5859d7f018f7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardNcnvbe-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
      "artifactChecksum": "Y2Q1OGViOTJjODRmZWE4OWJiY2VjMTMxMzgxZTJlMDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "aef3d4fb-c703-4c66-af36-81e4bf7b5d1d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T07:30:35.679Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T07:30:35.679Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e5f12647-c344-47df-98f7-08a8565b00b6 ASDC
2023-03-22T07:30:35.679Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
ServiceName:basic_onboard_NCnVBE
ServiceVersion:1.0
ServiceUUID:e5f12647-c344-47df-98f7-08a8565b00b6
ServiceInvariantUUID:51f08bee-59f8-40fa-935c-cd0599c584b5
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNcnvbe-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar
ArtifactUUID:aef3d4fb-c703-4c66-af36-81e4bf7b5d1d
ArtifactChecksum:Y2Q1OGViOTJjODRmZWE4OWJiY2VjMTMxMzgxZTJlMDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_NCnVBE 0
ResourceCustomizationUUID:f212e54c-b0bb-4702-b4c4-175e06e278d2
ResourceInvariantUUID:3f902fda-2512-4773-9240-2d25a4405852
ResourceName:basic_onboard_NCnVBE
ResourceType:VF
ResourceUUID:73768750-8efc-41f5-8d10-5bfad5a080c6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ncnvbe0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json
ArtifactUUID:ceda833e-13d7-416e-883f-3f2acb53642c
ArtifactChecksum:ZWQ3NTUzZmZlNGY2MGFmNTVmZWQ5OTA0NDFhM2ZmMTY=
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/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml
ArtifactUUID:2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33
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/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env
ArtifactUUID:5d7083d5-a974-48d7-8a4a-5859d7f018f7
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/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env
ArtifactUUID:5d7083d5-a974-48d7-8a4a-5859d7f018f7
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-22T07:30:35.679Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e5f12647-c344-47df-98f7-08a8565b00b6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:30:35.693Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:30:35.694Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:30:35.694Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:30:35.694Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: aef3d4fb-c703-4c66-af36-81e4bf7b5d1d from URL: /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar
2023-03-22T07:30:35.694Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-22T07:30:35.694Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar
2023-03-22T07:30:35.724Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-22T07:30:35.724Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3d5cb912
2023-03-22T07:30:35.724Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T07:30:35.724Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardNcnvbe"
      ]
    }
  }
}
2023-03-22T07:30:35.724Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardNcnvbe-csar.csar /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar aef3d4fb-c703-4c66-af36-81e4bf7b5d1d Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T07:30:35.724Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar ASDC sendASDCNotification
2023-03-22T07:30:35.725Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar(Specified artifact is  not found)
2023-03-22T07:30:35.725Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T07:30:35.725Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:30:35.725Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:30:35.725Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470235724,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:30:36.726Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardNcnvbe-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar(UUID:aef3d4fb-c703-4c66-af36-81e4bf7b5d1d)
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-22T07:30:36.744Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T07:30:36.744Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 73768750-8efc-41f5-8d10-5bfad5a080c6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T07:30:36.749Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||basic_onboard_NCnVBE 0
2023-03-22T07:30:36.749Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 73768750-8efc-41f5-8d10-5bfad5a080c6
2023-03-22T07:30:36.749Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ceda833e-13d7-416e-883f-3f2acb53642c from URL: /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json
2023-03-22T07:30:36.749Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-22T07:30:36.749Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json
2023-03-22T07:30:36.765Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-22T07:30:36.765Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4672d632
2023-03-22T07:30:36.765Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T07:30:36.765Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardNcnvbe"
      ]
    }
  }
}
2023-03-22T07:30:36.766Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_ncnvbe0_modules.json /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json ceda833e-13d7-416e-883f-3f2acb53642c Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T07:30:36.766Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json ASDC sendASDCNotification
2023-03-22T07:30:36.766Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json(Specified artifact is  not found)
2023-03-22T07:30:36.766Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T07:30:36.766Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:30:36.766Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:30:36.766Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470236766,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:30:37.767Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_ncnvbe0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json(UUID:ceda833e-13d7-416e-883f-3f2acb53642c)
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-22T07:30:37.767Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:30:37.784Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:30:37.787Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T07:30:37.787Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T07:31:07.788Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:31:07.805Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:31:07.808Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T07:31:07.808Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T07:31:28.533Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:31:28.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:31:28.535Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T07:31:28.535Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:31:37.808Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:31:37.836Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:31:37.839Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T07:31:37.840Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T07:32:07.840Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:32:07.860Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:32:07.864Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T07:32:07.864Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T07:32:28.533Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:32:28.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:32:28.535Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-22T07:32:28.535Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:32:28.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:32:28.535Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:32:28.535Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:32:28.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:32:28.535Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-22T07:32:28.535Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:32:28.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:32:28.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:32:28.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:32:28.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:32:28.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T07:32:28.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:32:28.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:32:28.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470235724,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-22T07:32:28.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:32:28.536Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-03-22T07:32:28.536Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470236766,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-22T07:32:28.536Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:32:37.864Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:32:37.882Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:32:37.886Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T07:32:37.886Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T07:33:07.886Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:33:07.902Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:33:07.905Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T07:33:07.905Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T07:33:28.533Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:33:37.906Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:33:37.924Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:33:37.927Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T07:33:37.927Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T07:34:07.927Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:34:07.945Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:34:07.949Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T07:34:07.949Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T07:34:28.534Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:34:37.949Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:34:37.969Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:34:37.972Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T07:34:37.972Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T07:35:07.972Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:35:07.995Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:35:07.998Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T07:35:07.999Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T07:35:28.535Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:35:28.715Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T07:35:28.715Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Member SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-1026e429-4363-4724-a0aa-b936cdb24120 sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-22T07:35:28.716Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-22T07:35:28.716Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-22T07:35:29.094Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:35:29.110Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:35:29.110Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] (Re-)joining group
2023-03-22T07:35:29.117Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully joined group with generation Generation{generationId=33, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T07:35:29.118Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Finished assignment for group at generation 33: {SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-22T07:35:29.136Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully synced group in generation Generation{generationId=33, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T07:35:29.136Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:35:29.137Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:35:29.142Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:35:29.143Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:35:29.143Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:35:29.143Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1680, 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-22T07:35:29.143Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:35:29.143Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:35:37.999Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-22T07:35:37.999Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T07:35:38.009Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca and serviceModelVersionId: e5f12647-c344-47df-98f7-08a8565b00b6
2023-03-22T07:35:38.009Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 51f08bee-59f8-40fa-935c-cd0599c584b5
2023-03-22T07:35:38.010Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0
2023-03-22T07:35:38.017Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T07:35:38.032Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?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-22T07:35:38.032Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|INFO|500||Invoke
2023-03-22T07:35:38.039Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-22T07:35:38.082Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-22T07:35:38.082Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0 has http status code:404 and response headers:{date=[Wed, 22 Mar 2023 07:35:37 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[40], x-aai-txid=[2-aai-resources-230322-07:35:37:930-18848], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T07:35:38.083Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6","ERR.5.4.6114"]}}}

2023-03-22T07:35:38.087Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
2023-03-22T07:35:38.087Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T07:35:38.088Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
2023-03-22T07:35:38.088Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T07:35:38.100Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T07:35:38.100Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
2023-03-22T07:35:38.101Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-22T07:35:38.101Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:35:38.101Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:35:38.101Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470538100,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:35:38.121Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:35:38.121Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470538100,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec\u003dERR.5.4.6114)"
}
2023-03-22T07:35:38.122Z||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-22T07:35:39.122Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-22T07:35:39.122Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"fbc0587e-4f99-4206-ac97-4f248ab7b2de","serviceName":"vFW 2023-03-22 05-25-55","serviceVersion":"1.0","serviceUUID":"eda70000-0f19-4eaf-b072-0771557b768b","serviceDescription":"catalog service description","serviceInvariantUUID":"54638bfb-5802-44c3-ba60-61ecd799a1bc","resources":[{"resourceInstanceName":"vFW 3229eeab-6ab8 0","resourceName":"vFW 3229eeab-6ab8","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850","resourceInvariantUUID":"6f487355-e424-4b76-9ef4-7f60cecc0cee","resourceCustomizationUUID":"bbf43dff-a85c-4ce3-9384-ff2f1d0c1478","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vf-license-model.xml","artifactChecksum":"ZTk2NGJjN2RmNjIyODk5M2YxODVjYWM0MmE5NDU2NjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"327fa8b9-2434-45ca-a5cb-6c0e0c48f279","artifactVersion":"1"},{"artifactName":"vfw3229eeab6ab80_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json","artifactChecksum":"YjhjOTY1OGI5YWEyOGJhODkwMWIwMzBlYjcwYTEyMzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"127b1619-50cf-438a-a046-c05d6a5e780b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"24d6c314-9225-43b0-9b4a-495965c4b649","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vendor-license-model.xml","artifactChecksum":"ZDIwMTBhYTFkOWY1ZTc0YTc0OTM0MmE0Zjg3NTI4Zjc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e883ee8a-b506-436c-8720-ece3099298d8","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"50d273c5-c4c8-48ad-97b1-0fcf90649b8d","artifactVersion":"2","generatedFromUUID":"24d6c314-9225-43b0-9b4a-495965c4b649"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230322052555-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-template.yml","artifactChecksum":"MDkzODk1YzU4OTAyYTFlOWM5YTFkYjljNWYxMWFmMjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"527da56d-ecd6-45fc-81ca-1ca14b3fe96a","artifactVersion":"1"},{"artifactName":"service-Vfw20230322052555-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar","artifactChecksum":"OTBmMWEwY2YzZDk1MzU0NzhlY2RiOTFkMjc5YTVkOGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T07:35:39.123Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:35:39.123Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:35:39.123Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:35:39.123Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:35:40.124Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:35:40.125Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:35:40.125Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:35:40.125Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:35:41.126Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:35:41.127Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:35:41.127Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:35:41.127Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:35:42.129Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:35:42.129Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:35:42.130Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:35:42.130Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:35:43.131Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:35:43.132Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:35:43.132Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:35:43.132Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:35:44.133Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:35:44.134Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:35:44.134Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:35:44.134Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:35:45.134Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:35:45.135Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:35:45.135Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:35:45.135Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:35:46.136Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "serviceName": "vFW 2023-03-22 05-25-55",
  "serviceVersion": "1.0",
  "serviceUUID": "eda70000-0f19-4eaf-b072-0771557b768b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "54638bfb-5802-44c3-ba60-61ecd799a1bc",
  "resources": [
    {
      "resourceInstanceName": "vFW 3229eeab-6ab8 0",
      "resourceCustomizationUUID": "bbf43dff-a85c-4ce3-9384-ff2f1d0c1478",
      "resourceName": "vFW 3229eeab-6ab8",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850",
      "resourceInvariantUUID": "6f487355-e424-4b76-9ef4-7f60cecc0cee",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw3229eeab6ab80_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json",
          "artifactChecksum": "YjhjOTY1OGI5YWEyOGJhODkwMWIwMzBlYjcwYTEyMzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "127b1619-50cf-438a-a046-c05d6a5e780b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "24d6c314-9225-43b0-9b4a-495965c4b649",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "50d273c5-c4c8-48ad-97b1-0fcf90649b8d",
            "generatedFromUUID": "24d6c314-9225-43b0-9b4a-495965c4b649"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "50d273c5-c4c8-48ad-97b1-0fcf90649b8d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230322052555-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
      "artifactChecksum": "OTBmMWEwY2YzZDk1MzU0NzhlY2RiOTFkMjc5YTVkOGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T07:35:46.136Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T07:35:46.137Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eda70000-0f19-4eaf-b072-0771557b768b ASDC
2023-03-22T07:35:46.137Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:fbc0587e-4f99-4206-ac97-4f248ab7b2de
ServiceName:vFW 2023-03-22 05-25-55
ServiceVersion:1.0
ServiceUUID:eda70000-0f19-4eaf-b072-0771557b768b
ServiceInvariantUUID:54638bfb-5802-44c3-ba60-61ecd799a1bc
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230322052555-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar
ArtifactUUID:bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f
ArtifactChecksum:OTBmMWEwY2YzZDk1MzU0NzhlY2RiOTFkMjc5YTVkOGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 3229eeab-6ab8 0
ResourceCustomizationUUID:bbf43dff-a85c-4ce3-9384-ff2f1d0c1478
ResourceInvariantUUID:6f487355-e424-4b76-9ef4-7f60cecc0cee
ResourceName:vFW 3229eeab-6ab8
ResourceType:VF
ResourceUUID:bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw3229eeab6ab80_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json
ArtifactUUID:127b1619-50cf-438a-a046-c05d6a5e780b
ArtifactChecksum:YjhjOTY1OGI5YWEyOGJhODkwMWIwMzBlYjcwYTEyMzA=
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/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml
ArtifactUUID:24d6c314-9225-43b0-9b4a-495965c4b649
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/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env
ArtifactUUID:50d273c5-c4c8-48ad-97b1-0fcf90649b8d
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/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env
ArtifactUUID:50d273c5-c4c8-48ad-97b1-0fcf90649b8d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-22T07:35:46.137Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eda70000-0f19-4eaf-b072-0771557b768b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:35:46.172Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:35:46.173Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:35:46.173Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:35:46.173Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f from URL: /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar
2023-03-22T07:35:46.173Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-22T07:35:46.173Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar
2023-03-22T07:35:46.455Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-22T07:35:46.459Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f 101497
2023-03-22T07:35:46.459Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar ASDC sendASDCNotification
2023-03-22T07:35:46.459Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar
2023-03-22T07:35:46.459Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T07:35:46.459Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:35:46.460Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:35:46.460Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470546459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:35:47.460Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:35:47.461Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:35:47.461Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f, URL: /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar to file: /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T07:35:47.462Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230322052555-csar.csar
2023-03-22T07:35:47.462Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T07:35:47.463Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T07:35:47.648Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10020072420428556026/Definitions/service-Vfw20230322052555-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-22T07:35:49.067Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-22T07:35:49.068Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-22T07:35:49.068Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T07:35:49.068Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-22T07:35:49.068Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T07:35:49.068Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3229eeab-6ab8 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-Vfw20230322052555-csar.csar
2023-03-22T07:35:49.068Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T07:35:49.068Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T07:35:49.068Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T07:35:49.068Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T07:35:49.068Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T07:35:49.068Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T07:35:49.068Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T07:35:49.068Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T07:35:49.068Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T07:35:49.068Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-22T07:35:49.068Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:35:49.068Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:35:49.069Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T07:35:49.069Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-22T07:35:49.069Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T07:35:49.069Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:35:49.069Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:35:49.069Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T07:35:49.069Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-22T07:35:49.069Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T07:35:49.069Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:35:49.069Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:35:49.069Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:35:49.069Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is not matching search criteria
2023-03-22T07:35:49.069Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T07:35:49.069Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T07:35:49.069Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T07:35:49.069Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T07:35:49.069Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T07:35:49.069Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T07:35:49.070Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T07:35:49.070Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T07:35:49.070Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T07:35:49.070Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T07:35:49.070Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T07:35:49.070Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T07:35:49.070Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T07:35:49.070Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T07:35:49.070Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T07:35:49.070Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-22T07:35:49.070Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:35:49.070Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-22T07:35:49.070Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:35:49.070Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T07:35:49.070Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T07:35:49.070Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:35:49.070Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T07:35:49.071Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T07:35:49.071Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:35:49.071Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T07:35:49.071Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T07:35:49.071Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:35:49.071Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is not matching search criteria
2023-03-22T07:35:49.071Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T07:35:49.071Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-22T07:35:49.071Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T07:35:49.071Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T07:35:49.071Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T07:35:49.071Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T07:35:49.071Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T07:35:49.071Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T07:35:49.071Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T07:35:49.071Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T07:35:49.071Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T07:35:49.071Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=aa314a86-cb0e-4a5b-b3dc-67ab85529aa3
2023-03-22T07:35:49.071Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:35:49.071Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is not matching search criteria
2023-03-22T07:35:49.072Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T07:35:49.072Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T07:35:49.072Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T07:35:49.072Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T07:35:49.072Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T07:35:49.072Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T07:35:49.072Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T07:35:49.072Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-22T07:35:49.072Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T07:35:49.072Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T07:35:49.072Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T07:35:49.072Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T07:35:49.072Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d9998ff5-07a8-4e06-a366-e2fa06343e60
2023-03-22T07:35:49.072Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:35:49.072Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is not matching search criteria
2023-03-22T07:35:49.072Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T07:35:49.072Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T07:35:49.072Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T07:35:49.072Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T07:35:49.072Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T07:35:49.073Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T07:35:49.073Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T07:35:49.073Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T07:35:49.073Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T07:35:49.073Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T07:35:49.073Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T07:35:49.073Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-22T07:35:49.073Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=72136b1f-0061-4b5e-8c0f-044f0a8cd6b2
2023-03-22T07:35:49.073Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:35:49.073Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:35:49.073Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:35:49.073Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:35:49.073Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:35:49.073Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:35:49.073Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:35:49.073Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:35:49.073Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-22 05-25-55
Description:catalog service description
Model UUID:eda70000-0f19-4eaf-b072-0771557b768b
Model Version:NULL
Model InvariantUuid:54638bfb-5802-44c3-ba60-61ecd799a1bc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 3229eeab-6ab8
Model UUID:dd90c608-56d0-4044-b77e-6f9404d60812
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6f487355-e424-4b76-9ef4-7f60cecc0cee
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bbf43dff-a85c-4ce3-9384-ff2f1d0c1478
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2340f6cb-b4db-4011-b9c3-b4bb2848eb7c
ModelName:Vfw3229eeab6ab8..base_vfw..module-0
ModelUuid:c74453a0-bfa7-4668-9055-82db75071a8d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:aa314a86-cb0e-4a5b-b3dc-67ab85529aa3
ModelInvariantUuid:74332490-9cd4-4220-be9e-93c4591dd72d
ModelName:vFW 3229eeab-6ab8-nodes.vfwCvfc
ModelUuid:61ffbf75-6e28-4757-a025-b2c0ab962a74
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:b563dbc2-8b56-450f-a599-b56cc6be1007
ModelInvariantUuid:e6f4acf5-2121-4837-8eb8-e79dbf0b46ec
ModelName:Vfw3229eeab6ab8.compute.nodes.heat.vfw
ModelUuid:3ddfdfb8-55a4-40cd-9b94-9474bbb1c6d3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:d9998ff5-07a8-4e06-a366-e2fa06343e60
ModelInvariantUuid:75eef7ce-cbf0-426f-a147-534c62c9b134
ModelName:vFW 3229eeab-6ab8-nodes.vsnCvfc
ModelUuid:4c386c48-c8e8-4e57-8fc6-0995d6047810
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:7ea81968-c783-413a-9c62-f56e7faf2485
ModelInvariantUuid:8251d429-389a-4c59-b3bb-f88c27094de4
ModelName:Vfw3229eeab6ab8.compute.nodes.heat.vsn
ModelUuid:7baacf9a-a7aa-4a5d-9cd8-e291da6e2df3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:72136b1f-0061-4b5e-8c0f-044f0a8cd6b2
ModelInvariantUuid:212509d2-d95e-4210-9e4f-19fde5069d41
ModelName:vFW 3229eeab-6ab8-nodes.vpgCvfc
ModelUuid:44417cb2-1a4d-4bbd-972e-b0b0505ab818
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:1600c0ab-d5be-4c3c-83e2-1b664c1463d8
ModelInvariantUuid:d3c4495c-70b8-4c49-b3c6-423d142f6163
ModelName:Vfw3229eeab6ab8.compute.nodes.heat.vpg
ModelUuid:c23fe525-aef3-474a-ba0e-b18de4f76ede
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-22T07:35:49.112Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||ERROR|500||Csar with UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f already exists
2023-03-22T07:35:49.112Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar ASDC sendASDCNotification
2023-03-22T07:35:49.112Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar(Csar with UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f already exists)
2023-03-22T07:35:49.112Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:35:49.112Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:35:49.112Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:35:49.113Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470549112,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:35:50.113Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar ASDC sendASDCNotification
2023-03-22T07:35:50.113Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar(Resource with UUID: bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850 already exists)
2023-03-22T07:35:50.113Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:35:50.114Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:35:50.114Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:35:50.114Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470550113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:35:51.115Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fbc0587e-4f99-4206-ac97-4f248ab7b2de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:35:51.135Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fbc0587e-4f99-4206-ac97-4f248ab7b2de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:35:51.138Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T07:35:51.138Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T07:35:51.138Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T07:35:51.138Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T07:35:51.138Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:35:51.139Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:35:51.139Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:35:51.139Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:35:51.139Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-22T07:35:51.147Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T07:36:21.148Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fbc0587e-4f99-4206-ac97-4f248ab7b2de and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T07:36:21.156Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fbc0587e-4f99-4206-ac97-4f248ab7b2de and serviceModelVersionId: eda70000-0f19-4eaf-b072-0771557b768b
2023-03-22T07:36:21.157Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 54638bfb-5802-44c3-ba60-61ecd799a1bc
2023-03-22T07:36:21.157Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0
2023-03-22T07:36:21.163Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T07:36:21.179Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0|INFO|500||Invoke
2023-03-22T07:36:21.179Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fbc0587e-4f99-4206-ac97-4f248ab7b2de], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6b776b98-09f0-4959-9696-bc9a837622e8], X-ECOMP-RequestID=[fbc0587e-4f99-4206-ac97-4f248ab7b2de], X-TransactionId=[], X-ONAP-RequestID=[fbc0587e-4f99-4206-ac97-4f248ab7b2de], Content-Type=[application/merge-patch+json]}
2023-03-22T07:36:21.186Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T07:36:21.329Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 07:36:21 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[138], vertex-id=[188528], x-aai-txid=[1-aai-resources-230322-07:36:21:072-62626], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T07:36:21.329Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-22T07:36:21.330Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0|INFO|500||InvokeReturn
2023-03-22T07:36:21.330Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T07:36:21.330Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T07:36:21.343Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T07:36:21.344Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fbc0587e-4f99-4206-ac97-4f248ab7b2de and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T07:36:21.344Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T07:36:21.344Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:36:21.345Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:36:21.345Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470581344,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:36:22.366Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-22T07:36:22.366Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"e45a6ddb-db7b-441f-b7ed-2e79323362e4","serviceName":"vFW 2023-03-22 05-39-11","serviceVersion":"1.0","serviceUUID":"562f90e9-8e25-4df5-abb7-1b0c5d5c58ec","serviceDescription":"catalog service description","serviceInvariantUUID":"52e7b3d8-c424-43b5-ac13-789d4eb414c3","resources":[{"resourceInstanceName":"vFW c60b0202-0ea7 0","resourceName":"vFW c60b0202-0ea7","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a403d108-1e0a-4b72-ac99-f7abbce4ed23","resourceInvariantUUID":"8351f926-86d0-4cb7-823c-18b7802f48a1","resourceCustomizationUUID":"06e7df1e-8a54-4cc2-9b1f-86a8234bc06f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vf-license-model.xml","artifactChecksum":"NDhhYmFmMmY5Zjc5MTk2MDI3NzVkOTc0YWFhZTk1MDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ac048545-2b2d-4e16-a159-921d7d783742","artifactVersion":"1"},{"artifactName":"vfwc60b02020ea70_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json","artifactChecksum":"NmViOGFlN2U2MzE3NTY0NTdmNGY4MzJhZjFjYTMwMGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6849c46b-4130-4e78-b948-01a8c8600c05","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vendor-license-model.xml","artifactChecksum":"ZDJhNGY2ZjE0MGM0NGY4MWIzODE0ZDdlNjY3MmQ1NWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"330b063c-7793-44ce-a503-a49511c0d654","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"70401413-6f4d-49ec-be0e-187b3f996134","artifactVersion":"2","generatedFromUUID":"6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230322053911-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-template.yml","artifactChecksum":"ZjQ2NmEzOGYwMGNjYWE2Y2ZiZjYwOTcyYjExYWJiMDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4242fb19-e71a-48c4-b953-65a008cd83b8","artifactVersion":"1"},{"artifactName":"service-Vfw20230322053911-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar","artifactChecksum":"MzQ2NDA1NGJmMDE1NjcxMTQxM2RjMWJkYTQ5MDNjMDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"92a1cf4b-1054-452b-880a-e75dccd519aa","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T07:36:22.367Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:36:22.367Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:36:22.367Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:36:22.367Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:36:23.368Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:36:23.368Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:36:23.368Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:36:23.368Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:36:24.369Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:36:24.369Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:36:24.369Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:36:24.370Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:36:25.370Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:36:25.370Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:36:25.371Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:36:25.371Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:36:26.371Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:36:26.372Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:36:26.372Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:36:26.372Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:36:27.373Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:36:27.373Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:36:27.373Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:36:27.373Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:36:28.374Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:36:28.374Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:36:28.374Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:36:28.374Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:36:28.533Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:36:28.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:36:28.538Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:36:28.539Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:36:28.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:36:28.539Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T07:36:28.539Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:36:28.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:36:28.539Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-22T07:36:28.539Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:36:28.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:36:28.539Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:36:28.539Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:36:28.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:36:28.540Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-22T07:36:28.540Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:36:28.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:36:28.540Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:36:28.540Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:36:28.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:36:28.540Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T07:36:28.540Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:36:28.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:36:28.540Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470546459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T07:36:28.540Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:36:28.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:36:28.541Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470549112,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f already exists"
}
2023-03-22T07:36:28.541Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:36:28.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:36:28.541Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470550113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850 already exists"
}
2023-03-22T07:36:28.541Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:36:28.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:36:28.541Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470581344,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T07:36:28.541Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:36:28.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:36:28.541Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:36:28.541Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:36:28.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:36:28.541Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T07:36:28.541Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:36:28.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:36:28.545Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-22T07:36:28.545Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:36:28.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:36:28.545Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:36:28.545Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:36:28.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:36:28.545Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-22T07:36:28.546Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:36:28.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:36:28.546Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:36:28.546Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:36:28.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:36:28.546Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T07:36:28.546Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:36:29.375Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "serviceName": "vFW 2023-03-22 05-39-11",
  "serviceVersion": "1.0",
  "serviceUUID": "562f90e9-8e25-4df5-abb7-1b0c5d5c58ec",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "52e7b3d8-c424-43b5-ac13-789d4eb414c3",
  "resources": [
    {
      "resourceInstanceName": "vFW c60b0202-0ea7 0",
      "resourceCustomizationUUID": "06e7df1e-8a54-4cc2-9b1f-86a8234bc06f",
      "resourceName": "vFW c60b0202-0ea7",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a403d108-1e0a-4b72-ac99-f7abbce4ed23",
      "resourceInvariantUUID": "8351f926-86d0-4cb7-823c-18b7802f48a1",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc60b02020ea70_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json",
          "artifactChecksum": "NmViOGFlN2U2MzE3NTY0NTdmNGY4MzJhZjFjYTMwMGQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6849c46b-4130-4e78-b948-01a8c8600c05",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "70401413-6f4d-49ec-be0e-187b3f996134",
            "generatedFromUUID": "6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "70401413-6f4d-49ec-be0e-187b3f996134",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230322053911-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
      "artifactChecksum": "MzQ2NDA1NGJmMDE1NjcxMTQxM2RjMWJkYTQ5MDNjMDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "92a1cf4b-1054-452b-880a-e75dccd519aa"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T07:36:29.376Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T07:36:29.376Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 562f90e9-8e25-4df5-abb7-1b0c5d5c58ec ASDC
2023-03-22T07:36:29.376Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:e45a6ddb-db7b-441f-b7ed-2e79323362e4
ServiceName:vFW 2023-03-22 05-39-11
ServiceVersion:1.0
ServiceUUID:562f90e9-8e25-4df5-abb7-1b0c5d5c58ec
ServiceInvariantUUID:52e7b3d8-c424-43b5-ac13-789d4eb414c3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230322053911-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar
ArtifactUUID:92a1cf4b-1054-452b-880a-e75dccd519aa
ArtifactChecksum:MzQ2NDA1NGJmMDE1NjcxMTQxM2RjMWJkYTQ5MDNjMDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c60b0202-0ea7 0
ResourceCustomizationUUID:06e7df1e-8a54-4cc2-9b1f-86a8234bc06f
ResourceInvariantUUID:8351f926-86d0-4cb7-823c-18b7802f48a1
ResourceName:vFW c60b0202-0ea7
ResourceType:VF
ResourceUUID:a403d108-1e0a-4b72-ac99-f7abbce4ed23
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc60b02020ea70_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json
ArtifactUUID:6849c46b-4130-4e78-b948-01a8c8600c05
ArtifactChecksum:NmViOGFlN2U2MzE3NTY0NTdmNGY4MzJhZjFjYTMwMGQ=
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/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml
ArtifactUUID:6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5
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/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env
ArtifactUUID:70401413-6f4d-49ec-be0e-187b3f996134
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/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env
ArtifactUUID:70401413-6f4d-49ec-be0e-187b3f996134
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-22T07:36:29.376Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 562f90e9-8e25-4df5-abb7-1b0c5d5c58ec ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:36:29.403Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:36:29.404Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:36:29.404Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:36:29.404Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa from URL: /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar
2023-03-22T07:36:29.404Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-22T07:36:29.405Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar
2023-03-22T07:36:29.696Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-22T07:36:29.700Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar 92a1cf4b-1054-452b-880a-e75dccd519aa 101506
2023-03-22T07:36:29.700Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar ASDC sendASDCNotification
2023-03-22T07:36:29.700Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar
2023-03-22T07:36:29.700Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T07:36:29.700Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:36:29.700Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:36:29.700Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470589700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:36:30.701Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:36:30.702Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:36:30.702Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa, URL: /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar to file: /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T07:36:30.702Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230322053911-csar.csar
2023-03-22T07:36:30.703Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T07:36:30.703Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T07:36:30.809Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1426270528852127475/Definitions/service-Vfw20230322053911-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-03-22T07:36:32.291Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-22T07:36:32.292Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-22T07:36:32.292Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T07:36:32.292Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-22T07:36:32.292Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T07:36:32.292Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T07:36:32.292Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T07:36:32.292Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c60b0202-0ea7 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-Vfw20230322053911-csar.csar
2023-03-22T07:36:32.292Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T07:36:32.292Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T07:36:32.292Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T07:36:32.292Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T07:36:32.292Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T07:36:32.292Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T07:36:32.292Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T07:36:32.293Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-22T07:36:32.293Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:36:32.293Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:36:32.293Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T07:36:32.293Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-22T07:36:32.293Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T07:36:32.293Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:36:32.293Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:36:32.293Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T07:36:32.293Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-22T07:36:32.293Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T07:36:32.293Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:36:32.293Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:36:32.293Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:36:32.293Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is not matching search criteria
2023-03-22T07:36:32.293Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T07:36:32.294Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T07:36:32.294Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T07:36:32.294Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T07:36:32.294Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T07:36:32.294Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T07:36:32.294Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T07:36:32.294Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T07:36:32.294Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T07:36:32.294Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T07:36:32.294Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T07:36:32.294Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T07:36:32.294Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T07:36:32.294Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T07:36:32.294Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T07:36:32.294Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-22T07:36:32.294Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:36:32.294Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-22T07:36:32.294Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:36:32.295Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T07:36:32.295Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T07:36:32.295Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:36:32.295Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T07:36:32.295Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T07:36:32.295Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:36:32.295Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T07:36:32.295Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T07:36:32.295Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:36:32.295Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is not matching search criteria
2023-03-22T07:36:32.295Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T07:36:32.295Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-22T07:36:32.295Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T07:36:32.295Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T07:36:32.295Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T07:36:32.295Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T07:36:32.295Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T07:36:32.295Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T07:36:32.295Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T07:36:32.296Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T07:36:32.296Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T07:36:32.296Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=206c1997-b141-46b2-9d54-58f6537370b4
2023-03-22T07:36:32.296Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:36:32.296Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is not matching search criteria
2023-03-22T07:36:32.296Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T07:36:32.296Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T07:36:32.296Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T07:36:32.296Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T07:36:32.296Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T07:36:32.296Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T07:36:32.296Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T07:36:32.296Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-22T07:36:32.296Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T07:36:32.296Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T07:36:32.297Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T07:36:32.297Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T07:36:32.297Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b4e01378-0842-4b95-b007-3ff10435fd7f
2023-03-22T07:36:32.297Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:36:32.297Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is not matching search criteria
2023-03-22T07:36:32.297Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T07:36:32.297Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T07:36:32.297Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T07:36:32.297Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T07:36:32.297Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T07:36:32.297Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T07:36:32.297Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T07:36:32.297Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T07:36:32.297Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T07:36:32.297Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T07:36:32.297Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T07:36:32.298Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-22T07:36:32.298Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3b592c80-4694-4e6b-b370-b55c6b9b8c7a
2023-03-22T07:36:32.298Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:36:32.298Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:36:32.298Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:36:32.298Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:36:32.298Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:36:32.298Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:36:32.298Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:36:32.298Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:36:32.298Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-22 05-39-11
Description:catalog service description
Model UUID:562f90e9-8e25-4df5-abb7-1b0c5d5c58ec
Model Version:NULL
Model InvariantUuid:52e7b3d8-c424-43b5-ac13-789d4eb414c3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c60b0202-0ea7
Model UUID:4b02448c-c22a-4af2-8c31-5bc4cd68a847
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8351f926-86d0-4cb7-823c-18b7802f48a1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:06e7df1e-8a54-4cc2-9b1f-86a8234bc06f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e6a99d09-50e2-41a0-83a9-772a39c5566f
ModelName:VfwC60b02020ea7..base_vfw..module-0
ModelUuid:41cdfe7d-91ad-4bc3-b65d-bb4235a70705
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:206c1997-b141-46b2-9d54-58f6537370b4
ModelInvariantUuid:37b691ed-6612-4526-940c-3e394079630b
ModelName:vFW c60b0202-0ea7-nodes.vfwCvfc
ModelUuid:aa93ecc6-c0b2-4018-88b9-6b0d4aecf8bd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:a2df18d2-3fdb-4860-a301-0ef4bedbff9d
ModelInvariantUuid:7cccaa2e-d2f0-4077-9b9c-81f8c3ec8330
ModelName:VfwC60b02020ea7.compute.nodes.heat.vfw
ModelUuid:1993e040-202b-48bb-8eb8-907bd2b927ba
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:b4e01378-0842-4b95-b007-3ff10435fd7f
ModelInvariantUuid:e7177ea2-699a-419f-aa5f-2038fa1ea474
ModelName:vFW c60b0202-0ea7-nodes.vsnCvfc
ModelUuid:8a079ade-48ca-4f48-9af8-272723cac5ff
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:a9974314-41bf-4317-9b03-6461baecf54e
ModelInvariantUuid:854c0b2f-0303-45e3-8e3f-15d5a400209a
ModelName:VfwC60b02020ea7.compute.nodes.heat.vsn
ModelUuid:a30b7738-0dec-4740-94e1-85f3ae713a30
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:3b592c80-4694-4e6b-b370-b55c6b9b8c7a
ModelInvariantUuid:4fbcc6bf-54ba-402a-94de-b15fc858b0cb
ModelName:vFW c60b0202-0ea7-nodes.vpgCvfc
ModelUuid:6a108ab5-3f67-4128-855e-ac4bfa896c57
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:77c55b3d-f116-4bf0-81ca-27720f2cf36d
ModelInvariantUuid:2af9f482-4a84-430d-8fb2-b6638734ac2d
ModelName:VfwC60b02020ea7.compute.nodes.heat.vpg
ModelUuid:0922df60-f80a-4c67-940b-87ac2d65c358
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-22T07:36:32.338Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||ERROR|500||Csar with UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa already exists
2023-03-22T07:36:32.338Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar ASDC sendASDCNotification
2023-03-22T07:36:32.338Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar(Csar with UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa already exists)
2023-03-22T07:36:32.338Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:36:32.338Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:36:32.338Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:36:32.338Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470592338,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:36:33.339Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar ASDC sendASDCNotification
2023-03-22T07:36:33.339Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar(Resource with UUID: a403d108-1e0a-4b72-ac99-f7abbce4ed23 already exists)
2023-03-22T07:36:33.339Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:36:33.339Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:36:33.339Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:36:33.339Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470593339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a403d108-1e0a-4b72-ac99-f7abbce4ed23 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:36:34.340Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e45a6ddb-db7b-441f-b7ed-2e79323362e4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:36:34.352Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e45a6ddb-db7b-441f-b7ed-2e79323362e4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:36:34.357Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T07:36:34.357Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T07:36:34.357Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T07:36:34.357Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T07:36:34.357Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:36:34.357Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:36:34.357Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:36:34.357Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:36:34.357Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-22T07:36:34.364Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T07:37:04.365Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e45a6ddb-db7b-441f-b7ed-2e79323362e4 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T07:37:04.374Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e45a6ddb-db7b-441f-b7ed-2e79323362e4 and serviceModelVersionId: 562f90e9-8e25-4df5-abb7-1b0c5d5c58ec
2023-03-22T07:37:04.374Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 52e7b3d8-c424-43b5-ac13-789d4eb414c3
2023-03-22T07:37:04.375Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0
2023-03-22T07:37:04.383Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T07:37:04.397Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?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-22T07:37:04.398Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0|INFO|500||Invoke
2023-03-22T07:37:04.407Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T07:37:04.572Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0|INFO|500||InvokeReturn
2023-03-22T07:37:04.573Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 07:37:04 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[160], vertex-id=[184392], x-aai-txid=[0-aai-resources-230322-07:37:04:293-17327], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T07:37:04.573Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-22T07:37:04.573Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T07:37:04.574Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T07:37:04.585Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T07:37:04.586Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e45a6ddb-db7b-441f-b7ed-2e79323362e4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T07:37:04.586Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T07:37:04.586Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:37:04.586Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:37:04.586Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470624586,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:37:05.607Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-22T07:37:05.607Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"b64429f8-68d6-4a68-b948-a3a538b17dd3","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"f38337a8-d2df-48a9-a491-0868f87ff613","serviceDescription":"service","serviceInvariantUUID":"120c21e3-6916-4b71-8ac3-5c439c353b17","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"e5cee138-d08f-4f98-b954-b100fc045ce9","resourceInvariantUUID":"184f7c4b-e703-4d14-a5d9-3fcd2158143c","resourceCustomizationUUID":"32b7cdbe-58ea-461f-96d0-994e2f90eca5","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":"MGVjNDhkMjNkMDVjMTc2NTYxMzI4MDZiYzJkYTFkYTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0fcae08a-b905-4025-a931-3cefca391c35","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"Yzc2YTA3NWYxYThhNTllZmQ0NTdhNjhkMWQ1ZTEwMzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"800f3a61-86e4-4005-8b17-0252365bfbfe","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T07:37:05.608Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:37:05.608Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:37:05.608Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:37:05.608Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "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-22T07:37:06.610Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:37:06.610Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:37:06.610Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:37:06.610Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:37:07.612Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "f38337a8-d2df-48a9-a491-0868f87ff613",
  "serviceDescription": "service",
  "serviceInvariantUUID": "120c21e3-6916-4b71-8ac3-5c439c353b17",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "32b7cdbe-58ea-461f-96d0-994e2f90eca5",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "e5cee138-d08f-4f98-b954-b100fc045ce9",
      "resourceInvariantUUID": "184f7c4b-e703-4d14-a5d9-3fcd2158143c",
      "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": "Yzc2YTA3NWYxYThhNTllZmQ0NTdhNjhkMWQ1ZTEwMzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "800f3a61-86e4-4005-8b17-0252365bfbfe"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T07:37:07.612Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T07:37:07.612Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f38337a8-d2df-48a9-a491-0868f87ff613 ASDC
2023-03-22T07:37:07.613Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:b64429f8-68d6-4a68-b948-a3a538b17dd3
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:f38337a8-d2df-48a9-a491-0868f87ff613
ServiceInvariantUUID:120c21e3-6916-4b71-8ac3-5c439c353b17
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:800f3a61-86e4-4005-8b17-0252365bfbfe
ArtifactChecksum:Yzc2YTA3NWYxYThhNTllZmQ0NTdhNjhkMWQ1ZTEwMzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:32b7cdbe-58ea-461f-96d0-994e2f90eca5
ResourceInvariantUUID:184f7c4b-e703-4d14-a5d9-3fcd2158143c
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:e5cee138-d08f-4f98-b954-b100fc045ce9
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-22T07:37:07.613Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f38337a8-d2df-48a9-a491-0868f87ff613 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:37:07.633Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:37:07.634Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:37:07.634Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:37:07.634Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 800f3a61-86e4-4005-8b17-0252365bfbfe from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-22T07:37:07.634Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-22T07:37:07.635Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-22T07:37:07.653Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-22T07:37:07.654Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@fd65298
2023-03-22T07:37:07.654Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T07:37:07.654Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-22T07:37:07.654Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 800f3a61-86e4-4005-8b17-0252365bfbfe Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T07:37:07.655Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-22T07:37:07.655Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is  not found)
2023-03-22T07:37:07.655Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T07:37:07.655Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:37:07.655Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:37:07.655Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470627655,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:37:08.657Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:800f3a61-86e4-4005-8b17-0252365bfbfe)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-22T07:37:08.705Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||ERROR|500||Csar with UUID: 800f3a61-86e4-4005-8b17-0252365bfbfe already exists
2023-03-22T07:37:08.705Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-22T07:37:08.705Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: 800f3a61-86e4-4005-8b17-0252365bfbfe already exists)
2023-03-22T07:37:08.706Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:37:08.706Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:37:08.706Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:37:08.706Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470628705,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 800f3a61-86e4-4005-8b17-0252365bfbfe already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:37:09.707Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-22T07:37:09.707Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: e5cee138-d08f-4f98-b954-b100fc045ce9 already exists)
2023-03-22T07:37:09.707Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:37:09.713Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:37:09.715Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:37:09.715Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470629707,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e5cee138-d08f-4f98-b954-b100fc045ce9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:37:10.716Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b64429f8-68d6-4a68-b948-a3a538b17dd3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:37:10.731Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b64429f8-68d6-4a68-b948-a3a538b17dd3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:37:10.734Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T07:37:10.734Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T07:37:10.734Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T07:37:10.735Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T07:37:10.735Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:37:10.735Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:37:10.735Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:37:10.735Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:37:10.735Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-22T07:37:10.742Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T07:37:28.533Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:37:28.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:37:28.542Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470589700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T07:37:28.542Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:37:28.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:37:28.542Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470592338,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa already exists"
}
2023-03-22T07:37:28.542Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:37:28.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:37:28.542Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470593339,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a403d108-1e0a-4b72-ac99-f7abbce4ed23 already exists"
}
2023-03-22T07:37:28.543Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:37:28.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:37:28.543Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470624586,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T07:37:28.543Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:37:28.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:37:28.543Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:37:28.543Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:37:28.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:37:28.543Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T07:37:28.543Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:37:28.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:37:28.543Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470627655,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-22T07:37:28.544Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:37:28.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:37:28.544Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470628705,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 800f3a61-86e4-4005-8b17-0252365bfbfe already exists"
}
2023-03-22T07:37:28.544Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:37:28.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:37:28.544Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470629707,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e5cee138-d08f-4f98-b954-b100fc045ce9 already exists"
}
2023-03-22T07:37:28.544Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:37:40.743Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b64429f8-68d6-4a68-b948-a3a538b17dd3 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T07:37:40.750Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b64429f8-68d6-4a68-b948-a3a538b17dd3 and serviceModelVersionId: f38337a8-d2df-48a9-a491-0868f87ff613
2023-03-22T07:37:40.751Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 120c21e3-6916-4b71-8ac3-5c439c353b17
2023-03-22T07:37:40.751Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0
2023-03-22T07:37:40.757Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T07:37:40.769Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0|INFO|500||Invoke
2023-03-22T07:37:40.769Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b64429f8-68d6-4a68-b948-a3a538b17dd3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e6292b00-b5b7-4bf1-ae89-b9df0e8adf7a], X-ECOMP-RequestID=[b64429f8-68d6-4a68-b948-a3a538b17dd3], X-TransactionId=[], X-ONAP-RequestID=[b64429f8-68d6-4a68-b948-a3a538b17dd3], Content-Type=[application/merge-patch+json]}
2023-03-22T07:37:40.776Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T07:37:40.929Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 07:37:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[150], vertex-id=[209000], x-aai-txid=[1-aai-resources-230322-07:37:40:663-53014], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T07:37:40.930Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-22T07:37:40.930Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0|INFO|500||InvokeReturn
2023-03-22T07:37:40.931Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T07:37:40.931Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T07:37:40.944Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T07:37:40.944Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b64429f8-68d6-4a68-b948-a3a538b17dd3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T07:37:40.944Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T07:37:40.944Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:37:40.944Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:37:40.944Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470660944,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:37:41.965Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-22T07:37:41.965Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"4d2fc27d-4827-4431-8901-1a7fe4ae70eb","serviceName":"Demo_pNF_Th3LXatp9s8wdDTQBYLt","serviceVersion":"1.0","serviceUUID":"cdad142e-6240-4457-8e87-75b7cbd29e38","serviceDescription":"catalog service description","serviceInvariantUUID":"81de75ee-355d-450a-b294-753817382022","resources":[{"resourceInstanceName":"pNF 6c7740df-c757 0","resourceName":"pNF 6c7740df-c757","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0da99d63-27be-4a3a-9bd6-c9f17d70a915","resourceInvariantUUID":"41ff80c8-5a8c-4586-9497-ee0ed8d8dbb8","resourceCustomizationUUID":"0404e3be-4b20-4344-a6e5-8950491f980d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vf-license-model.xml","artifactChecksum":"ZmFlNmVhNzc5ZWZlOTA2MDU4ZjgyYjAzYWI0Mzk3NDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"92d23c96-8b8f-4d9d-b136-5be1619c9ec5","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ea08e81f-ef29-4698-9ed5-fe992c4b9a9b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e8855c67-e9df-4389-96ea-13624f308c26","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vendor-license-model.xml","artifactChecksum":"MDIyM2QxNDY2ZjIzMDBhODMzMDExNmFiOGQ1ZmQxZjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9d892759-0f11-4463-b7ab-71ba4e1c07b6","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"66a0ca7b-6224-438d-b805-63e8aa6a2f6d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3e4dc005-13b1-4f11-ba54-e2d95eb2a6b8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTh3lxatp9s8wddtqbylt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-template.yml","artifactChecksum":"Yjc5YTkyYjYzNDRkY2MyN2VmMzg3NDEzODk4NDJjYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b2903a06-5b2c-414f-a385-4ca4513bf0c8","artifactVersion":"1"},{"artifactName":"service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar","artifactChecksum":"ODBhNmVlNzYyZjAyOTI2MWQwZGVlOTIzZDMzMjU1OTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c4384b06-8549-491d-87e4-dd44765b609c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T07:37:41.965Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:37:41.965Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:37:41.966Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:37:41.966Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:37:42.966Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:37:42.967Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:37:42.967Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:37:42.967Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:37:43.967Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:37:43.967Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:37:43.967Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:37:43.968Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:37:44.968Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:37:44.969Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:37:44.969Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:37:44.969Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:37:45.969Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:37:45.970Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:37:45.970Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:37:45.970Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:37:46.971Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:37:46.971Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:37:46.971Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:37:46.971Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:37:47.972Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:37:47.972Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:37:47.972Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:37:47.972Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:37:48.973Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:37:48.973Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:37:48.973Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:37:48.973Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:37:49.974Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "serviceName": "Demo_pNF_Th3LXatp9s8wdDTQBYLt",
  "serviceVersion": "1.0",
  "serviceUUID": "cdad142e-6240-4457-8e87-75b7cbd29e38",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "81de75ee-355d-450a-b294-753817382022",
  "resources": [
    {
      "resourceInstanceName": "pNF 6c7740df-c757 0",
      "resourceCustomizationUUID": "0404e3be-4b20-4344-a6e5-8950491f980d",
      "resourceName": "pNF 6c7740df-c757",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "0da99d63-27be-4a3a-9bd6-c9f17d70a915",
      "resourceInvariantUUID": "41ff80c8-5a8c-4586-9497-ee0ed8d8dbb8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
      "artifactChecksum": "ODBhNmVlNzYyZjAyOTI2MWQwZGVlOTIzZDMzMjU1OTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c4384b06-8549-491d-87e4-dd44765b609c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T07:37:49.974Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T07:37:49.974Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cdad142e-6240-4457-8e87-75b7cbd29e38 ASDC
2023-03-22T07:37:49.975Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:4d2fc27d-4827-4431-8901-1a7fe4ae70eb
ServiceName:Demo_pNF_Th3LXatp9s8wdDTQBYLt
ServiceVersion:1.0
ServiceUUID:cdad142e-6240-4457-8e87-75b7cbd29e38
ServiceInvariantUUID:81de75ee-355d-450a-b294-753817382022
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
ArtifactUUID:c4384b06-8549-491d-87e4-dd44765b609c
ArtifactChecksum:ODBhNmVlNzYyZjAyOTI2MWQwZGVlOTIzZDMzMjU1OTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 6c7740df-c757 0
ResourceCustomizationUUID:0404e3be-4b20-4344-a6e5-8950491f980d
ResourceInvariantUUID:41ff80c8-5a8c-4586-9497-ee0ed8d8dbb8
ResourceName:pNF 6c7740df-c757
ResourceType:PNF
ResourceUUID:0da99d63-27be-4a3a-9bd6-c9f17d70a915
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-22T07:37:49.975Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cdad142e-6240-4457-8e87-75b7cbd29e38 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:37:50.007Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:37:50.007Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:37:50.007Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:37:50.007Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c4384b06-8549-491d-87e4-dd44765b609c from URL: /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T07:37:50.007Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-22T07:37:50.007Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T07:37:50.310Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-22T07:37:50.312Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar c4384b06-8549-491d-87e4-dd44765b609c 88006
2023-03-22T07:37:50.313Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar ASDC sendASDCNotification
2023-03-22T07:37:50.313Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T07:37:50.313Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T07:37:50.313Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:37:50.313Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:37:50.313Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470670313,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:37:51.314Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:37:51.314Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:37:51.315Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: c4384b06-8549-491d-87e4-dd44765b609c, URL: /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar to file: /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T07:37:51.315Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T07:37:51.316Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T07:37:51.316Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T07:37:51.396Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9500852403418568399/Definitions/service-DemoPnfTh3lxatp9s8wddtqbylt-template.yml
2023-03-22T07:37:51.989Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-22T07:37:51.989Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-22T07:37:51.989Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T07:37:51.989Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-22T07:37:51.989Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T07:37:51.989Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T07:37:51.989Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T07:37:51.989Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T07:37:51.989Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T07:37:51.989Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T07:37:51.989Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6c7740df-c757 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-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T07:37:51.989Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-22T07:37:51.989Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:37:51.989Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:37:51.989Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Node template pNF 6c7740df-c757 0 is matching search criteria
2023-03-22T07:37:51.989Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-22T07:37:51.989Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 6c7740df-c757 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T07:37:51.989Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:37:51.989Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:37:51.989Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Node template pNF 6c7740df-c757 0 is matching search criteria
2023-03-22T07:37:51.989Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-22T07:37:51.989Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 6c7740df-c757 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T07:37:51.989Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:37:51.989Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:37:51.990Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:37:51.990Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:37:51.990Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:37:51.990Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:37:51.990Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:37:51.990Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:37:51.990Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:37:51.990Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:37:51.990Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Th3LXatp9s8wdDTQBYLt
Description:catalog service description
Model UUID:cdad142e-6240-4457-8e87-75b7cbd29e38
Model Version:NULL
Model InvariantUuid:81de75ee-355d-450a-b294-753817382022
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-22T07:37:52.028Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||ERROR|500||Csar with UUID: c4384b06-8549-491d-87e4-dd44765b609c already exists
2023-03-22T07:37:52.029Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar ASDC sendASDCNotification
2023-03-22T07:37:52.029Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar(Csar with UUID: c4384b06-8549-491d-87e4-dd44765b609c already exists)
2023-03-22T07:37:52.029Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:37:52.029Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:37:52.029Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:37:52.029Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470672029,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c4384b06-8549-491d-87e4-dd44765b609c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:37:53.030Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar ASDC sendASDCNotification
2023-03-22T07:37:53.030Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar(Resource with UUID: 0da99d63-27be-4a3a-9bd6-c9f17d70a915 already exists)
2023-03-22T07:37:53.030Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:37:53.030Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:37:53.030Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:37:53.030Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470673030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 0da99d63-27be-4a3a-9bd6-c9f17d70a915 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:37:54.031Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4d2fc27d-4827-4431-8901-1a7fe4ae70eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:37:54.047Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4d2fc27d-4827-4431-8901-1a7fe4ae70eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:37:54.050Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T07:37:54.050Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T07:37:54.050Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T07:37:54.050Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T07:37:54.050Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:37:54.050Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:37:54.051Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:37:54.051Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:37:54.051Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-22T07:37:54.060Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T07:38:24.060Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4d2fc27d-4827-4431-8901-1a7fe4ae70eb and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T07:38:24.070Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4d2fc27d-4827-4431-8901-1a7fe4ae70eb and serviceModelVersionId: cdad142e-6240-4457-8e87-75b7cbd29e38
2023-03-22T07:38:24.070Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 81de75ee-355d-450a-b294-753817382022
2023-03-22T07:38:24.071Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0
2023-03-22T07:38:24.078Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T07:38:24.092Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?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-22T07:38:24.092Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0|INFO|500||Invoke
2023-03-22T07:38:24.099Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T07:38:24.258Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0|INFO|500||InvokeReturn
2023-03-22T07:38:24.258Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 07:38:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[155], vertex-id=[430280], x-aai-txid=[1-aai-resources-230322-07:38:23:985-86135], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T07:38:24.259Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-22T07:38:24.259Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T07:38:24.259Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T07:38:24.271Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T07:38:24.271Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4d2fc27d-4827-4431-8901-1a7fe4ae70eb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T07:38:24.271Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T07:38:24.271Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:38:24.271Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:38:24.271Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470704271,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:38:25.292Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-22T07:38:25.293Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"44063b6d-45da-49fc-ab15-9656002e57f4","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"695e2d69-98b7-429a-afc4-20af085f3feb","serviceDescription":"service","serviceInvariantUUID":"827b4e2f-462e-4274-b06b-83d9e0d3ace6","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1dfc083c-bd8d-4cd6-8b75-76501219274f","resourceInvariantUUID":"d5c0e36a-42fe-473e-b3c3-d29612784207","resourceCustomizationUUID":"e242c95d-05ac-4716-a0cb-a8fc5b864211","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":"ZDhkNTY4Y2Q0ZDEzZTNiMDJiOGQ3ZjFlZjJlMGU3MTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3c8639bc-c135-41e9-8036-cebebb1f075b","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":"YzI1Y2VkMTkwODBhYThhMTAwMmYxODZjNTFlOGQ4OWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cb466d3d-7037-49ba-892d-3b36a30ff8de","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":"77c31327-9aad-470c-b9b0-fe7fb5745fcb","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":"8198e7f4-1fe4-4e56-8a16-249e343a2955","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":"9fa8118c-67ff-46e0-ac49-f4f884be1af1","artifactVersion":"2","generatedFromUUID":"77c31327-9aad-470c-b9b0-fe7fb5745fcb"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YWQ3ZjcwMjUzNjgxZmY2NTgzZGM4NTVlOWQ3ZTAxZTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6d0e8b18-027b-4fa4-9135-c75d2061ced4","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YjMzZDMxODU5NzkwMmJjODA1YTRlMjExNzBhNTg2MWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"88b0302b-1d98-4d84-8518-e5897ddf5aab","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T07:38:25.293Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:38:25.293Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:38:25.293Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:38:25.293Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "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-22T07:38:26.294Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:38:26.294Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:38:26.294Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:38:26.295Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "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-22T07:38:27.296Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:38:27.296Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:38:27.296Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:38:27.296Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "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-22T07:38:28.298Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:38:28.299Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:38:28.299Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:38:28.299Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "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-22T07:38:28.533Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:38:28.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:38:28.540Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470660944,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T07:38:28.540Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:38:28.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:38:28.540Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:38:28.540Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:38:28.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:38:28.540Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:38:28.540Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:38:28.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:38:28.540Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:38:28.540Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:38:28.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:38:28.540Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:38:28.540Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:38:28.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:38:28.540Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:38:28.540Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:38:28.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:38:28.540Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:38:28.540Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:38:28.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:38:28.541Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:38:28.541Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:38:28.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:38:28.541Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T07:38:28.541Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:38:28.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:38:28.541Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470670313,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T07:38:28.541Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:38:28.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:38:28.541Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470672029,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c4384b06-8549-491d-87e4-dd44765b609c already exists"
}
2023-03-22T07:38:28.541Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:38:28.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:38:28.541Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470673030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 0da99d63-27be-4a3a-9bd6-c9f17d70a915 already exists"
}
2023-03-22T07:38:28.541Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:38:28.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:38:28.541Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470704271,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T07:38:28.541Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:38:28.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:38:28.541Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:38:28.541Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:38:28.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:38:28.541Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T07:38:28.541Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:38:28.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:38:28.541Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-22T07:38:28.541Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:38:28.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:38:28.541Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:38:28.542Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:38:29.301Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:38:29.301Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:38:29.301Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:38:29.301Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "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-22T07:38:30.303Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:38:30.303Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:38:30.304Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:38:30.304Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "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-22T07:38:31.305Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:38:31.305Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:38:31.306Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:38:31.306Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:38:32.307Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "695e2d69-98b7-429a-afc4-20af085f3feb",
  "serviceDescription": "service",
  "serviceInvariantUUID": "827b4e2f-462e-4274-b06b-83d9e0d3ace6",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "e242c95d-05ac-4716-a0cb-a8fc5b864211",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1dfc083c-bd8d-4cd6-8b75-76501219274f",
      "resourceInvariantUUID": "d5c0e36a-42fe-473e-b3c3-d29612784207",
      "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": "YzI1Y2VkMTkwODBhYThhMTAwMmYxODZjNTFlOGQ4OWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "cb466d3d-7037-49ba-892d-3b36a30ff8de",
          "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": "77c31327-9aad-470c-b9b0-fe7fb5745fcb",
          "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": "9fa8118c-67ff-46e0-ac49-f4f884be1af1",
            "generatedFromUUID": "77c31327-9aad-470c-b9b0-fe7fb5745fcb"
          },
          "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": "9fa8118c-67ff-46e0-ac49-f4f884be1af1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YjMzZDMxODU5NzkwMmJjODA1YTRlMjExNzBhNTg2MWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "88b0302b-1d98-4d84-8518-e5897ddf5aab"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T07:38:32.307Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T07:38:32.307Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 695e2d69-98b7-429a-afc4-20af085f3feb ASDC
2023-03-22T07:38:32.308Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:44063b6d-45da-49fc-ab15-9656002e57f4
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:695e2d69-98b7-429a-afc4-20af085f3feb
ServiceInvariantUUID:827b4e2f-462e-4274-b06b-83d9e0d3ace6
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:88b0302b-1d98-4d84-8518-e5897ddf5aab
ArtifactChecksum:YjMzZDMxODU5NzkwMmJjODA1YTRlMjExNzBhNTg2MWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:e242c95d-05ac-4716-a0cb-a8fc5b864211
ResourceInvariantUUID:d5c0e36a-42fe-473e-b3c3-d29612784207
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1dfc083c-bd8d-4cd6-8b75-76501219274f
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:cb466d3d-7037-49ba-892d-3b36a30ff8de
ArtifactChecksum:YzI1Y2VkMTkwODBhYThhMTAwMmYxODZjNTFlOGQ4OWI=
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:77c31327-9aad-470c-b9b0-fe7fb5745fcb
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:9fa8118c-67ff-46e0-ac49-f4f884be1af1
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:9fa8118c-67ff-46e0-ac49-f4f884be1af1
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-22T07:38:32.308Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 695e2d69-98b7-429a-afc4-20af085f3feb ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:38:32.335Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:38:32.336Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:38:32.336Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:38:32.336Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 88b0302b-1d98-4d84-8518-e5897ddf5aab from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-22T07:38:32.336Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-22T07:38:32.336Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-22T07:38:32.361Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-22T07:38:32.361Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@519a81c0
2023-03-22T07:38:32.361Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T07:38:32.362Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-22T07:38:32.362Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 88b0302b-1d98-4d84-8518-e5897ddf5aab Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T07:38:32.362Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-22T07:38:32.362Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is  not found)
2023-03-22T07:38:32.362Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T07:38:32.363Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:38:32.363Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:38:32.363Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470712362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:38:33.364Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:88b0302b-1d98-4d84-8518-e5897ddf5aab)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-22T07:38:33.403Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||ERROR|500||Csar with UUID: 88b0302b-1d98-4d84-8518-e5897ddf5aab already exists
2023-03-22T07:38:33.404Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-22T07:38:33.404Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: 88b0302b-1d98-4d84-8518-e5897ddf5aab already exists)
2023-03-22T07:38:33.404Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:38:33.405Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:38:33.405Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:38:33.405Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470713404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 88b0302b-1d98-4d84-8518-e5897ddf5aab already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:38:34.406Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-22T07:38:34.406Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 1dfc083c-bd8d-4cd6-8b75-76501219274f already exists)
2023-03-22T07:38:34.406Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:38:34.407Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:38:34.407Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:38:34.407Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470714406,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1dfc083c-bd8d-4cd6-8b75-76501219274f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:38:35.408Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44063b6d-45da-49fc-ab15-9656002e57f4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:38:35.424Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44063b6d-45da-49fc-ab15-9656002e57f4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:38:35.426Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T07:38:35.427Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T07:38:35.427Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T07:38:35.427Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T07:38:35.427Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:38:35.427Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:38:35.427Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:38:35.427Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:38:35.428Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-22T07:38:35.436Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T07:39:05.436Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 44063b6d-45da-49fc-ab15-9656002e57f4 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T07:39:05.445Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 44063b6d-45da-49fc-ab15-9656002e57f4 and serviceModelVersionId: 695e2d69-98b7-429a-afc4-20af085f3feb
2023-03-22T07:39:05.445Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 827b4e2f-462e-4274-b06b-83d9e0d3ace6
2023-03-22T07:39:05.446Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0
2023-03-22T07:39:05.450Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T07:39:05.462Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?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-22T07:39:05.462Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0|INFO|500||Invoke
2023-03-22T07:39:05.470Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T07:39:05.613Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0|INFO|500||InvokeReturn
2023-03-22T07:39:05.613Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 07:39:05 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[137], vertex-id=[204872], x-aai-txid=[1-aai-resources-230322-07:39:05:356-44077], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T07:39:05.613Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-22T07:39:05.613Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T07:39:05.614Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T07:39:05.622Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T07:39:05.622Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 44063b6d-45da-49fc-ab15-9656002e57f4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T07:39:05.622Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T07:39:05.623Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:39:05.623Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:39:05.623Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470745622,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:39:06.643Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-22T07:39:06.643Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"9924a26b-a04c-4225-b032-052c7b2cf566","serviceName":"Demo_pNF_9IUxclu6rx6wQh9DcrJS","serviceVersion":"1.0","serviceUUID":"647a66fa-87b6-440c-a757-f69947b97362","serviceDescription":"catalog service description","serviceInvariantUUID":"f70569bd-1e3e-44bf-8efb-7749f9bde32d","resources":[{"resourceInstanceName":"pNF 4941fe25-94c8 0","resourceName":"pNF 4941fe25-94c8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"cb2ca461-78a5-42df-8dee-78112a494a1c","resourceInvariantUUID":"979f5168-53c0-4416-88ea-e985f733d3cd","resourceCustomizationUUID":"4d960573-0d6e-4635-9f65-1313a7ceb117","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/vf-license-model.xml","artifactChecksum":"YzYxOTgyMWQ3NzMyYmYyMTFlNjM3MDMzMmQ2MTVkMjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a4d1dc03-af6b-4962-baf0-5b9ef5bd942f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e119af17-1957-4c3c-863f-ede4831c5817","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"68d2da44-1fc2-4539-aa49-a48598b155ac","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/vendor-license-model.xml","artifactChecksum":"NDkyY2RiOTA0YjM0ZTMzMWQ1MWRhNWVmOTEzNGU0ZmQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c3e68176-8083-42d3-99ac-a7723b32ec49","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"57bda23d-ba6b-4c73-a5b3-24bd9580cb80","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4178379e-731c-43fd-a43d-d78de9f644b1","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf9iuxclu6rx6wqh9dcrjs-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-template.yml","artifactChecksum":"MTM0NGRlMjc4NTAyNzg0ODZiYTliOWQxNzM0MGMzYzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"77a75954-d595-4752-994e-189e7b432579","artifactVersion":"1"},{"artifactName":"service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar","artifactChecksum":"N2FlOGNiMmRjMTViMDc2NDY4OWVhZjI3Mzk2YjA5YWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bed1cd00-b292-4c69-9a78-f4650b984b17","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T07:39:06.643Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:39:06.643Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:39:06.643Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:39:06.643Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:39:07.645Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:39:07.645Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:39:07.645Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:39:07.645Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:39:08.646Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:39:08.646Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:39:08.646Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:39:08.646Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:39:09.647Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:39:09.647Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:39:09.647Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:39:09.647Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:39:10.648Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:39:10.648Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:39:10.649Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:39:10.649Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:39:11.650Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:39:11.651Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:39:11.651Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:39:11.651Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:39:12.651Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:39:12.652Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:39:12.652Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:39:12.652Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:39:13.653Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:39:13.653Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:39:13.653Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:39:13.654Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:39:14.654Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "serviceName": "Demo_pNF_9IUxclu6rx6wQh9DcrJS",
  "serviceVersion": "1.0",
  "serviceUUID": "647a66fa-87b6-440c-a757-f69947b97362",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f70569bd-1e3e-44bf-8efb-7749f9bde32d",
  "resources": [
    {
      "resourceInstanceName": "pNF 4941fe25-94c8 0",
      "resourceCustomizationUUID": "4d960573-0d6e-4635-9f65-1313a7ceb117",
      "resourceName": "pNF 4941fe25-94c8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "cb2ca461-78a5-42df-8dee-78112a494a1c",
      "resourceInvariantUUID": "979f5168-53c0-4416-88ea-e985f733d3cd",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
      "artifactChecksum": "N2FlOGNiMmRjMTViMDc2NDY4OWVhZjI3Mzk2YjA5YWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bed1cd00-b292-4c69-9a78-f4650b984b17"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T07:39:14.655Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T07:39:14.655Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 647a66fa-87b6-440c-a757-f69947b97362 ASDC
2023-03-22T07:39:14.655Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:9924a26b-a04c-4225-b032-052c7b2cf566
ServiceName:Demo_pNF_9IUxclu6rx6wQh9DcrJS
ServiceVersion:1.0
ServiceUUID:647a66fa-87b6-440c-a757-f69947b97362
ServiceInvariantUUID:f70569bd-1e3e-44bf-8efb-7749f9bde32d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
ArtifactUUID:bed1cd00-b292-4c69-9a78-f4650b984b17
ArtifactChecksum:N2FlOGNiMmRjMTViMDc2NDY4OWVhZjI3Mzk2YjA5YWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 4941fe25-94c8 0
ResourceCustomizationUUID:4d960573-0d6e-4635-9f65-1313a7ceb117
ResourceInvariantUUID:979f5168-53c0-4416-88ea-e985f733d3cd
ResourceName:pNF 4941fe25-94c8
ResourceType:PNF
ResourceUUID:cb2ca461-78a5-42df-8dee-78112a494a1c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-22T07:39:14.655Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 647a66fa-87b6-440c-a757-f69947b97362 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:39:14.680Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:39:14.680Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:39:14.681Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:39:14.681Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: bed1cd00-b292-4c69-9a78-f4650b984b17 from URL: /sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T07:39:14.681Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-22T07:39:14.681Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T07:39:14.998Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-22T07:39:15.000Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar bed1cd00-b292-4c69-9a78-f4650b984b17 88002
2023-03-22T07:39:15.001Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar ASDC sendASDCNotification
2023-03-22T07:39:15.001Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T07:39:15.001Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T07:39:15.001Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:39:15.002Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:39:15.002Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470755001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:39:16.003Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:39:16.004Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:39:16.004Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: bed1cd00-b292-4c69-9a78-f4650b984b17, URL: /sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar to file: /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T07:39:16.004Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T07:39:16.005Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T07:39:16.005Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T07:39:16.086Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16719825702807351766/Definitions/service-DemoPnf9iuxclu6rx6wqh9dcrjs-template.yml
2023-03-22T07:39:16.685Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-22T07:39:16.686Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-22T07:39:16.686Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T07:39:16.686Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-22T07:39:16.686Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T07:39:16.686Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4941fe25-94c8 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-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T07:39:16.686Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T07:39:16.686Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T07:39:16.686Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T07:39:16.686Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T07:39:16.686Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T07:39:16.686Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-22T07:39:16.686Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:39:16.686Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_9IUxclu6rx6wQh9DcrJS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:39:16.686Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Node template pNF 4941fe25-94c8 0 is matching search criteria
2023-03-22T07:39:16.686Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-22T07:39:16.686Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 4941fe25-94c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T07:39:16.687Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:39:16.687Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_9IUxclu6rx6wQh9DcrJS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:39:16.687Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Node template pNF 4941fe25-94c8 0 is matching search criteria
2023-03-22T07:39:16.687Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-22T07:39:16.687Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 4941fe25-94c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T07:39:16.687Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:39:16.687Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_9IUxclu6rx6wQh9DcrJS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:39:16.687Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:39:16.687Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_9IUxclu6rx6wQh9DcrJS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:39:16.687Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:39:16.687Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_9IUxclu6rx6wQh9DcrJS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:39:16.687Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:39:16.687Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_9IUxclu6rx6wQh9DcrJS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:39:16.687Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:39:16.687Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_9IUxclu6rx6wQh9DcrJS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:39:16.687Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_9IUxclu6rx6wQh9DcrJS
Description:catalog service description
Model UUID:647a66fa-87b6-440c-a757-f69947b97362
Model Version:NULL
Model InvariantUuid:f70569bd-1e3e-44bf-8efb-7749f9bde32d
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-22T07:39:16.717Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||ERROR|500||Csar with UUID: bed1cd00-b292-4c69-9a78-f4650b984b17 already exists
2023-03-22T07:39:16.717Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar ASDC sendASDCNotification
2023-03-22T07:39:16.717Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar(Csar with UUID: bed1cd00-b292-4c69-9a78-f4650b984b17 already exists)
2023-03-22T07:39:16.717Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:39:16.718Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:39:16.718Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:39:16.718Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470756717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bed1cd00-b292-4c69-9a78-f4650b984b17 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:39:17.719Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar ASDC sendASDCNotification
2023-03-22T07:39:17.719Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar(Resource with UUID: cb2ca461-78a5-42df-8dee-78112a494a1c already exists)
2023-03-22T07:39:17.719Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:39:17.720Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:39:17.720Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:39:17.720Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470757719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: cb2ca461-78a5-42df-8dee-78112a494a1c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:39:18.721Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9924a26b-a04c-4225-b032-052c7b2cf566
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:39:18.741Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9924a26b-a04c-4225-b032-052c7b2cf566
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:39:18.745Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T07:39:18.745Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T07:39:18.746Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T07:39:18.746Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T07:39:18.746Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:39:18.746Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:39:18.746Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:39:18.746Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:39:18.746Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-22T07:39:18.754Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T07:39:28.533Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:39:28.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:39:28.541Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-22T07:39:28.541Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:39:28.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:39:28.541Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:39:28.541Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:39:28.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:39:28.541Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T07:39:28.542Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:39:28.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:39:28.542Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470712362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-22T07:39:28.542Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:39:28.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:39:28.542Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470713404,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 88b0302b-1d98-4d84-8518-e5897ddf5aab already exists"
}
2023-03-22T07:39:28.542Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:39:28.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:39:28.542Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470714406,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1dfc083c-bd8d-4cd6-8b75-76501219274f already exists"
}
2023-03-22T07:39:28.542Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:39:28.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:39:28.542Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470745622,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T07:39:28.543Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:39:28.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:39:28.543Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:39:28.543Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:39:28.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:39:28.543Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:39:28.543Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:39:28.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:39:28.543Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:39:28.543Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:39:28.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:39:28.543Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:39:28.544Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:39:28.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:39:28.544Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:39:28.544Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:39:28.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:39:28.544Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:39:28.544Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:39:28.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:39:28.544Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:39:28.544Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:39:28.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:39:28.545Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T07:39:28.545Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:39:28.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:39:28.545Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470755001,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T07:39:28.545Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:39:28.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:39:28.545Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470756717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bed1cd00-b292-4c69-9a78-f4650b984b17 already exists"
}
2023-03-22T07:39:28.545Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:39:28.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-03-22T07:39:28.545Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470757719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: cb2ca461-78a5-42df-8dee-78112a494a1c already exists"
}
2023-03-22T07:39:28.546Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:39:48.755Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9924a26b-a04c-4225-b032-052c7b2cf566 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T07:39:48.767Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9924a26b-a04c-4225-b032-052c7b2cf566 and serviceModelVersionId: 647a66fa-87b6-440c-a757-f69947b97362
2023-03-22T07:39:48.767Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f70569bd-1e3e-44bf-8efb-7749f9bde32d
2023-03-22T07:39:48.768Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f70569bd-1e3e-44bf-8efb-7749f9bde32d/model-vers/model-ver/647a66fa-87b6-440c-a757-f69947b97362?depth=0
2023-03-22T07:39:48.773Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T07:39:48.786Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f70569bd-1e3e-44bf-8efb-7749f9bde32d/model-vers/model-ver/647a66fa-87b6-440c-a757-f69947b97362?depth=0|INFO|500||Invoke
2023-03-22T07:39:48.786Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f70569bd-1e3e-44bf-8efb-7749f9bde32d/model-vers/model-ver/647a66fa-87b6-440c-a757-f69947b97362?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f70569bd-1e3e-44bf-8efb-7749f9bde32d/model-vers/model-ver/647a66fa-87b6-440c-a757-f69947b97362?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9924a26b-a04c-4225-b032-052c7b2cf566], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a5e57866-5c55-4fd7-ae00-a199461bc9b5], X-ECOMP-RequestID=[9924a26b-a04c-4225-b032-052c7b2cf566], X-TransactionId=[], X-ONAP-RequestID=[9924a26b-a04c-4225-b032-052c7b2cf566], Content-Type=[application/merge-patch+json]}
2023-03-22T07:39:48.793Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f70569bd-1e3e-44bf-8efb-7749f9bde32d/model-vers/model-ver/647a66fa-87b6-440c-a757-f69947b97362?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T07:39:48.946Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f70569bd-1e3e-44bf-8efb-7749f9bde32d/model-vers/model-ver/647a66fa-87b6-440c-a757-f69947b97362?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f70569bd-1e3e-44bf-8efb-7749f9bde32d/model-vers/model-ver/647a66fa-87b6-440c-a757-f69947b97362?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 07:39:48 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[150], vertex-id=[241704], x-aai-txid=[1-aai-resources-230322-07:39:48:680-47247], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T07:39:48.947Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f70569bd-1e3e-44bf-8efb-7749f9bde32d/model-vers/model-ver/647a66fa-87b6-440c-a757-f69947b97362?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-22T07:39:48.947Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f70569bd-1e3e-44bf-8efb-7749f9bde32d/model-vers/model-ver/647a66fa-87b6-440c-a757-f69947b97362?depth=0|INFO|500||InvokeReturn
2023-03-22T07:39:48.948Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T07:39:48.948Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T07:39:48.960Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T07:39:48.960Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9924a26b-a04c-4225-b032-052c7b2cf566 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T07:39:48.960Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T07:39:48.960Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:39:48.960Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:39:48.961Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470788960,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:39:49.989Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-22T07:39:49.989Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"08b6040e-7b4a-44c2-af7c-fcd04054adec","serviceName":"Demo_pNF_pktFZxOCThQPe4Zs60EQ","serviceVersion":"1.0","serviceUUID":"629d915f-6b85-4eeb-bd28-cbde30f0f8a3","serviceDescription":"catalog service description","serviceInvariantUUID":"73257fcb-88fc-45b6-a0b8-5f8176a8977c","resources":[{"resourceInstanceName":"pNF a498d291-4a19 0","resourceName":"pNF a498d291-4a19","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"95a08ea9-f28e-4a01-aecb-636af265c68f","resourceInvariantUUID":"8e91c943-e2be-45e1-9613-569e58db6414","resourceCustomizationUUID":"67990602-602c-45b9-8602-286ecf8b0ac8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/vf-license-model.xml","artifactChecksum":"NTRjMWQyNmMzZDA2YzFlOWRkZGU3MTBmMjg3MGRkZDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d9c04ff7-24e7-47f0-92b0-f40185dd794d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d3d4d9f7-c5f7-416e-99be-38f15b7b259b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"719f556e-f7ea-4c2a-b4a9-97220f7c4ba4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/vendor-license-model.xml","artifactChecksum":"YjdmYTE3N2EyMTM0MmUzMjlkNGE3ZDU0ODM5YjQxOTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"28b80170-5e7d-425c-b612-daa5d75707a4","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"28e9dd63-a113-4424-bc65-5684ddc930c0","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"42e7de65-1674-4024-bcad-adddb6de24f7","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfPktfzxocthqpe4zs60eq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-template.yml","artifactChecksum":"MDk3NzRiMWQxNWY1NjY1NGU1NzMzM2U1ZmJhYTdkZmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cd967a05-b1a8-45b5-b89d-a358b59fc632","artifactVersion":"1"},{"artifactName":"service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar","artifactChecksum":"OWM1NmU5MTFmYmY1ZTJiOTcwYWMzZTYyY2E0ODNiYzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"be007dae-3dea-4485-8bf1-6166d4912655","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T07:39:49.989Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:39:49.989Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:39:49.990Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:39:49.990Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:39:50.990Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:39:50.991Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:39:50.991Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:39:50.991Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:39:51.991Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:39:51.991Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:39:51.992Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:39:51.992Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:39:52.992Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:39:52.992Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:39:52.992Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:39:52.992Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:39:53.993Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:39:53.993Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:39:53.993Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:39:53.993Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:39:54.994Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:39:54.994Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:39:54.995Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:39:54.995Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:39:55.996Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:39:55.996Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:39:55.996Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:39:55.997Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:39:56.998Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:39:56.998Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:39:56.998Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:39:56.998Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:39:57.999Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "serviceName": "Demo_pNF_pktFZxOCThQPe4Zs60EQ",
  "serviceVersion": "1.0",
  "serviceUUID": "629d915f-6b85-4eeb-bd28-cbde30f0f8a3",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "73257fcb-88fc-45b6-a0b8-5f8176a8977c",
  "resources": [
    {
      "resourceInstanceName": "pNF a498d291-4a19 0",
      "resourceCustomizationUUID": "67990602-602c-45b9-8602-286ecf8b0ac8",
      "resourceName": "pNF a498d291-4a19",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "95a08ea9-f28e-4a01-aecb-636af265c68f",
      "resourceInvariantUUID": "8e91c943-e2be-45e1-9613-569e58db6414",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
      "artifactChecksum": "OWM1NmU5MTFmYmY1ZTJiOTcwYWMzZTYyY2E0ODNiYzE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "be007dae-3dea-4485-8bf1-6166d4912655"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T07:39:57.999Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T07:39:57.999Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 629d915f-6b85-4eeb-bd28-cbde30f0f8a3 ASDC
2023-03-22T07:39:58.000Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:08b6040e-7b4a-44c2-af7c-fcd04054adec
ServiceName:Demo_pNF_pktFZxOCThQPe4Zs60EQ
ServiceVersion:1.0
ServiceUUID:629d915f-6b85-4eeb-bd28-cbde30f0f8a3
ServiceInvariantUUID:73257fcb-88fc-45b6-a0b8-5f8176a8977c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
ArtifactUUID:be007dae-3dea-4485-8bf1-6166d4912655
ArtifactChecksum:OWM1NmU5MTFmYmY1ZTJiOTcwYWMzZTYyY2E0ODNiYzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF a498d291-4a19 0
ResourceCustomizationUUID:67990602-602c-45b9-8602-286ecf8b0ac8
ResourceInvariantUUID:8e91c943-e2be-45e1-9613-569e58db6414
ResourceName:pNF a498d291-4a19
ResourceType:PNF
ResourceUUID:95a08ea9-f28e-4a01-aecb-636af265c68f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-22T07:39:58.000Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 629d915f-6b85-4eeb-bd28-cbde30f0f8a3 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:39:58.038Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:39:58.038Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:39:58.039Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:39:58.039Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: be007dae-3dea-4485-8bf1-6166d4912655 from URL: /sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T07:39:58.039Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-22T07:39:58.039Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T07:39:58.325Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-22T07:39:58.326Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar be007dae-3dea-4485-8bf1-6166d4912655 88015
2023-03-22T07:39:58.326Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar ASDC sendASDCNotification
2023-03-22T07:39:58.326Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T07:39:58.326Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T07:39:58.327Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:39:58.327Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:39:58.327Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470798326,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:39:59.327Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:39:59.328Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:39:59.328Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: be007dae-3dea-4485-8bf1-6166d4912655, URL: /sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar to file: /app/ASDC/1/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T07:39:59.329Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T07:39:59.329Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T07:39:59.329Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T07:39:59.437Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7577345334109706098/Definitions/service-DemoPnfPktfzxocthqpe4zs60eq-template.yml
2023-03-22T07:39:59.982Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-22T07:39:59.983Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-22T07:39:59.983Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T07:39:59.983Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-22T07:39:59.983Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a498d291-4a19 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-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T07:39:59.983Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T07:39:59.983Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T07:39:59.983Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T07:39:59.983Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T07:39:59.983Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T07:39:59.983Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T07:39:59.983Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-22T07:39:59.983Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:39:59.983Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pktFZxOCThQPe4Zs60EQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:39:59.983Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Node template pNF a498d291-4a19 0 is matching search criteria
2023-03-22T07:39:59.983Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-22T07:39:59.984Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF a498d291-4a19 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T07:39:59.984Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:39:59.984Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pktFZxOCThQPe4Zs60EQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:39:59.984Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Node template pNF a498d291-4a19 0 is matching search criteria
2023-03-22T07:39:59.984Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-22T07:39:59.984Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF a498d291-4a19 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T07:39:59.984Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:39:59.984Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pktFZxOCThQPe4Zs60EQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:39:59.984Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:39:59.984Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pktFZxOCThQPe4Zs60EQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:39:59.984Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:39:59.984Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pktFZxOCThQPe4Zs60EQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:39:59.984Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:39:59.984Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pktFZxOCThQPe4Zs60EQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:39:59.984Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:39:59.985Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pktFZxOCThQPe4Zs60EQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:39:59.985Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_pktFZxOCThQPe4Zs60EQ
Description:catalog service description
Model UUID:629d915f-6b85-4eeb-bd28-cbde30f0f8a3
Model Version:NULL
Model InvariantUuid:73257fcb-88fc-45b6-a0b8-5f8176a8977c
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-22T07:40:00.029Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||ERROR|500||Csar with UUID: be007dae-3dea-4485-8bf1-6166d4912655 already exists
2023-03-22T07:40:00.029Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar ASDC sendASDCNotification
2023-03-22T07:40:00.029Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar(Csar with UUID: be007dae-3dea-4485-8bf1-6166d4912655 already exists)
2023-03-22T07:40:00.029Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:40:00.029Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:40:00.029Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:40:00.030Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470800029,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: be007dae-3dea-4485-8bf1-6166d4912655 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:40:01.030Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar ASDC sendASDCNotification
2023-03-22T07:40:01.031Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar(Resource with UUID: 95a08ea9-f28e-4a01-aecb-636af265c68f already exists)
2023-03-22T07:40:01.031Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:40:01.031Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:40:01.031Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:40:01.031Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470801030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 95a08ea9-f28e-4a01-aecb-636af265c68f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:40:02.032Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 08b6040e-7b4a-44c2-af7c-fcd04054adec
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:40:02.056Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 08b6040e-7b4a-44c2-af7c-fcd04054adec
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:40:02.061Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T07:40:02.061Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T07:40:02.061Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T07:40:02.061Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T07:40:02.061Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:40:02.061Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:40:02.061Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:40:02.061Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:40:02.061Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-22T07:40:02.076Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T07:40:28.533Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:40:28.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:40:28.542Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470788960,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T07:40:28.542Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:40:28.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:40:28.543Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:40:28.543Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:40:28.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:40:28.543Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:40:28.543Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:40:28.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:40:28.543Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:40:28.544Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:40:28.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:40:28.544Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:40:28.544Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:40:28.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:40:28.544Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:40:28.544Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:40:28.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:40:28.544Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:40:28.545Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:40:28.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:40:28.545Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:40:28.545Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:40:28.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:40:28.545Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T07:40:28.545Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:40:28.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:40:28.546Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470798326,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T07:40:28.546Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:40:28.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:40:28.546Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470800029,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: be007dae-3dea-4485-8bf1-6166d4912655 already exists"
}
2023-03-22T07:40:28.546Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:40:28.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:40:28.546Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470801030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 95a08ea9-f28e-4a01-aecb-636af265c68f already exists"
}
2023-03-22T07:40:28.546Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:40:32.077Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 08b6040e-7b4a-44c2-af7c-fcd04054adec and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T07:40:32.081Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 08b6040e-7b4a-44c2-af7c-fcd04054adec and serviceModelVersionId: 629d915f-6b85-4eeb-bd28-cbde30f0f8a3
2023-03-22T07:40:32.081Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 73257fcb-88fc-45b6-a0b8-5f8176a8977c
2023-03-22T07:40:32.082Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/73257fcb-88fc-45b6-a0b8-5f8176a8977c/model-vers/model-ver/629d915f-6b85-4eeb-bd28-cbde30f0f8a3?depth=0
2023-03-22T07:40:32.088Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T07:40:32.102Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/73257fcb-88fc-45b6-a0b8-5f8176a8977c/model-vers/model-ver/629d915f-6b85-4eeb-bd28-cbde30f0f8a3?depth=0|INFO|500||Invoke
2023-03-22T07:40:32.102Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/73257fcb-88fc-45b6-a0b8-5f8176a8977c/model-vers/model-ver/629d915f-6b85-4eeb-bd28-cbde30f0f8a3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/73257fcb-88fc-45b6-a0b8-5f8176a8977c/model-vers/model-ver/629d915f-6b85-4eeb-bd28-cbde30f0f8a3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[08b6040e-7b4a-44c2-af7c-fcd04054adec], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5795d37b-17c5-4043-b803-78a4f2a6a0ab], X-ECOMP-RequestID=[08b6040e-7b4a-44c2-af7c-fcd04054adec], X-TransactionId=[], X-ONAP-RequestID=[08b6040e-7b4a-44c2-af7c-fcd04054adec], Content-Type=[application/merge-patch+json]}
2023-03-22T07:40:32.110Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/73257fcb-88fc-45b6-a0b8-5f8176a8977c/model-vers/model-ver/629d915f-6b85-4eeb-bd28-cbde30f0f8a3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T07:40:32.262Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/73257fcb-88fc-45b6-a0b8-5f8176a8977c/model-vers/model-ver/629d915f-6b85-4eeb-bd28-cbde30f0f8a3?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/73257fcb-88fc-45b6-a0b8-5f8176a8977c/model-vers/model-ver/629d915f-6b85-4eeb-bd28-cbde30f0f8a3?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 07:40:31 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[147], vertex-id=[208920], x-aai-txid=[2-aai-resources-230322-07:40:31:998-13492], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T07:40:32.262Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/73257fcb-88fc-45b6-a0b8-5f8176a8977c/model-vers/model-ver/629d915f-6b85-4eeb-bd28-cbde30f0f8a3?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-22T07:40:32.263Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/73257fcb-88fc-45b6-a0b8-5f8176a8977c/model-vers/model-ver/629d915f-6b85-4eeb-bd28-cbde30f0f8a3?depth=0|INFO|500||InvokeReturn
2023-03-22T07:40:32.263Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T07:40:32.263Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T07:40:32.278Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T07:40:32.278Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 08b6040e-7b4a-44c2-af7c-fcd04054adec and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T07:40:32.278Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T07:40:32.278Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:40:32.278Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:40:32.278Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470832278,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:40:33.297Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-22T07:40:33.297Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"fa44765c-1a55-4753-a677-dc05edd228ff","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"1d03f549-58ea-474c-8491-1bc243f2be47","serviceDescription":"service","serviceInvariantUUID":"6748efda-682b-4f33-bbaa-0334a4b920b4","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e44b9e49-8faf-4306-af99-db9c3c65ef69","resourceInvariantUUID":"77792895-85e7-452e-b5af-fb9110e0a230","resourceCustomizationUUID":"2a96b6ea-999b-4eb8-9e5c-4e83946ad68a","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":"NzU1NzY0MzBjYmJjZGQ3OTc3MzUwNGVhNzU4Zjk3ZGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ab241608-47f4-4771-9400-893aca25fd9a","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":"M2UzMmQwYzFjMDM1N2IyNGE5NDA2MmM0MjVhMzE2NTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"81fa1ce2-1d35-4558-b0cb-311a19890b41","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":"5da4a6a5-43fd-46b5-af1f-9407fee8103d","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":"62d4d2ce-4665-491e-9cbe-285c86834770","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":"cb1b6b34-25a6-4bcb-ae92-3274389a29a4","artifactVersion":"2","generatedFromUUID":"722a406b-689e-4051-893f-c52f13dfa916"},{"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":"1448168e-e694-4bb4-9d5e-e36feb8a9832","artifactVersion":"2","generatedFromUUID":"5da4a6a5-43fd-46b5-af1f-9407fee8103d"},{"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":"722a406b-689e-4051-893f-c52f13dfa916","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":"24939467-0def-4bf1-b946-b629a0ef58da","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":"YTgzM2RjYWJjNzE3ZWQ5ODA4OWQ5OTc2NTJkMTJiZDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5f2541fa-5f4d-43ef-bbee-8176f590635a","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NjIzMDNmYTY4M2UzODdlZDNhMjQzOWRjNzg3Njc1NmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"92be68c2-80c8-45a6-aef0-80f6bf8590cd","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T07:40:33.297Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:40:33.298Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:40:33.298Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:40:33.298Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "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-22T07:40:34.298Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:40:34.299Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:40:34.299Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:40:34.299Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "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-22T07:40:35.299Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:40:35.300Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:40:35.300Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:40:35.300Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "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-22T07:40:36.301Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:40:36.301Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:40:36.301Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:40:36.301Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "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-22T07:40:37.302Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:40:37.302Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:40:37.302Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:40:37.302Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "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-22T07:40:38.303Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:40:38.303Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:40:38.303Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:40:38.303Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "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-22T07:40:39.304Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:40:39.304Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:40:39.304Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:40:39.304Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "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-22T07:40:40.305Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:40:40.305Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:40:40.305Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:40:40.305Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "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-22T07:40:41.306Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:40:41.306Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:40:41.306Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:40:41.306Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "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-22T07:40:42.307Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:40:42.307Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:40:42.307Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:40:42.307Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:40:43.308Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "1d03f549-58ea-474c-8491-1bc243f2be47",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6748efda-682b-4f33-bbaa-0334a4b920b4",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "2a96b6ea-999b-4eb8-9e5c-4e83946ad68a",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e44b9e49-8faf-4306-af99-db9c3c65ef69",
      "resourceInvariantUUID": "77792895-85e7-452e-b5af-fb9110e0a230",
      "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": "M2UzMmQwYzFjMDM1N2IyNGE5NDA2MmM0MjVhMzE2NTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "81fa1ce2-1d35-4558-b0cb-311a19890b41",
          "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": "5da4a6a5-43fd-46b5-af1f-9407fee8103d",
          "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": "1448168e-e694-4bb4-9d5e-e36feb8a9832",
            "generatedFromUUID": "5da4a6a5-43fd-46b5-af1f-9407fee8103d"
          },
          "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": "cb1b6b34-25a6-4bcb-ae92-3274389a29a4",
          "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": "1448168e-e694-4bb4-9d5e-e36feb8a9832",
          "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": "722a406b-689e-4051-893f-c52f13dfa916",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NjIzMDNmYTY4M2UzODdlZDNhMjQzOWRjNzg3Njc1NmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "92be68c2-80c8-45a6-aef0-80f6bf8590cd"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T07:40:43.308Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T07:40:43.308Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 1d03f549-58ea-474c-8491-1bc243f2be47 ASDC
2023-03-22T07:40:43.308Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:fa44765c-1a55-4753-a677-dc05edd228ff
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:1d03f549-58ea-474c-8491-1bc243f2be47
ServiceInvariantUUID:6748efda-682b-4f33-bbaa-0334a4b920b4
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:92be68c2-80c8-45a6-aef0-80f6bf8590cd
ArtifactChecksum:NjIzMDNmYTY4M2UzODdlZDNhMjQzOWRjNzg3Njc1NmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:2a96b6ea-999b-4eb8-9e5c-4e83946ad68a
ResourceInvariantUUID:77792895-85e7-452e-b5af-fb9110e0a230
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:e44b9e49-8faf-4306-af99-db9c3c65ef69
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:81fa1ce2-1d35-4558-b0cb-311a19890b41
ArtifactChecksum:M2UzMmQwYzFjMDM1N2IyNGE5NDA2MmM0MjVhMzE2NTY=
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:5da4a6a5-43fd-46b5-af1f-9407fee8103d
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:1448168e-e694-4bb4-9d5e-e36feb8a9832
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:cb1b6b34-25a6-4bcb-ae92-3274389a29a4
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:1448168e-e694-4bb4-9d5e-e36feb8a9832
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:722a406b-689e-4051-893f-c52f13dfa916
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-22T07:40:43.309Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1d03f549-58ea-474c-8491-1bc243f2be47 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:40:43.337Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:40:43.337Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:40:43.337Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:40:43.337Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 92be68c2-80c8-45a6-aef0-80f6bf8590cd from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-22T07:40:43.337Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-22T07:40:43.337Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-22T07:40:43.626Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-22T07:40:43.627Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 92be68c2-80c8-45a6-aef0-80f6bf8590cd 163279
2023-03-22T07:40:43.628Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-22T07:40:43.628Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-22T07:40:43.628Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T07:40:43.628Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:40:43.628Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:40:43.628Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470843628,
  "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-22T07:40:44.629Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:40:44.630Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:40:44.630Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 92be68c2-80c8-45a6-aef0-80f6bf8590cd, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-22T07:40:44.632Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-22T07:40:44.633Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-22T07:40:44.633Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-22T07:40:44.720Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3490837613627817811/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-22T07:40:45.641Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-22T07:40:45.641Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-22T07:40:45.641Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-22T07:40:45.642Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-22T07:40:45.642Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-22T07:40:45.642Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-22T07:40:45.642Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-22T07:40:45.642Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-22T07:40:45.642Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-22T07:40:45.643Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:40:45.643Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:40:45.643Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-22T07:40:45.643Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-22T07:40:45.643Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T07:40:45.643Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:40:45.644Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:40:45.644Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-22T07:40:45.644Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-22T07:40:45.644Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T07:40:45.644Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:40:45.644Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:40:45.645Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:40:45.645Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-22T07:40:45.645Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-22T07:40:45.645Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-22T07:40:45.645Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-22T07:40:45.646Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:40:45.646Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-22T07:40:45.646Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:40:45.646Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-22T07:40:45.646Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T07:40:45.647Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:40:45.647Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-22T07:40:45.647Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T07:40:45.647Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:40:45.647Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-22T07:40:45.647Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T07:40:45.648Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:40:45.648Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-22T07:40:45.648Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T07:40:45.648Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:40:45.648Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-22T07:40:45.648Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-22T07:40:45.649Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=7986b4a9-ceaf-4943-832e-448c22a717d4
2023-03-22T07:40:45.649Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:40:45.649Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:40:45.649Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:40:45.649Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:40:45.650Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:40:45.650Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:40:45.650Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:40:45.650Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:40:45.650Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:1d03f549-58ea-474c-8491-1bc243f2be47
Model Version:NULL
Model InvariantUuid:6748efda-682b-4f33-bbaa-0334a4b920b4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:a126af5a-41b6-4d9b-a525-cc0f24044770
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:77792895-85e7-452e-b5af-fb9110e0a230
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2a96b6ea-999b-4eb8-9e5c-4e83946ad68a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ee712754-e1fb-47c7-9653-d73f14e5624c
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:5eafb2a0-cd04-4e04-8772-dbbadf2f14f4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:f08b5ea8-d59d-4914-8d65-70e5b10ffac2
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:1dbfee35-4de3-4d7e-add0-3dba57f81166
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7986b4a9-ceaf-4943-832e-448c22a717d4
ModelInvariantUuid:b8d6b641-287c-4bcc-88d1-ce86fd693b9d
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:05dc43de-7750-4436-9c78-b38047acea54
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:5c965bb5-f1d5-4973-a61b-1024009c3a42
ModelInvariantUuid:c24c2877-29ec-4784-9d74-34eef33bb6c3
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:20731fa1-0392-4efe-81ee-d4f44b655c3b
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-22T07:40:45.686Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||ERROR|500||Csar with UUID: 92be68c2-80c8-45a6-aef0-80f6bf8590cd already exists
2023-03-22T07:40:45.686Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-22T07:40:45.686Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Csar with UUID: 92be68c2-80c8-45a6-aef0-80f6bf8590cd already exists)
2023-03-22T07:40:45.686Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:40:45.687Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:40:45.687Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:40:45.687Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470845686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 92be68c2-80c8-45a6-aef0-80f6bf8590cd already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:40:46.687Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-22T07:40:46.688Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Resource with UUID: e44b9e49-8faf-4306-af99-db9c3c65ef69 already exists)
2023-03-22T07:40:46.688Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:40:46.688Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:40:46.688Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:40:46.689Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470846687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e44b9e49-8faf-4306-af99-db9c3c65ef69 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:40:47.689Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa44765c-1a55-4753-a677-dc05edd228ff
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:40:47.706Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa44765c-1a55-4753-a677-dc05edd228ff
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:40:47.709Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T07:40:47.710Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T07:40:47.710Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T07:40:47.710Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T07:40:47.710Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:40:47.710Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:40:47.710Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:40:47.710Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:40:47.711Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-22T07:40:47.719Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T07:41:17.719Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fa44765c-1a55-4753-a677-dc05edd228ff and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T07:41:17.732Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fa44765c-1a55-4753-a677-dc05edd228ff and serviceModelVersionId: 1d03f549-58ea-474c-8491-1bc243f2be47
2023-03-22T07:41:17.732Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6748efda-682b-4f33-bbaa-0334a4b920b4
2023-03-22T07:41:17.732Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6748efda-682b-4f33-bbaa-0334a4b920b4/model-vers/model-ver/1d03f549-58ea-474c-8491-1bc243f2be47?depth=0
2023-03-22T07:41:17.739Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T07:41:17.751Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6748efda-682b-4f33-bbaa-0334a4b920b4/model-vers/model-ver/1d03f549-58ea-474c-8491-1bc243f2be47?depth=0|INFO|500||Invoke
2023-03-22T07:41:17.752Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6748efda-682b-4f33-bbaa-0334a4b920b4/model-vers/model-ver/1d03f549-58ea-474c-8491-1bc243f2be47?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6748efda-682b-4f33-bbaa-0334a4b920b4/model-vers/model-ver/1d03f549-58ea-474c-8491-1bc243f2be47?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fa44765c-1a55-4753-a677-dc05edd228ff], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[96217f29-a08c-442b-a0d3-1c7bf8ce3d40], X-ECOMP-RequestID=[fa44765c-1a55-4753-a677-dc05edd228ff], X-TransactionId=[], X-ONAP-RequestID=[fa44765c-1a55-4753-a677-dc05edd228ff], Content-Type=[application/merge-patch+json]}
2023-03-22T07:41:17.760Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6748efda-682b-4f33-bbaa-0334a4b920b4/model-vers/model-ver/1d03f549-58ea-474c-8491-1bc243f2be47?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T07:41:17.900Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6748efda-682b-4f33-bbaa-0334a4b920b4/model-vers/model-ver/1d03f549-58ea-474c-8491-1bc243f2be47?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6748efda-682b-4f33-bbaa-0334a4b920b4/model-vers/model-ver/1d03f549-58ea-474c-8491-1bc243f2be47?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 07:41:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[136], vertex-id=[254128], x-aai-txid=[2-aai-resources-230322-07:41:17:647-12810], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T07:41:17.900Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6748efda-682b-4f33-bbaa-0334a4b920b4/model-vers/model-ver/1d03f549-58ea-474c-8491-1bc243f2be47?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-22T07:41:17.901Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6748efda-682b-4f33-bbaa-0334a4b920b4/model-vers/model-ver/1d03f549-58ea-474c-8491-1bc243f2be47?depth=0|INFO|500||InvokeReturn
2023-03-22T07:41:17.901Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T07:41:17.901Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T07:41:17.910Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T07:41:17.910Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fa44765c-1a55-4753-a677-dc05edd228ff and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T07:41:17.910Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T07:41:17.910Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:41:17.910Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:41:17.910Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470877910,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:41:18.940Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-22T07:41:18.940Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"45a52259-369a-4eb1-b310-4edc96390d56","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"dc71a96d-3b6e-487d-b5ea-05fdff85784d","serviceDescription":"service","serviceInvariantUUID":"df15042d-83ba-4b81-9255-a25ac0f4fa1e","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f8083165-6e45-46f3-a7a2-a3611616eb24","resourceInvariantUUID":"b45cdab6-6f18-4d77-bb39-310b37a9907a","resourceCustomizationUUID":"b1b67918-b348-44d4-a05f-9aa876792db1","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":"MTA3MzgyMmM5MjI2NmNkMmYyNzAxNTcxYThiN2JkNWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0ecdb9f9-8feb-4296-9553-b2ff212f0e2a","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":"MzAyNzgzNzcwOWFmYWJkODY2NGE5MjU1Mjg0NzViZGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2cdba830-80b5-4335-a10f-21b05686e958","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":"824b3d50-3f4b-468a-a2a8-cfe75ca1c013","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":"95c34414-9528-4d83-a0b9-82fafcf2e06c","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":"7f4e299a-6330-4b4c-9277-4f2216943275","artifactVersion":"2","generatedFromUUID":"824b3d50-3f4b-468a-a2a8-cfe75ca1c013"},{"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":"OTU2ZTFiMjAwYTUyYzhmNzVkMDBhZmVmOWJkMzMxYWQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"73df1a2f-ef20-4749-91fd-4c89c01194cc","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":"MGE1OGFjNWNlNDE1NDVhNWIyMDlhMjljZGY4NTQ0ZWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8bd4bf7a-694d-4ddc-b45e-9557066a32ba","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZDJjODUwMmJlOThjMmM1MjA0MDljMjI1NGUxMzJlNTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5fd28cd4-ad76-4a13-be98-a134f3df0ff1","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T07:41:18.940Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:41:18.940Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:41:18.941Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:41:18.941Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "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-22T07:41:19.941Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:41:19.942Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:41:19.942Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:41:19.942Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "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-22T07:41:20.942Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:41:20.943Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:41:20.943Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:41:20.943Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "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-22T07:41:21.943Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:41:21.944Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:41:21.944Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:41:21.944Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "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-22T07:41:22.944Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:41:22.945Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:41:22.945Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:41:22.945Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "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-22T07:41:23.945Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:41:23.945Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:41:23.945Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:41:23.946Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "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-22T07:41:24.946Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:41:24.946Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:41:24.946Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:41:24.947Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "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-22T07:41:25.947Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:41:25.947Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:41:25.947Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:41:25.948Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:41:26.948Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "dc71a96d-3b6e-487d-b5ea-05fdff85784d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "df15042d-83ba-4b81-9255-a25ac0f4fa1e",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "b1b67918-b348-44d4-a05f-9aa876792db1",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f8083165-6e45-46f3-a7a2-a3611616eb24",
      "resourceInvariantUUID": "b45cdab6-6f18-4d77-bb39-310b37a9907a",
      "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": "MzAyNzgzNzcwOWFmYWJkODY2NGE5MjU1Mjg0NzViZGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2cdba830-80b5-4335-a10f-21b05686e958",
          "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": "824b3d50-3f4b-468a-a2a8-cfe75ca1c013",
          "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": "7f4e299a-6330-4b4c-9277-4f2216943275",
            "generatedFromUUID": "824b3d50-3f4b-468a-a2a8-cfe75ca1c013"
          },
          "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": "7f4e299a-6330-4b4c-9277-4f2216943275",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZDJjODUwMmJlOThjMmM1MjA0MDljMjI1NGUxMzJlNTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5fd28cd4-ad76-4a13-be98-a134f3df0ff1"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T07:41:26.949Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T07:41:26.949Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dc71a96d-3b6e-487d-b5ea-05fdff85784d ASDC
2023-03-22T07:41:26.949Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:45a52259-369a-4eb1-b310-4edc96390d56
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:dc71a96d-3b6e-487d-b5ea-05fdff85784d
ServiceInvariantUUID:df15042d-83ba-4b81-9255-a25ac0f4fa1e
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:5fd28cd4-ad76-4a13-be98-a134f3df0ff1
ArtifactChecksum:ZDJjODUwMmJlOThjMmM1MjA0MDljMjI1NGUxMzJlNTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:b1b67918-b348-44d4-a05f-9aa876792db1
ResourceInvariantUUID:b45cdab6-6f18-4d77-bb39-310b37a9907a
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:f8083165-6e45-46f3-a7a2-a3611616eb24
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:2cdba830-80b5-4335-a10f-21b05686e958
ArtifactChecksum:MzAyNzgzNzcwOWFmYWJkODY2NGE5MjU1Mjg0NzViZGI=
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:824b3d50-3f4b-468a-a2a8-cfe75ca1c013
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:7f4e299a-6330-4b4c-9277-4f2216943275
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:7f4e299a-6330-4b4c-9277-4f2216943275
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-22T07:41:26.949Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dc71a96d-3b6e-487d-b5ea-05fdff85784d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:41:26.998Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:41:26.998Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:41:26.999Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:41:26.999Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5fd28cd4-ad76-4a13-be98-a134f3df0ff1 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-22T07:41:26.999Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-22T07:41:26.999Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-22T07:41:27.025Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-22T07:41:27.025Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7579dea6
2023-03-22T07:41:27.025Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T07:41:27.026Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVmMacro"
      ]
    }
  }
}
2023-03-22T07:41:27.026Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVmMacro-csar.csar /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 5fd28cd4-ad76-4a13-be98-a134f3df0ff1 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T07:41:27.026Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-22T07:41:27.026Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Specified artifact is  not found)
2023-03-22T07:41:27.026Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T07:41:27.027Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:41:27.027Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:41:27.027Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470887026,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:41:28.027Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVmMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(UUID:5fd28cd4-ad76-4a13-be98-a134f3df0ff1)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-22T07:41:28.084Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||ERROR|500||Csar with UUID: 5fd28cd4-ad76-4a13-be98-a134f3df0ff1 already exists
2023-03-22T07:41:28.084Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-22T07:41:28.084Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Csar with UUID: 5fd28cd4-ad76-4a13-be98-a134f3df0ff1 already exists)
2023-03-22T07:41:28.085Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:41:28.085Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:41:28.085Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:41:28.085Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470888084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5fd28cd4-ad76-4a13-be98-a134f3df0ff1 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:41:28.533Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:41:28.534Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: cached metadata has changed from (version107: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version108: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-03-22T07:41:28.550Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:41:28.550Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] (Re-)joining group
2023-03-22T07:41:28.556Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully joined group with generation Generation{generationId=34, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T07:41:28.556Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Finished assignment for group at generation 34: {SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-22T07:41:28.576Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully synced group in generation Generation{generationId=34, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T07:41:28.576Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:41:28.577Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:41:28.581Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:41:28.582Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:41:28.582Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:41:28.582Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1755, 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-22T07:41:28.582Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:41:28.582Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:41:29.086Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-22T07:41:29.086Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Resource with UUID: f8083165-6e45-46f3-a7a2-a3611616eb24 already exists)
2023-03-22T07:41:29.086Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:41:29.086Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:41:29.087Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:41:29.087Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470889086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: f8083165-6e45-46f3-a7a2-a3611616eb24 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:41:29.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:41:29.599Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470832278,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T07:41:29.599Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:41:29.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:41:29.600Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:41:29.600Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:41:29.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:41:29.600Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T07:41:29.600Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:41:29.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:41:29.600Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-22T07:41:29.600Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:41:29.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:41:29.600Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:41:29.600Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:41:29.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:41:29.601Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-22T07:41:29.601Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:41:29.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:41:29.601Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-22T07:41:29.601Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:41:29.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:41:29.601Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-22T07:41:29.601Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:41:29.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:41:29.601Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:41:29.602Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:41:29.602Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:41:29.602Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:41:29.602Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:41:29.602Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:41:29.602Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T07:41:29.602Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:41:29.602Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:41:29.602Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470843628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T07:41:29.602Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:41:29.602Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:41:29.602Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470845686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 92be68c2-80c8-45a6-aef0-80f6bf8590cd already exists"
}
2023-03-22T07:41:29.603Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:41:29.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:41:29.603Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470846687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e44b9e49-8faf-4306-af99-db9c3c65ef69 already exists"
}
2023-03-22T07:41:29.603Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:41:29.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:41:29.603Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470877910,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T07:41:29.603Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:41:29.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:41:29.603Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:41:29.603Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:41:29.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:41:29.604Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T07:41:29.604Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:41:29.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:41:29.604Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-22T07:41:29.604Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:41:29.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:41:29.604Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:41:29.604Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:41:29.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:41:29.604Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-22T07:41:29.605Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:41:29.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:41:29.605Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:41:29.605Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:41:29.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:41:29.605Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:41:29.605Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:41:29.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:41:29.605Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T07:41:29.605Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:41:29.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:41:29.605Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470887026,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-22T07:41:29.606Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:41:29.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:41:29.606Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470888084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5fd28cd4-ad76-4a13-be98-a134f3df0ff1 already exists"
}
2023-03-22T07:41:29.606Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:41:29.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:41:29.606Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470889086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: f8083165-6e45-46f3-a7a2-a3611616eb24 already exists"
}
2023-03-22T07:41:29.606Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:41:30.087Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45a52259-369a-4eb1-b310-4edc96390d56
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:41:30.108Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45a52259-369a-4eb1-b310-4edc96390d56
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:41:30.112Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T07:41:30.112Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T07:41:30.112Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T07:41:30.112Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T07:41:30.112Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:41:30.112Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:41:30.112Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:41:30.112Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:41:30.113Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-22T07:41:30.124Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T07:42:00.125Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 45a52259-369a-4eb1-b310-4edc96390d56 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T07:42:00.136Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 45a52259-369a-4eb1-b310-4edc96390d56 and serviceModelVersionId: dc71a96d-3b6e-487d-b5ea-05fdff85784d
2023-03-22T07:42:00.136Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : df15042d-83ba-4b81-9255-a25ac0f4fa1e
2023-03-22T07:42:00.137Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/df15042d-83ba-4b81-9255-a25ac0f4fa1e/model-vers/model-ver/dc71a96d-3b6e-487d-b5ea-05fdff85784d?depth=0
2023-03-22T07:42:00.140Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T07:42:00.153Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df15042d-83ba-4b81-9255-a25ac0f4fa1e/model-vers/model-ver/dc71a96d-3b6e-487d-b5ea-05fdff85784d?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-22T07:42:00.154Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df15042d-83ba-4b81-9255-a25ac0f4fa1e/model-vers/model-ver/dc71a96d-3b6e-487d-b5ea-05fdff85784d?depth=0|INFO|500||Invoke
2023-03-22T07:42:00.162Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df15042d-83ba-4b81-9255-a25ac0f4fa1e/model-vers/model-ver/dc71a96d-3b6e-487d-b5ea-05fdff85784d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T07:42:00.309Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df15042d-83ba-4b81-9255-a25ac0f4fa1e/model-vers/model-ver/dc71a96d-3b6e-487d-b5ea-05fdff85784d?depth=0|INFO|500||InvokeReturn
2023-03-22T07:42:00.310Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df15042d-83ba-4b81-9255-a25ac0f4fa1e/model-vers/model-ver/dc71a96d-3b6e-487d-b5ea-05fdff85784d?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 07:42:00 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[138], vertex-id=[516296], x-aai-txid=[2-aai-resources-230322-07:42:00:050-1801], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T07:42:00.310Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-22T07:42:00.310Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T07:42:00.310Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T07:42:00.321Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T07:42:00.321Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 45a52259-369a-4eb1-b310-4edc96390d56 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T07:42:00.321Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T07:42:00.321Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:42:00.321Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:42:00.321Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470920321,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:42:01.351Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-22T07:42:01.352Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"20fb9d86-10ff-4439-a6b7-637734de8ce1","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"87fef59c-d44a-4a07-9a72-8ab6330cffac","serviceDescription":"service","serviceInvariantUUID":"e98194be-b178-4099-9721-ae2092a691f6","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e3a83d09-a7e7-4550-b3fb-0b48027e9547","resourceInvariantUUID":"688c1fae-b293-4009-ab82-4662deee20cd","resourceCustomizationUUID":"932a3d96-8bc3-4763-b615-bc7cd1d03acd","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":"NjZhYWFmYjFiMmRkNjUyMWQwNThkZjlmMTdhNjU3OTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"54353ad0-3210-42d4-90eb-d74a1faff144","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":"679e3fc1-0c90-4196-8c6e-3d2960a4e52b","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":"703f5bb7-20a8-4eb8-a587-5f4229928077","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":"Mzk2ZWE1MDA0ODgyNGQyNjBmZWIzYmUzOGM5NDQyZGY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"4783f4c3-529b-4a7f-a924-2610a54877c6","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":"9e8051eb-5329-4c37-b642-13221bb39cfc","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":"34f22cd0-daba-42ea-af51-5c71a16891e3","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":"fa5fd4f1-3bad-40fd-9535-8ef67a0ed593","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":"MDc4NzNjNjUyYTU3N2Y0OGM2ODFmYWQ4NGFiZGFjYmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"763b1783-cacb-42a7-a69c-0f1827b72bd1","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"N2Q1NWNjMjJiNjk5NDA5NGM2NGIxYWZlYjcyMDRiMzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"069a759b-2956-48a9-bd9d-6829784e3b89","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T07:42:01.352Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:42:01.352Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:42:01.352Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:42:01.353Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "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-22T07:42:02.354Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:42:02.354Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:42:02.355Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:42:02.355Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "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-22T07:42:03.356Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:42:03.356Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:42:03.356Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:42:03.357Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "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-22T07:42:04.358Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:42:04.358Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:42:04.358Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:42:04.358Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "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-22T07:42:05.359Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:42:05.360Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:42:05.360Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:42:05.360Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "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-22T07:42:06.361Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:42:06.362Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:42:06.362Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:42:06.362Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "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-22T07:42:07.363Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:42:07.364Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:42:07.364Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:42:07.364Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "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-22T07:42:08.366Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:42:08.366Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:42:08.366Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:42:08.366Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "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-22T07:42:09.368Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:42:09.368Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:42:09.368Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:42:09.368Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:42:10.370Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "87fef59c-d44a-4a07-9a72-8ab6330cffac",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e98194be-b178-4099-9721-ae2092a691f6",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "932a3d96-8bc3-4763-b615-bc7cd1d03acd",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e3a83d09-a7e7-4550-b3fb-0b48027e9547",
      "resourceInvariantUUID": "688c1fae-b293-4009-ab82-4662deee20cd",
      "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": "N2Q1NWNjMjJiNjk5NDA5NGM2NGIxYWZlYjcyMDRiMzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "069a759b-2956-48a9-bd9d-6829784e3b89"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T07:42:10.370Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T07:42:10.370Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 87fef59c-d44a-4a07-9a72-8ab6330cffac ASDC
2023-03-22T07:42:10.371Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:20fb9d86-10ff-4439-a6b7-637734de8ce1
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:87fef59c-d44a-4a07-9a72-8ab6330cffac
ServiceInvariantUUID:e98194be-b178-4099-9721-ae2092a691f6
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:069a759b-2956-48a9-bd9d-6829784e3b89
ArtifactChecksum:N2Q1NWNjMjJiNjk5NDA5NGM2NGIxYWZlYjcyMDRiMzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:932a3d96-8bc3-4763-b615-bc7cd1d03acd
ResourceInvariantUUID:688c1fae-b293-4009-ab82-4662deee20cd
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:e3a83d09-a7e7-4550-b3fb-0b48027e9547
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-22T07:42:10.371Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 87fef59c-d44a-4a07-9a72-8ab6330cffac ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:42:10.408Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:42:10.409Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:42:10.409Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:42:10.409Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 069a759b-2956-48a9-bd9d-6829784e3b89 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-22T07:42:10.409Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-22T07:42:10.409Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-22T07:42:10.437Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-22T07:42:10.438Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@571cab43
2023-03-22T07:42:10.438Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T07:42:10.438Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-22T07:42:10.438Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 069a759b-2956-48a9-bd9d-6829784e3b89 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T07:42:10.438Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-22T07:42:10.438Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Specified artifact is  not found)
2023-03-22T07:42:10.439Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T07:42:10.439Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:42:10.439Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:42:10.439Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470930438,
  "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-22T07:42:11.440Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:069a759b-2956-48a9-bd9d-6829784e3b89)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-22T07:42:11.472Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||ERROR|500||Csar with UUID: 069a759b-2956-48a9-bd9d-6829784e3b89 already exists
2023-03-22T07:42:11.473Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-22T07:42:11.473Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Csar with UUID: 069a759b-2956-48a9-bd9d-6829784e3b89 already exists)
2023-03-22T07:42:11.473Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:42:11.473Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:42:11.473Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:42:11.473Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470931473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 069a759b-2956-48a9-bd9d-6829784e3b89 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:42:12.475Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-22T07:42:12.475Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Resource with UUID: e3a83d09-a7e7-4550-b3fb-0b48027e9547 already exists)
2023-03-22T07:42:12.475Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:42:12.476Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:42:12.476Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:42:12.476Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470932475,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e3a83d09-a7e7-4550-b3fb-0b48027e9547 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:42:13.478Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20fb9d86-10ff-4439-a6b7-637734de8ce1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:42:13.504Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20fb9d86-10ff-4439-a6b7-637734de8ce1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:42:13.509Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T07:42:13.509Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T07:42:13.509Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T07:42:13.509Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T07:42:13.509Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:42:13.509Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:42:13.509Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:42:13.510Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:42:13.510Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-22T07:42:13.521Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T07:42:28.533Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:42:28.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:42:28.540Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470920321,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T07:42:28.540Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:42:28.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:42:28.540Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:42:28.540Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:42:28.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:42:28.541Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:42:28.541Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:42:28.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:42:28.541Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:42:28.541Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:42:28.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:42:28.541Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:42:28.541Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:42:28.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:42:28.541Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:42:28.541Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:42:28.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:42:28.541Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:42:28.541Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:42:28.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:42:28.541Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:42:28.542Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:42:28.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:42:28.542Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:42:28.542Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:42:28.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:42:28.542Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T07:42:28.542Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:42:28.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:42:28.542Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470930438,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-22T07:42:28.542Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:42:28.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:42:28.542Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470931473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 069a759b-2956-48a9-bd9d-6829784e3b89 already exists"
}
2023-03-22T07:42:28.542Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:42:28.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:42:28.543Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470932475,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e3a83d09-a7e7-4550-b3fb-0b48027e9547 already exists"
}
2023-03-22T07:42:28.543Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:42:43.521Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 20fb9d86-10ff-4439-a6b7-637734de8ce1 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T07:42:43.525Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 20fb9d86-10ff-4439-a6b7-637734de8ce1 and serviceModelVersionId: 87fef59c-d44a-4a07-9a72-8ab6330cffac
2023-03-22T07:42:43.525Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e98194be-b178-4099-9721-ae2092a691f6
2023-03-22T07:42:43.526Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e98194be-b178-4099-9721-ae2092a691f6/model-vers/model-ver/87fef59c-d44a-4a07-9a72-8ab6330cffac?depth=0
2023-03-22T07:42:43.533Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T07:42:43.548Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e98194be-b178-4099-9721-ae2092a691f6/model-vers/model-ver/87fef59c-d44a-4a07-9a72-8ab6330cffac?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-22T07:42:43.549Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e98194be-b178-4099-9721-ae2092a691f6/model-vers/model-ver/87fef59c-d44a-4a07-9a72-8ab6330cffac?depth=0|INFO|500||Invoke
2023-03-22T07:42:43.558Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e98194be-b178-4099-9721-ae2092a691f6/model-vers/model-ver/87fef59c-d44a-4a07-9a72-8ab6330cffac?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T07:42:43.714Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e98194be-b178-4099-9721-ae2092a691f6/model-vers/model-ver/87fef59c-d44a-4a07-9a72-8ab6330cffac?depth=0|INFO|500||InvokeReturn
2023-03-22T07:42:43.714Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e98194be-b178-4099-9721-ae2092a691f6/model-vers/model-ver/87fef59c-d44a-4a07-9a72-8ab6330cffac?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 07:42:43 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[152], vertex-id=[524488], x-aai-txid=[1-aai-resources-230322-07:42:43:446-60000], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T07:42:43.714Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-22T07:42:43.714Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T07:42:43.714Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T07:42:43.723Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T07:42:43.723Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 20fb9d86-10ff-4439-a6b7-637734de8ce1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T07:42:43.723Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T07:42:43.723Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:42:43.723Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:42:43.723Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470963723,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:42:44.744Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-22T07:42:44.745Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"9fb2f83b-570c-4b57-8d50-b50b132bcf86","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"fccea19e-17fd-42c4-9270-f16cd94740d5","serviceDescription":"service","serviceInvariantUUID":"fadf4358-193c-4a53-9de0-7e9a58a1f484","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"94997526-8cc4-4f06-ba86-3cae7875f387","resourceInvariantUUID":"a4c9a9ae-b754-4406-8cd3-5a6a61b1b87c","resourceCustomizationUUID":"7afc7ef7-3a42-47e2-829e-3ec49ad54a06","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":"Y2NjOGQ0OTRjN2Y0OWE1NTA3MjNhZDNkMzAwN2ZhYjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"94df40ff-72df-43c4-ae5f-5a051d87eb0c","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":"54d34dac-31bf-4263-b8fb-ba44e38c2c19","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":"bb5f6003-80d1-4e0e-8736-54369fce5876","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":"ZmRmMTIzZjVkOWIxNzdlNzgxZmY5YzIwNDYzOWFhYWM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"175ae12b-29fc-461d-bdb7-6d583b5a8d8d","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":"922370a8-cd81-41a5-b0a2-8ff9a7016a76","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":"61644069-9dfb-4b32-9927-8703a9effc13","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":"4ab05576-baeb-444a-a549-9507cdcb57d3","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":"MDYwZjYwZTk1Y2UzMDNjMWZmYTFkZGQ1MGRkYmFlOTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"785705fc-476c-4507-a481-292b964d7014","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MTVjMWViMDYyMDkyZjM3MTlhZmRlZmVkMmIwNGI2M2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"72c6002f-2d9d-49d8-9d98-3e1cf18145a2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T07:42:44.745Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:42:44.745Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:42:44.745Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:42:44.745Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "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-22T07:42:45.746Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:42:45.747Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:42:45.747Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:42:45.747Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "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-22T07:42:46.748Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:42:46.749Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:42:46.749Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:42:46.749Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "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-22T07:42:47.750Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:42:47.750Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:42:47.750Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:42:47.750Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "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-22T07:42:48.752Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:42:48.752Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:42:48.752Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:42:48.752Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "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-22T07:42:49.753Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:42:49.753Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:42:49.753Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:42:49.753Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "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-22T07:42:50.754Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:42:50.755Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:42:50.755Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:42:50.755Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "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-22T07:42:51.756Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:42:51.757Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:42:51.757Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:42:51.757Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "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-22T07:42:52.758Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:42:52.758Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:42:52.758Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:42:52.759Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:42:53.759Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "fccea19e-17fd-42c4-9270-f16cd94740d5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fadf4358-193c-4a53-9de0-7e9a58a1f484",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "7afc7ef7-3a42-47e2-829e-3ec49ad54a06",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "94997526-8cc4-4f06-ba86-3cae7875f387",
      "resourceInvariantUUID": "a4c9a9ae-b754-4406-8cd3-5a6a61b1b87c",
      "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": "MTVjMWViMDYyMDkyZjM3MTlhZmRlZmVkMmIwNGI2M2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "72c6002f-2d9d-49d8-9d98-3e1cf18145a2"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T07:42:53.760Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T07:42:53.760Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fccea19e-17fd-42c4-9270-f16cd94740d5 ASDC
2023-03-22T07:42:53.760Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:9fb2f83b-570c-4b57-8d50-b50b132bcf86
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:fccea19e-17fd-42c4-9270-f16cd94740d5
ServiceInvariantUUID:fadf4358-193c-4a53-9de0-7e9a58a1f484
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:72c6002f-2d9d-49d8-9d98-3e1cf18145a2
ArtifactChecksum:MTVjMWViMDYyMDkyZjM3MTlhZmRlZmVkMmIwNGI2M2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:7afc7ef7-3a42-47e2-829e-3ec49ad54a06
ResourceInvariantUUID:a4c9a9ae-b754-4406-8cd3-5a6a61b1b87c
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:94997526-8cc4-4f06-ba86-3cae7875f387
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-22T07:42:53.760Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fccea19e-17fd-42c4-9270-f16cd94740d5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:42:53.779Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:42:53.780Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:42:53.780Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:42:53.780Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 72c6002f-2d9d-49d8-9d98-3e1cf18145a2 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-22T07:42:53.780Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-22T07:42:53.780Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-22T07:42:53.801Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-22T07:42:53.801Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1c18a74c
2023-03-22T07:42:53.801Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T07:42:53.802Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-22T07:42:53.802Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 72c6002f-2d9d-49d8-9d98-3e1cf18145a2 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T07:42:53.802Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-22T07:42:53.802Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Specified artifact is  not found)
2023-03-22T07:42:53.802Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T07:42:53.802Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:42:53.802Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:42:53.802Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470973802,
  "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-22T07:42:54.803Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:72c6002f-2d9d-49d8-9d98-3e1cf18145a2)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-22T07:42:54.841Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||ERROR|500||Csar with UUID: 72c6002f-2d9d-49d8-9d98-3e1cf18145a2 already exists
2023-03-22T07:42:54.841Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-22T07:42:54.841Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Csar with UUID: 72c6002f-2d9d-49d8-9d98-3e1cf18145a2 already exists)
2023-03-22T07:42:54.841Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:42:54.842Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:42:54.842Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:42:54.842Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470974841,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 72c6002f-2d9d-49d8-9d98-3e1cf18145a2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:42:55.843Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-22T07:42:55.843Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Resource with UUID: 94997526-8cc4-4f06-ba86-3cae7875f387 already exists)
2023-03-22T07:42:55.843Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:42:55.844Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:42:55.844Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:42:55.844Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470975843,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 94997526-8cc4-4f06-ba86-3cae7875f387 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:42:56.844Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9fb2f83b-570c-4b57-8d50-b50b132bcf86
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:42:56.862Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9fb2f83b-570c-4b57-8d50-b50b132bcf86
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:42:56.865Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T07:42:56.865Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T07:42:56.865Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T07:42:56.865Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T07:42:56.866Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:42:56.866Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:42:56.866Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:42:56.866Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:42:56.866Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-22T07:42:56.872Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T07:43:26.873Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9fb2f83b-570c-4b57-8d50-b50b132bcf86 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T07:43:26.880Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9fb2f83b-570c-4b57-8d50-b50b132bcf86 and serviceModelVersionId: fccea19e-17fd-42c4-9270-f16cd94740d5
2023-03-22T07:43:26.880Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fadf4358-193c-4a53-9de0-7e9a58a1f484
2023-03-22T07:43:26.881Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fadf4358-193c-4a53-9de0-7e9a58a1f484/model-vers/model-ver/fccea19e-17fd-42c4-9270-f16cd94740d5?depth=0
2023-03-22T07:43:26.888Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T07:43:26.905Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fadf4358-193c-4a53-9de0-7e9a58a1f484/model-vers/model-ver/fccea19e-17fd-42c4-9270-f16cd94740d5?depth=0|INFO|500||Invoke
2023-03-22T07:43:26.906Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fadf4358-193c-4a53-9de0-7e9a58a1f484/model-vers/model-ver/fccea19e-17fd-42c4-9270-f16cd94740d5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fadf4358-193c-4a53-9de0-7e9a58a1f484/model-vers/model-ver/fccea19e-17fd-42c4-9270-f16cd94740d5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9fb2f83b-570c-4b57-8d50-b50b132bcf86], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[91f5af23-3610-49b4-9d7a-f5b9b0c3c347], X-ECOMP-RequestID=[9fb2f83b-570c-4b57-8d50-b50b132bcf86], X-TransactionId=[], X-ONAP-RequestID=[9fb2f83b-570c-4b57-8d50-b50b132bcf86], Content-Type=[application/merge-patch+json]}
2023-03-22T07:43:26.913Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fadf4358-193c-4a53-9de0-7e9a58a1f484/model-vers/model-ver/fccea19e-17fd-42c4-9270-f16cd94740d5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T07:43:27.178Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fadf4358-193c-4a53-9de0-7e9a58a1f484/model-vers/model-ver/fccea19e-17fd-42c4-9270-f16cd94740d5?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fadf4358-193c-4a53-9de0-7e9a58a1f484/model-vers/model-ver/fccea19e-17fd-42c4-9270-f16cd94740d5?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 07:43:26 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[261], vertex-id=[262320], x-aai-txid=[1-aai-resources-230322-07:43:26:802-65331], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T07:43:27.179Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fadf4358-193c-4a53-9de0-7e9a58a1f484/model-vers/model-ver/fccea19e-17fd-42c4-9270-f16cd94740d5?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-22T07:43:27.179Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fadf4358-193c-4a53-9de0-7e9a58a1f484/model-vers/model-ver/fccea19e-17fd-42c4-9270-f16cd94740d5?depth=0|INFO|500||InvokeReturn
2023-03-22T07:43:27.180Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T07:43:27.180Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T07:43:27.185Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T07:43:27.186Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9fb2f83b-570c-4b57-8d50-b50b132bcf86 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T07:43:27.186Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T07:43:27.186Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:43:27.186Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:43:27.186Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471007186,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:43:28.203Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-22T07:43:28.203Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"2ec0639f-e9f3-475f-95a7-7ddac4199546","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"18348d31-7618-4800-b145-d6bb1e294082","serviceDescription":"service","serviceInvariantUUID":"0d1667e3-44d5-4b49-ae9c-7bee3d6d9f07","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"16821703-fee9-47f4-9bec-35cc5c640aec","resourceInvariantUUID":"c3f34422-9ad7-4b8a-9335-a87bc9d0d818","resourceCustomizationUUID":"49fcfeb1-6936-4711-8ab4-8d6239208108","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":"OGQzZmY5NjQzOGE5ZmU2NGM3OGQ5YjQwM2QxMDc1NmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c3bd9221-963a-498f-a120-317f4f5b78fe","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":"67c8cee9-6119-49f3-aeef-69a112e98a41","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":"2b961732-e255-4705-a44e-5f07f3cbba9b","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":"ZDZiMTQyYTAwMDYyNzYxNTc0MTBmOTUzNGM3NjRiYTY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"2166a524-e658-429d-8ad8-479cde2b10fc","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":"d4f3e16a-b6cb-4581-b054-c4293fa02218","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":"ca8b1650-e06a-49ca-bcba-3eacec7f2fd4","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":"d02ede2b-780e-401e-bd6b-33c6e487d8f7","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":"ZTM2NTIzOWM4YWQ1MWMyM2E4NTU0ZGUyOWRlMDE4MTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5ffcd506-4c00-4009-8ab3-5237a57a53c6","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YmY4NjRhOTVjMGYxZTY4Y2IwZWMzOTA2OWU1MDJlN2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"025599fc-45ab-4d8e-89a3-7df9b4fdb10d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T07:43:28.203Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:43:28.203Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:43:28.203Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:43:28.203Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "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-22T07:43:28.533Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:43:28.538Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:43:28.538Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470963723,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T07:43:28.539Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:43:28.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:43:28.539Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:43:28.539Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:43:28.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:43:28.540Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:43:28.540Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:43:28.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:43:28.540Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:43:28.540Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:43:28.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:43:28.541Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:43:28.541Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:43:28.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:43:28.541Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:43:28.542Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:43:28.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:43:28.542Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:43:28.542Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:43:28.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:43:28.542Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:43:28.542Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:43:28.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:43:28.543Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:43:28.543Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:43:28.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:43:28.543Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T07:43:28.543Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:43:28.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:43:28.544Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470973802,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-22T07:43:28.544Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:43:28.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:43:28.544Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470974841,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 72c6002f-2d9d-49d8-9d98-3e1cf18145a2 already exists"
}
2023-03-22T07:43:28.545Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:43:28.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:43:28.545Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470975843,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 94997526-8cc4-4f06-ba86-3cae7875f387 already exists"
}
2023-03-22T07:43:28.545Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:43:28.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:43:28.545Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471007186,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T07:43:28.546Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:43:28.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-03-22T07:43:28.546Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:43:28.546Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:43:29.204Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:43:29.204Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:43:29.204Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:43:29.204Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "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-22T07:43:30.205Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:43:30.205Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:43:30.206Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:43:30.206Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "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-22T07:43:31.206Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:43:31.207Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:43:31.207Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:43:31.207Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "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-22T07:43:32.208Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:43:32.208Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:43:32.208Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:43:32.208Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "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-22T07:43:33.209Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:43:33.209Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:43:33.209Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:43:33.209Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "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-22T07:43:34.210Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:43:34.210Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:43:34.210Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:43:34.211Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "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-22T07:43:35.211Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:43:35.211Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:43:35.212Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:43:35.212Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "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-22T07:43:36.213Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:43:36.213Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:43:36.213Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:43:36.213Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:43:37.214Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "18348d31-7618-4800-b145-d6bb1e294082",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0d1667e3-44d5-4b49-ae9c-7bee3d6d9f07",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "49fcfeb1-6936-4711-8ab4-8d6239208108",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "16821703-fee9-47f4-9bec-35cc5c640aec",
      "resourceInvariantUUID": "c3f34422-9ad7-4b8a-9335-a87bc9d0d818",
      "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": "YmY4NjRhOTVjMGYxZTY4Y2IwZWMzOTA2OWU1MDJlN2M\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "025599fc-45ab-4d8e-89a3-7df9b4fdb10d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T07:43:37.214Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T07:43:37.215Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 18348d31-7618-4800-b145-d6bb1e294082 ASDC
2023-03-22T07:43:37.215Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:2ec0639f-e9f3-475f-95a7-7ddac4199546
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:18348d31-7618-4800-b145-d6bb1e294082
ServiceInvariantUUID:0d1667e3-44d5-4b49-ae9c-7bee3d6d9f07
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:025599fc-45ab-4d8e-89a3-7df9b4fdb10d
ArtifactChecksum:YmY4NjRhOTVjMGYxZTY4Y2IwZWMzOTA2OWU1MDJlN2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:49fcfeb1-6936-4711-8ab4-8d6239208108
ResourceInvariantUUID:c3f34422-9ad7-4b8a-9335-a87bc9d0d818
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:16821703-fee9-47f4-9bec-35cc5c640aec
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-22T07:43:37.215Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 18348d31-7618-4800-b145-d6bb1e294082 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-22T07:43:37.250Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:43:37.250Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:43:37.251Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:43:37.251Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 025599fc-45ab-4d8e-89a3-7df9b4fdb10d from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-22T07:43:37.251Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-22T07:43:37.251Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-22T07:43:37.267Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-22T07:43:37.268Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5ce749a1
2023-03-22T07:43:37.268Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T07:43:37.268Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-22T07:43:37.268Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 025599fc-45ab-4d8e-89a3-7df9b4fdb10d Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T07:43:37.268Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-22T07:43:37.268Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Specified artifact is  not found)
2023-03-22T07:43:37.268Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T07:43:37.268Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:43:37.268Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:43:37.268Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471017268,
  "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-22T07:43:38.269Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:025599fc-45ab-4d8e-89a3-7df9b4fdb10d)
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-22T07:43:38.284Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T07:43:38.284Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 16821703-fee9-47f4-9bec-35cc5c640aec
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-22T07:43:38.294Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||test-pnf 0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-03-22T07:43:38.311Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_ALREADY_EXIST test-pnf 0 16821703-fee9-47f4-9bec-35cc5c640aec test-pnf
2023-03-22T07:43:38.312Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 18348d31-7618-4800-b145-d6bb1e294082
2023-03-22T07:43:38.312Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 18348d31-7618-4800-b145-d6bb1e294082
2023-03-22T07:43:38.312Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 16821703-fee9-47f4-9bec-35cc5c640aec 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-22T07:43:38.319Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Exception :
java.lang.NullPointerException: null
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.createService(ToscaResourceInstaller.java:1438)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installPnfResource(ToscaResourceInstaller.java:388)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheResource(ToscaResourceInstaller.java:374)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$3d5db087.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-22T07:43:38.330Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_INSTALL_EXC No element listed 300 Exception caught during installation of test-pnf. Transaction rollback
java.lang.NullPointerException: null
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.createService(ToscaResourceInstaller.java:1438)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installPnfResource(ToscaResourceInstaller.java:388)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheResource(ToscaResourceInstaller.java:374)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$3d5db087.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-22T07:43:38.336Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 16821703-fee9-47f4-9bec-35cc5c640aec 0 ASDC deployResourceStructure
2023-03-22T07:43:38.336Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||ERROR|500||Exception occurred
org.onap.so.asdc.client.exceptions.ArtifactInstallerException: Exception caught during installation of test-pnf. Transaction rollback.
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installPnfResource(ToscaResourceInstaller.java:430)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheResource(ToscaResourceInstaller.java:374)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$3d5db087.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-22T07:43:38.337Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-22T07:43:38.337Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Exception caught during installation of test-pnf. Transaction rollback.)
2023-03-22T07:43:38.337Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:43:38.337Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:43:38.337Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:43:38.337Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471018336,
  "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-22T07:43:39.338Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ec0639f-e9f3-475f-95a7-7ddac4199546
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:43:39.357Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ec0639f-e9f3-475f-95a7-7ddac4199546
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:43:39.361Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T07:43:39.361Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T07:43:39.361Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T07:43:39.361Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T07:43:39.361Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:43:39.361Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:43:39.361Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:43:39.362Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-03-22T07:43:39.362Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-22T07:43:39.369Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T07:44:09.370Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2ec0639f-e9f3-475f-95a7-7ddac4199546 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T07:44:09.380Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2ec0639f-e9f3-475f-95a7-7ddac4199546 and serviceModelVersionId: 18348d31-7618-4800-b145-d6bb1e294082
2023-03-22T07:44:09.380Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0d1667e3-44d5-4b49-ae9c-7bee3d6d9f07
2023-03-22T07:44:09.381Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0d1667e3-44d5-4b49-ae9c-7bee3d6d9f07/model-vers/model-ver/18348d31-7618-4800-b145-d6bb1e294082?depth=0
2023-03-22T07:44:09.387Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T07:44:09.404Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0d1667e3-44d5-4b49-ae9c-7bee3d6d9f07/model-vers/model-ver/18348d31-7618-4800-b145-d6bb1e294082?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-22T07:44:09.405Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0d1667e3-44d5-4b49-ae9c-7bee3d6d9f07/model-vers/model-ver/18348d31-7618-4800-b145-d6bb1e294082?depth=0|INFO|500||Invoke
2023-03-22T07:44:09.412Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0d1667e3-44d5-4b49-ae9c-7bee3d6d9f07/model-vers/model-ver/18348d31-7618-4800-b145-d6bb1e294082?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-22T07:44:09.562Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0d1667e3-44d5-4b49-ae9c-7bee3d6d9f07/model-vers/model-ver/18348d31-7618-4800-b145-d6bb1e294082?depth=0|INFO|500||InvokeReturn
2023-03-22T07:44:09.563Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0d1667e3-44d5-4b49-ae9c-7bee3d6d9f07/model-vers/model-ver/18348d31-7618-4800-b145-d6bb1e294082?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 07:44:09 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[145], vertex-id=[270376], x-aai-txid=[0-aai-resources-230322-07:44:09:302-82480], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T07:44:09.563Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-22T07:44:09.563Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T07:44:09.563Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T07:44:09.573Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T07:44:09.573Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2ec0639f-e9f3-475f-95a7-7ddac4199546 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2023-03-22T07:44:09.573Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T07:44:09.573Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:44:09.573Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:44:09.573Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471049573,
  "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-22T07:44:10.593Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T07:44:10.593Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-22T07:44:10.594Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Node 1 disconnected.
2023-03-22T07:44:10.595Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Node 2 disconnected.
2023-03-22T07:44:10.595Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T07:44:10.595Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T07:44:10.595Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T07:44:10.595Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] (Re-)joining group
2023-03-22T07:44:10.598Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=13, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-22T07:44:10.600Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-46bdc44a-a25d-4db8-a2e5-4d27f6a04de6
2023-03-22T07:44:10.600Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T07:44:10.600Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] (Re-)joining group
2023-03-22T07:44:11.170Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:44:14.180Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:44:17.188Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:44:20.197Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:44:23.206Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:44:26.216Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:44:28.533Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:44:28.547Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:44:28.547Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] (Re-)joining group
2023-03-22T07:44:28.552Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully joined group with generation Generation{generationId=35, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T07:44:28.552Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Successfully joined group with generation Generation{generationId=35, memberId='SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-46bdc44a-a25d-4db8-a2e5-4d27f6a04de6', protocol='range'}
2023-03-22T07:44:28.557Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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 XYq5vfp-SDeZ0oC43IeGTw
2023-03-22T07:44:28.557Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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 XYq5vfp-SDeZ0oC43IeGTw
2023-03-22T07:44:28.557Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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 XYq5vfp-SDeZ0oC43IeGTw
2023-03-22T07:44:28.557Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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 XYq5vfp-SDeZ0oC43IeGTw
2023-03-22T07:44:28.558Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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 XYq5vfp-SDeZ0oC43IeGTw
2023-03-22T07:44:28.558Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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 XYq5vfp-SDeZ0oC43IeGTw
2023-03-22T07:44:28.558Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Finished assignment for group at generation 35: {SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-b2f59705-e9bd-4065-aeec-d2645577c82a-46bdc44a-a25d-4db8-a2e5-4d27f6a04de6=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-22T07:44:28.575Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Successfully synced group in generation Generation{generationId=35, memberId='SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-46bdc44a-a25d-4db8-a2e5-4d27f6a04de6', protocol='range'}
2023-03-22T07:44:28.576Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully synced group in generation Generation{generationId=35, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T07:44:28.576Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T07:44:28.576Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T07:44:28.576Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:44:28.577Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:44:28.580Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T07:44:28.580Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T07:44:28.580Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T07:44:28.581Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T07:44:28.581Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T07:44:28.581Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-22T07:44:28.581Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:44:28.581Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:44:28.581Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:44:28.582Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1809, 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-22T07:44:28.582Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:44:28.582Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:44:28.668Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-22T07:44:28.669Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"1a5e8e35-87ed-40f0-91a8-3b150a1e0fca","serviceName":"basic_onboard_NCnVBE","serviceVersion":"1.0","serviceUUID":"e5f12647-c344-47df-98f7-08a8565b00b6","serviceDescription":"service","serviceInvariantUUID":"51f08bee-59f8-40fa-935c-cd0599c584b5","resources":[{"resourceInstanceName":"basic_onboard_NCnVBE 0","resourceName":"basic_onboard_NCnVBE","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"73768750-8efc-41f5-8d10-5bfad5a080c6","resourceInvariantUUID":"3f902fda-2512-4773-9240-2d25a4405852","resourceCustomizationUUID":"f212e54c-b0bb-4702-b4c4-175e06e278d2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vf-license-model.xml","artifactChecksum":"OTA1ZTkxNzEyZTViN2JiM2U4NGIyMDBkNWU3NzNjZmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"19f3bbed-75be-40ee-b35d-a9d87796e6f1","artifactVersion":"1"},{"artifactName":"basic_onboard_ncnvbe0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json","artifactChecksum":"ZWQ3NTUzZmZlNGY2MGFmNTVmZWQ5OTA0NDFhM2ZmMTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ceda833e-13d7-416e-883f-3f2acb53642c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0dff949b-8137-4b9a-ab54-eb6f0bdd3a39","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5d7083d5-a974-48d7-8a4a-5859d7f018f7","artifactVersion":"2","generatedFromUUID":"2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNcnvbe-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-template.yml","artifactChecksum":"MzFlODEzZDM0NzhjOWZiYTdiMGRkODUxMzU2MTdmNzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"97614832-45b7-45e5-b1d5-5a9c89fe5a74","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNcnvbe-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar","artifactChecksum":"Y2Q1OGViOTJjODRmZWE4OWJiY2VjMTMxMzgxZTJlMDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aef3d4fb-c703-4c66-af36-81e4bf7b5d1d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T07:44:28.670Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:44:28.670Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:44:28.670Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:44:28.670Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:44:29.597Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:44:29.597Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:44:29.598Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:44:29.598Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:44:29.598Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:44:29.598Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:44:29.598Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:44:29.598Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:44:29.598Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:44:29.598Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:44:29.598Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:44:29.598Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:44:29.599Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:44:29.599Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:44:29.599Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:44:29.599Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:44:29.599Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:44:29.599Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:44:29.599Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:44:29.599Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:44:29.599Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:44:29.599Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:44:29.599Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679470168874,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T07:44:29.599Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:44:29.600Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:44:29.600Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471017268,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-22T07:44:29.600Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:44:29.600Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:44:29.600Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471018336,
  "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-22T07:44:29.600Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:44:29.600Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:44:29.600Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471049573,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2023-03-22T07:44:29.600Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:44:29.600Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:44:29.600Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:44:29.601Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:44:29.671Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:44:29.671Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:44:29.671Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:44:29.671Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:44:30.672Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:44:30.672Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:44:30.672Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:44:30.672Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:44:31.673Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:44:31.673Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:44:31.673Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:44:31.674Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:44:32.674Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:44:32.674Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:44:32.674Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:44:32.675Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:44:33.675Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:44:33.676Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:44:33.676Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:44:33.676Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:44:34.676Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:44:34.677Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:44:34.677Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:44:34.677Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:44:35.678Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "serviceName": "basic_onboard_NCnVBE",
  "serviceVersion": "1.0",
  "serviceUUID": "e5f12647-c344-47df-98f7-08a8565b00b6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "51f08bee-59f8-40fa-935c-cd0599c584b5",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_NCnVBE 0",
      "resourceCustomizationUUID": "f212e54c-b0bb-4702-b4c4-175e06e278d2",
      "resourceName": "basic_onboard_NCnVBE",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "73768750-8efc-41f5-8d10-5bfad5a080c6",
      "resourceInvariantUUID": "3f902fda-2512-4773-9240-2d25a4405852",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ncnvbe0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
          "artifactChecksum": "ZWQ3NTUzZmZlNGY2MGFmNTVmZWQ5OTA0NDFhM2ZmMTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ceda833e-13d7-416e-883f-3f2acb53642c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5d7083d5-a974-48d7-8a4a-5859d7f018f7",
            "generatedFromUUID": "2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5d7083d5-a974-48d7-8a4a-5859d7f018f7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardNcnvbe-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
      "artifactChecksum": "Y2Q1OGViOTJjODRmZWE4OWJiY2VjMTMxMzgxZTJlMDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "aef3d4fb-c703-4c66-af36-81e4bf7b5d1d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T07:44:35.678Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T07:44:35.678Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e5f12647-c344-47df-98f7-08a8565b00b6 ASDC
2023-03-22T07:44:35.678Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
ServiceName:basic_onboard_NCnVBE
ServiceVersion:1.0
ServiceUUID:e5f12647-c344-47df-98f7-08a8565b00b6
ServiceInvariantUUID:51f08bee-59f8-40fa-935c-cd0599c584b5
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNcnvbe-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar
ArtifactUUID:aef3d4fb-c703-4c66-af36-81e4bf7b5d1d
ArtifactChecksum:Y2Q1OGViOTJjODRmZWE4OWJiY2VjMTMxMzgxZTJlMDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_NCnVBE 0
ResourceCustomizationUUID:f212e54c-b0bb-4702-b4c4-175e06e278d2
ResourceInvariantUUID:3f902fda-2512-4773-9240-2d25a4405852
ResourceName:basic_onboard_NCnVBE
ResourceType:VF
ResourceUUID:73768750-8efc-41f5-8d10-5bfad5a080c6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ncnvbe0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json
ArtifactUUID:ceda833e-13d7-416e-883f-3f2acb53642c
ArtifactChecksum:ZWQ3NTUzZmZlNGY2MGFmNTVmZWQ5OTA0NDFhM2ZmMTY=
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/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml
ArtifactUUID:2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33
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/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env
ArtifactUUID:5d7083d5-a974-48d7-8a4a-5859d7f018f7
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/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env
ArtifactUUID:5d7083d5-a974-48d7-8a4a-5859d7f018f7
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-22T07:44:35.678Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e5f12647-c344-47df-98f7-08a8565b00b6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:44:35.695Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:44:35.695Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:44:35.695Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:44:35.695Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: aef3d4fb-c703-4c66-af36-81e4bf7b5d1d from URL: /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar
2023-03-22T07:44:35.695Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-22T07:44:35.696Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar
2023-03-22T07:44:35.718Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-22T07:44:35.719Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7979cb04
2023-03-22T07:44:35.719Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T07:44:35.719Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardNcnvbe"
      ]
    }
  }
}
2023-03-22T07:44:35.719Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardNcnvbe-csar.csar /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar aef3d4fb-c703-4c66-af36-81e4bf7b5d1d Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T07:44:35.719Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar ASDC sendASDCNotification
2023-03-22T07:44:35.719Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar(Specified artifact is  not found)
2023-03-22T07:44:35.719Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T07:44:35.719Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:44:35.719Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:44:35.719Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471075719,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:44:36.720Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardNcnvbe-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar(UUID:aef3d4fb-c703-4c66-af36-81e4bf7b5d1d)
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-22T07:44:36.740Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T07:44:36.741Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 73768750-8efc-41f5-8d10-5bfad5a080c6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T07:44:36.745Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||basic_onboard_NCnVBE 0
2023-03-22T07:44:36.746Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 73768750-8efc-41f5-8d10-5bfad5a080c6
2023-03-22T07:44:36.746Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ceda833e-13d7-416e-883f-3f2acb53642c from URL: /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json
2023-03-22T07:44:36.746Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-22T07:44:36.746Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json
2023-03-22T07:44:36.764Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-22T07:44:36.764Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@52d70c00
2023-03-22T07:44:36.764Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T07:44:36.764Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardNcnvbe"
      ]
    }
  }
}
2023-03-22T07:44:36.764Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_ncnvbe0_modules.json /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json ceda833e-13d7-416e-883f-3f2acb53642c Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T07:44:36.765Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json ASDC sendASDCNotification
2023-03-22T07:44:36.765Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json(Specified artifact is  not found)
2023-03-22T07:44:36.765Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T07:44:36.765Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:44:36.765Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:44:36.765Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471076765,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:44:37.766Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_ncnvbe0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json(UUID:ceda833e-13d7-416e-883f-3f2acb53642c)
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-22T07:44:37.766Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:44:37.785Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:44:37.788Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T07:44:37.788Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T07:45:07.788Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:45:07.807Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:45:07.810Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T07:45:07.810Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T07:45:28.533Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:45:28.534Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:45:28.534Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T07:45:28.535Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:45:37.811Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:45:37.827Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:45:37.829Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T07:45:37.830Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T07:46:07.830Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:46:07.847Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:46:07.850Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T07:46:07.850Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T07:46:28.533Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:46:28.534Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:46:28.534Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-03-22T07:46:28.535Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:46:28.535Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:46:28.535Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:46:28.535Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:46:28.535Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:46:28.535Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-03-22T07:46:28.535Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:46:28.535Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:46:28.535Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:46:28.536Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:46:28.536Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:46:28.536Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T07:46:28.536Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:46:28.536Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:46:28.536Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471075719,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-22T07:46:28.536Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:46:28.537Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:46:28.537Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471076765,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-22T07:46:28.537Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:46:37.850Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:46:37.869Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:46:37.872Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T07:46:37.873Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T07:47:07.873Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:47:07.893Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:47:07.896Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T07:47:07.896Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T07:47:28.533Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:47:37.897Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:47:37.913Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:47:37.916Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T07:47:37.916Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T07:48:07.917Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:48:07.935Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:48:07.938Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T07:48:07.938Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T07:48:28.534Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:48:37.938Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:48:37.955Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:48:37.958Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T07:48:37.958Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T07:49:07.959Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:49:07.965Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:49:07.967Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T07:49:07.967Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T07:49:28.535Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:49:28.709Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T07:49:28.709Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Member SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-46bdc44a-a25d-4db8-a2e5-4d27f6a04de6 sending LeaveGroup request to coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) due to consumer poll timeout has expired.
2023-03-22T07:49:28.710Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-03-22T07:49:28.710Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-03-22T07:49:29.083Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:49:29.098Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:49:29.099Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] (Re-)joining group
2023-03-22T07:49:29.107Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully joined group with generation Generation{generationId=36, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T07:49:29.108Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Finished assignment for group at generation 36: {SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-22T07:49:29.125Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully synced group in generation Generation{generationId=36, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T07:49:29.125Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:49:29.125Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:49:29.130Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:49:29.130Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:49:29.130Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:49:29.130Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1829, 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-22T07:49:29.130Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:49:29.131Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:49:37.968Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-03-22T07:49:37.968Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T07:49:37.976Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca and serviceModelVersionId: e5f12647-c344-47df-98f7-08a8565b00b6
2023-03-22T07:49:37.976Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 51f08bee-59f8-40fa-935c-cd0599c584b5
2023-03-22T07:49:37.977Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0
2023-03-22T07:49:37.982Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T07:49:37.997Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|INFO|500||Invoke
2023-03-22T07:49:37.997Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1a5e8e35-87ed-40f0-91a8-3b150a1e0fca], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7e104e8c-9868-49a9-afa3-831489f633ce], X-ECOMP-RequestID=[1a5e8e35-87ed-40f0-91a8-3b150a1e0fca], X-TransactionId=[], X-ONAP-RequestID=[1a5e8e35-87ed-40f0-91a8-3b150a1e0fca], Content-Type=[application/merge-patch+json]}
2023-03-22T07:49:38.003Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-22T07:49:38.031Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0 has http status code:404 and response headers:{date=[Wed, 22 Mar 2023 07:49:37 GMT], server=[envoy], content-length=[495], x-envoy-upstream-service-time=[26], x-aai-txid=[2-aai-resources-230322-07:49:37:892-79656], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T07:49:38.032Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6","ERR.5.4.6114"]}}}

2023-03-22T07:49:38.033Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6?depth=0|INFO|404|Not Found|InvokeReturn
2023-03-22T07:49:38.037Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
2023-03-22T07:49:38.037Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T07:49:38.037Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
2023-03-22T07:49:38.037Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T07:49:38.046Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T07:49:38.046Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec=ERR.5.4.6114)
2023-03-22T07:49:38.046Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-03-22T07:49:38.046Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:49:38.047Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:49:38.047Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471378046,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec\u003dERR.5.4.6114)"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:49:38.066Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:49:38.066Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471378046,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d1a5e8e35-87ed-40f0-91a8-3b150a1e0fca Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/51f08bee-59f8-40fa-935c-cd0599c584b5/model-vers/model-ver/e5f12647-c344-47df-98f7-08a8565b00b6) (ec\u003dERR.5.4.6114)"
}
2023-03-22T07:49:38.066Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:49:39.066Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-22T07:49:39.066Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"fbc0587e-4f99-4206-ac97-4f248ab7b2de","serviceName":"vFW 2023-03-22 05-25-55","serviceVersion":"1.0","serviceUUID":"eda70000-0f19-4eaf-b072-0771557b768b","serviceDescription":"catalog service description","serviceInvariantUUID":"54638bfb-5802-44c3-ba60-61ecd799a1bc","resources":[{"resourceInstanceName":"vFW 3229eeab-6ab8 0","resourceName":"vFW 3229eeab-6ab8","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850","resourceInvariantUUID":"6f487355-e424-4b76-9ef4-7f60cecc0cee","resourceCustomizationUUID":"bbf43dff-a85c-4ce3-9384-ff2f1d0c1478","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vf-license-model.xml","artifactChecksum":"ZTk2NGJjN2RmNjIyODk5M2YxODVjYWM0MmE5NDU2NjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"327fa8b9-2434-45ca-a5cb-6c0e0c48f279","artifactVersion":"1"},{"artifactName":"vfw3229eeab6ab80_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json","artifactChecksum":"YjhjOTY1OGI5YWEyOGJhODkwMWIwMzBlYjcwYTEyMzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"127b1619-50cf-438a-a046-c05d6a5e780b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"24d6c314-9225-43b0-9b4a-495965c4b649","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vendor-license-model.xml","artifactChecksum":"ZDIwMTBhYTFkOWY1ZTc0YTc0OTM0MmE0Zjg3NTI4Zjc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e883ee8a-b506-436c-8720-ece3099298d8","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"50d273c5-c4c8-48ad-97b1-0fcf90649b8d","artifactVersion":"2","generatedFromUUID":"24d6c314-9225-43b0-9b4a-495965c4b649"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230322052555-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-template.yml","artifactChecksum":"MDkzODk1YzU4OTAyYTFlOWM5YTFkYjljNWYxMWFmMjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"527da56d-ecd6-45fc-81ca-1ca14b3fe96a","artifactVersion":"1"},{"artifactName":"service-Vfw20230322052555-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar","artifactChecksum":"OTBmMWEwY2YzZDk1MzU0NzhlY2RiOTFkMjc5YTVkOGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T07:49:39.066Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:49:39.066Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:49:39.066Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:49:39.066Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:49:40.067Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:49:40.067Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:49:40.067Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:49:40.067Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:49:41.068Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:49:41.068Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:49:41.068Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:49:41.068Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:49:42.069Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:49:42.069Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:49:42.069Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:49:42.069Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:49:43.070Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:49:43.070Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:49:43.070Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:49:43.071Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:49:44.071Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:49:44.071Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:49:44.071Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:49:44.072Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:49:45.072Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:49:45.072Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:49:45.072Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:49:45.073Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:49:46.073Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "serviceName": "vFW 2023-03-22 05-25-55",
  "serviceVersion": "1.0",
  "serviceUUID": "eda70000-0f19-4eaf-b072-0771557b768b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "54638bfb-5802-44c3-ba60-61ecd799a1bc",
  "resources": [
    {
      "resourceInstanceName": "vFW 3229eeab-6ab8 0",
      "resourceCustomizationUUID": "bbf43dff-a85c-4ce3-9384-ff2f1d0c1478",
      "resourceName": "vFW 3229eeab-6ab8",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850",
      "resourceInvariantUUID": "6f487355-e424-4b76-9ef4-7f60cecc0cee",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw3229eeab6ab80_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json",
          "artifactChecksum": "YjhjOTY1OGI5YWEyOGJhODkwMWIwMzBlYjcwYTEyMzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "127b1619-50cf-438a-a046-c05d6a5e780b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "24d6c314-9225-43b0-9b4a-495965c4b649",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "50d273c5-c4c8-48ad-97b1-0fcf90649b8d",
            "generatedFromUUID": "24d6c314-9225-43b0-9b4a-495965c4b649"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "50d273c5-c4c8-48ad-97b1-0fcf90649b8d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230322052555-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
      "artifactChecksum": "OTBmMWEwY2YzZDk1MzU0NzhlY2RiOTFkMjc5YTVkOGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T07:49:46.074Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T07:49:46.074Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eda70000-0f19-4eaf-b072-0771557b768b ASDC
2023-03-22T07:49:46.074Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:fbc0587e-4f99-4206-ac97-4f248ab7b2de
ServiceName:vFW 2023-03-22 05-25-55
ServiceVersion:1.0
ServiceUUID:eda70000-0f19-4eaf-b072-0771557b768b
ServiceInvariantUUID:54638bfb-5802-44c3-ba60-61ecd799a1bc
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230322052555-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar
ArtifactUUID:bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f
ArtifactChecksum:OTBmMWEwY2YzZDk1MzU0NzhlY2RiOTFkMjc5YTVkOGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 3229eeab-6ab8 0
ResourceCustomizationUUID:bbf43dff-a85c-4ce3-9384-ff2f1d0c1478
ResourceInvariantUUID:6f487355-e424-4b76-9ef4-7f60cecc0cee
ResourceName:vFW 3229eeab-6ab8
ResourceType:VF
ResourceUUID:bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw3229eeab6ab80_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json
ArtifactUUID:127b1619-50cf-438a-a046-c05d6a5e780b
ArtifactChecksum:YjhjOTY1OGI5YWEyOGJhODkwMWIwMzBlYjcwYTEyMzA=
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/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml
ArtifactUUID:24d6c314-9225-43b0-9b4a-495965c4b649
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/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env
ArtifactUUID:50d273c5-c4c8-48ad-97b1-0fcf90649b8d
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/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env
ArtifactUUID:50d273c5-c4c8-48ad-97b1-0fcf90649b8d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-22T07:49:46.074Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eda70000-0f19-4eaf-b072-0771557b768b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:49:46.098Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:49:46.099Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:49:46.099Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:49:46.099Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f from URL: /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar
2023-03-22T07:49:46.099Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-22T07:49:46.099Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar
2023-03-22T07:49:46.414Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-22T07:49:46.416Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f 101497
2023-03-22T07:49:46.416Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar ASDC sendASDCNotification
2023-03-22T07:49:46.416Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar
2023-03-22T07:49:46.417Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T07:49:46.417Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:49:46.417Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:49:46.417Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471386416,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:49:47.417Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:49:47.418Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:49:47.418Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f, URL: /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar to file: /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T07:49:47.418Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230322052555-csar.csar
2023-03-22T07:49:47.419Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T07:49:47.419Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T07:49:47.525Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4097691000092750667/Definitions/service-Vfw20230322052555-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-22T07:49:49.049Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-22T07:49:49.049Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-22T07:49:49.049Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T07:49:49.049Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-22T07:49:49.049Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T07:49:49.049Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3229eeab-6ab8 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-Vfw20230322052555-csar.csar
2023-03-22T07:49:49.049Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T07:49:49.049Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T07:49:49.049Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T07:49:49.050Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T07:49:49.050Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T07:49:49.050Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T07:49:49.050Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T07:49:49.050Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T07:49:49.050Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230322052555-csar.csar
2023-03-22T07:49:49.050Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-22T07:49:49.050Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:49:49.050Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:49:49.050Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T07:49:49.050Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-22T07:49:49.050Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T07:49:49.050Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:49:49.050Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:49:49.051Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T07:49:49.051Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-22T07:49:49.051Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T07:49:49.051Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:49:49.051Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:49:49.051Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:49:49.051Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is not matching search criteria
2023-03-22T07:49:49.051Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T07:49:49.051Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T07:49:49.051Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T07:49:49.051Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T07:49:49.051Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T07:49:49.051Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T07:49:49.051Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T07:49:49.051Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T07:49:49.051Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T07:49:49.052Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T07:49:49.052Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T07:49:49.052Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T07:49:49.052Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T07:49:49.052Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T07:49:49.052Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T07:49:49.052Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-22T07:49:49.052Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:49:49.052Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-22T07:49:49.052Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:49:49.052Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T07:49:49.052Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T07:49:49.052Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:49:49.052Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T07:49:49.052Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T07:49:49.053Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:49:49.053Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is matching search criteria
2023-03-22T07:49:49.053Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 3229eeab-6ab8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T07:49:49.053Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:49:49.053Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is not matching search criteria
2023-03-22T07:49:49.053Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T07:49:49.053Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-22T07:49:49.053Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T07:49:49.053Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T07:49:49.053Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T07:49:49.053Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T07:49:49.053Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T07:49:49.053Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T07:49:49.053Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T07:49:49.053Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T07:49:49.054Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T07:49:49.054Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=aa314a86-cb0e-4a5b-b3dc-67ab85529aa3
2023-03-22T07:49:49.054Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:49:49.054Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is not matching search criteria
2023-03-22T07:49:49.054Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T07:49:49.054Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T07:49:49.054Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T07:49:49.054Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T07:49:49.054Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T07:49:49.054Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T07:49:49.054Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T07:49:49.054Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-22T07:49:49.054Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T07:49:49.054Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T07:49:49.054Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T07:49:49.054Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T07:49:49.055Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d9998ff5-07a8-4e06-a366-e2fa06343e60
2023-03-22T07:49:49.055Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:49:49.055Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vFW 3229eeab-6ab8 0 is not matching search criteria
2023-03-22T07:49:49.055Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T07:49:49.055Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T07:49:49.055Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T07:49:49.055Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T07:49:49.055Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T07:49:49.055Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T07:49:49.055Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T07:49:49.055Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T07:49:49.055Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T07:49:49.055Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T07:49:49.055Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T07:49:49.055Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-22T07:49:49.056Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=72136b1f-0061-4b5e-8c0f-044f0a8cd6b2
2023-03-22T07:49:49.056Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:49:49.056Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:49:49.056Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:49:49.056Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:49:49.056Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:49:49.056Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:49:49.056Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:49:49.056Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-22 05-25-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:49:49.056Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-22 05-25-55
Description:catalog service description
Model UUID:eda70000-0f19-4eaf-b072-0771557b768b
Model Version:NULL
Model InvariantUuid:54638bfb-5802-44c3-ba60-61ecd799a1bc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 3229eeab-6ab8
Model UUID:dd90c608-56d0-4044-b77e-6f9404d60812
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6f487355-e424-4b76-9ef4-7f60cecc0cee
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bbf43dff-a85c-4ce3-9384-ff2f1d0c1478
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2340f6cb-b4db-4011-b9c3-b4bb2848eb7c
ModelName:Vfw3229eeab6ab8..base_vfw..module-0
ModelUuid:c74453a0-bfa7-4668-9055-82db75071a8d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:aa314a86-cb0e-4a5b-b3dc-67ab85529aa3
ModelInvariantUuid:74332490-9cd4-4220-be9e-93c4591dd72d
ModelName:vFW 3229eeab-6ab8-nodes.vfwCvfc
ModelUuid:61ffbf75-6e28-4757-a025-b2c0ab962a74
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:b563dbc2-8b56-450f-a599-b56cc6be1007
ModelInvariantUuid:e6f4acf5-2121-4837-8eb8-e79dbf0b46ec
ModelName:Vfw3229eeab6ab8.compute.nodes.heat.vfw
ModelUuid:3ddfdfb8-55a4-40cd-9b94-9474bbb1c6d3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:d9998ff5-07a8-4e06-a366-e2fa06343e60
ModelInvariantUuid:75eef7ce-cbf0-426f-a147-534c62c9b134
ModelName:vFW 3229eeab-6ab8-nodes.vsnCvfc
ModelUuid:4c386c48-c8e8-4e57-8fc6-0995d6047810
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:7ea81968-c783-413a-9c62-f56e7faf2485
ModelInvariantUuid:8251d429-389a-4c59-b3bb-f88c27094de4
ModelName:Vfw3229eeab6ab8.compute.nodes.heat.vsn
ModelUuid:7baacf9a-a7aa-4a5d-9cd8-e291da6e2df3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:72136b1f-0061-4b5e-8c0f-044f0a8cd6b2
ModelInvariantUuid:212509d2-d95e-4210-9e4f-19fde5069d41
ModelName:vFW 3229eeab-6ab8-nodes.vpgCvfc
ModelUuid:44417cb2-1a4d-4bbd-972e-b0b0505ab818
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:1600c0ab-d5be-4c3c-83e2-1b664c1463d8
ModelInvariantUuid:d3c4495c-70b8-4c49-b3c6-423d142f6163
ModelName:Vfw3229eeab6ab8.compute.nodes.heat.vpg
ModelUuid:c23fe525-aef3-474a-ba0e-b18de4f76ede
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-22T07:49:49.084Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||ERROR|500||Csar with UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f already exists
2023-03-22T07:49:49.084Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar ASDC sendASDCNotification
2023-03-22T07:49:49.084Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar(Csar with UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f already exists)
2023-03-22T07:49:49.085Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:49:49.085Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:49:49.085Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:49:49.085Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471389084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:49:50.086Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar ASDC sendASDCNotification
2023-03-22T07:49:50.086Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar(Resource with UUID: bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850 already exists)
2023-03-22T07:49:50.087Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:49:50.087Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:49:50.087Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:49:50.088Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471390086,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:49:51.089Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fbc0587e-4f99-4206-ac97-4f248ab7b2de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:49:51.110Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fbc0587e-4f99-4206-ac97-4f248ab7b2de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:49:51.114Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T07:49:51.114Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T07:49:51.115Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T07:49:51.115Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T07:49:51.115Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:49:51.115Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:49:51.115Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:49:51.116Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:49:51.116Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-22T07:49:51.126Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T07:50:21.126Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fbc0587e-4f99-4206-ac97-4f248ab7b2de and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T07:50:21.136Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fbc0587e-4f99-4206-ac97-4f248ab7b2de and serviceModelVersionId: eda70000-0f19-4eaf-b072-0771557b768b
2023-03-22T07:50:21.136Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 54638bfb-5802-44c3-ba60-61ecd799a1bc
2023-03-22T07:50:21.137Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0
2023-03-22T07:50:21.145Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T07:50:21.160Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0|INFO|500||Invoke
2023-03-22T07:50:21.161Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fbc0587e-4f99-4206-ac97-4f248ab7b2de], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bb2895b1-ded8-4a78-9b87-613302d0227f], X-ECOMP-RequestID=[fbc0587e-4f99-4206-ac97-4f248ab7b2de], X-TransactionId=[], X-ONAP-RequestID=[fbc0587e-4f99-4206-ac97-4f248ab7b2de], Content-Type=[application/merge-patch+json]}
2023-03-22T07:50:21.168Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T07:50:21.318Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 07:50:21 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[146], vertex-id=[188528], x-aai-txid=[0-aai-resources-230322-07:50:21:062-32736], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T07:50:21.318Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-22T07:50:21.319Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/54638bfb-5802-44c3-ba60-61ecd799a1bc/model-vers/model-ver/eda70000-0f19-4eaf-b072-0771557b768b?depth=0|INFO|500||InvokeReturn
2023-03-22T07:50:21.319Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T07:50:21.319Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T07:50:21.330Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T07:50:21.330Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fbc0587e-4f99-4206-ac97-4f248ab7b2de and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T07:50:21.331Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T07:50:21.331Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:50:21.331Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:50:21.331Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471421331,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:50:22.354Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-22T07:50:22.354Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"e45a6ddb-db7b-441f-b7ed-2e79323362e4","serviceName":"vFW 2023-03-22 05-39-11","serviceVersion":"1.0","serviceUUID":"562f90e9-8e25-4df5-abb7-1b0c5d5c58ec","serviceDescription":"catalog service description","serviceInvariantUUID":"52e7b3d8-c424-43b5-ac13-789d4eb414c3","resources":[{"resourceInstanceName":"vFW c60b0202-0ea7 0","resourceName":"vFW c60b0202-0ea7","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a403d108-1e0a-4b72-ac99-f7abbce4ed23","resourceInvariantUUID":"8351f926-86d0-4cb7-823c-18b7802f48a1","resourceCustomizationUUID":"06e7df1e-8a54-4cc2-9b1f-86a8234bc06f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vf-license-model.xml","artifactChecksum":"NDhhYmFmMmY5Zjc5MTk2MDI3NzVkOTc0YWFhZTk1MDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ac048545-2b2d-4e16-a159-921d7d783742","artifactVersion":"1"},{"artifactName":"vfwc60b02020ea70_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json","artifactChecksum":"NmViOGFlN2U2MzE3NTY0NTdmNGY4MzJhZjFjYTMwMGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6849c46b-4130-4e78-b948-01a8c8600c05","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vendor-license-model.xml","artifactChecksum":"ZDJhNGY2ZjE0MGM0NGY4MWIzODE0ZDdlNjY3MmQ1NWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"330b063c-7793-44ce-a503-a49511c0d654","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"70401413-6f4d-49ec-be0e-187b3f996134","artifactVersion":"2","generatedFromUUID":"6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230322053911-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-template.yml","artifactChecksum":"ZjQ2NmEzOGYwMGNjYWE2Y2ZiZjYwOTcyYjExYWJiMDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4242fb19-e71a-48c4-b953-65a008cd83b8","artifactVersion":"1"},{"artifactName":"service-Vfw20230322053911-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar","artifactChecksum":"MzQ2NDA1NGJmMDE1NjcxMTQxM2RjMWJkYTQ5MDNjMDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"92a1cf4b-1054-452b-880a-e75dccd519aa","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T07:50:22.355Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:50:22.355Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:50:22.355Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:50:22.355Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:50:23.355Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:50:23.356Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:50:23.356Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:50:23.356Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:50:24.357Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:50:24.358Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:50:24.358Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:50:24.358Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:50:25.359Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:50:25.359Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:50:25.359Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:50:25.359Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:50:26.361Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:50:26.361Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:50:26.361Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:50:26.361Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:50:27.363Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:50:27.363Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:50:27.363Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:50:27.363Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:50:28.364Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:50:28.364Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:50:28.365Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:50:28.365Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:50:28.533Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:50:28.538Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:50:28.538Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:50:28.539Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:50:28.539Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:50:28.539Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vfw3229eeab6ab80_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T07:50:28.539Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:50:28.540Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:50:28.540Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-22T07:50:28.540Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:50:28.540Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:50:28.540Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:50:28.540Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:50:28.540Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:50:28.540Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/resourceInstances/vfw3229eeab6ab80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-22T07:50:28.541Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:50:28.541Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:50:28.541Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:50:28.541Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:50:28.541Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:50:28.541Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T07:50:28.541Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:50:28.542Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:50:28.542Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471386416,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T07:50:28.542Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:50:28.542Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:50:28.542Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471389084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bdf7f76d-bb0c-4dd4-b87b-65d9058bcb4f already exists"
}
2023-03-22T07:50:28.542Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:50:28.543Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:50:28.543Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471390086,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322052555/1.0/artifacts/service-Vfw20230322052555-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: bf6e69ac-c5ac-4ecd-95dc-ca1baf15d850 already exists"
}
2023-03-22T07:50:28.543Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:50:28.543Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:50:28.543Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "fbc0587e-4f99-4206-ac97-4f248ab7b2de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471421331,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T07:50:28.544Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:50:28.544Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:50:28.544Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:50:28.544Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:50:28.544Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:50:28.544Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T07:50:28.544Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:50:28.544Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:50:28.545Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-03-22T07:50:28.545Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:50:28.545Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:50:28.545Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:50:28.545Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:50:28.545Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:50:28.545Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-03-22T07:50:28.546Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:50:28.546Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:50:28.546Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:50:28.546Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:50:28.546Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:50:28.546Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T07:50:28.546Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:50:29.366Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "serviceName": "vFW 2023-03-22 05-39-11",
  "serviceVersion": "1.0",
  "serviceUUID": "562f90e9-8e25-4df5-abb7-1b0c5d5c58ec",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "52e7b3d8-c424-43b5-ac13-789d4eb414c3",
  "resources": [
    {
      "resourceInstanceName": "vFW c60b0202-0ea7 0",
      "resourceCustomizationUUID": "06e7df1e-8a54-4cc2-9b1f-86a8234bc06f",
      "resourceName": "vFW c60b0202-0ea7",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a403d108-1e0a-4b72-ac99-f7abbce4ed23",
      "resourceInvariantUUID": "8351f926-86d0-4cb7-823c-18b7802f48a1",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc60b02020ea70_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json",
          "artifactChecksum": "NmViOGFlN2U2MzE3NTY0NTdmNGY4MzJhZjFjYTMwMGQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6849c46b-4130-4e78-b948-01a8c8600c05",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "70401413-6f4d-49ec-be0e-187b3f996134",
            "generatedFromUUID": "6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "70401413-6f4d-49ec-be0e-187b3f996134",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230322053911-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
      "artifactChecksum": "MzQ2NDA1NGJmMDE1NjcxMTQxM2RjMWJkYTQ5MDNjMDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "92a1cf4b-1054-452b-880a-e75dccd519aa"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T07:50:29.367Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T07:50:29.367Z|fbc0587e-4f99-4206-ac97-4f248ab7b2de|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 562f90e9-8e25-4df5-abb7-1b0c5d5c58ec ASDC
2023-03-22T07:50:29.368Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:e45a6ddb-db7b-441f-b7ed-2e79323362e4
ServiceName:vFW 2023-03-22 05-39-11
ServiceVersion:1.0
ServiceUUID:562f90e9-8e25-4df5-abb7-1b0c5d5c58ec
ServiceInvariantUUID:52e7b3d8-c424-43b5-ac13-789d4eb414c3
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230322053911-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar
ArtifactUUID:92a1cf4b-1054-452b-880a-e75dccd519aa
ArtifactChecksum:MzQ2NDA1NGJmMDE1NjcxMTQxM2RjMWJkYTQ5MDNjMDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c60b0202-0ea7 0
ResourceCustomizationUUID:06e7df1e-8a54-4cc2-9b1f-86a8234bc06f
ResourceInvariantUUID:8351f926-86d0-4cb7-823c-18b7802f48a1
ResourceName:vFW c60b0202-0ea7
ResourceType:VF
ResourceUUID:a403d108-1e0a-4b72-ac99-f7abbce4ed23
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc60b02020ea70_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/vfwc60b02020ea70_modules.json
ArtifactUUID:6849c46b-4130-4e78-b948-01a8c8600c05
ArtifactChecksum:NmViOGFlN2U2MzE3NTY0NTdmNGY4MzJhZjFjYTMwMGQ=
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/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.yaml
ArtifactUUID:6d84a55c-4c99-4c17-abd4-55d4c8dbf6b5
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/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env
ArtifactUUID:70401413-6f4d-49ec-be0e-187b3f996134
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/Vfw20230322053911/1.0/resourceInstances/vfwc60b02020ea70/artifacts/base_vfw.env
ArtifactUUID:70401413-6f4d-49ec-be0e-187b3f996134
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-22T07:50:29.368Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 562f90e9-8e25-4df5-abb7-1b0c5d5c58ec ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:50:29.401Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:50:29.402Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:50:29.402Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:50:29.402Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa from URL: /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar
2023-03-22T07:50:29.402Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-22T07:50:29.403Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar
2023-03-22T07:50:29.690Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-22T07:50:29.693Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar 92a1cf4b-1054-452b-880a-e75dccd519aa 101506
2023-03-22T07:50:29.693Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar ASDC sendASDCNotification
2023-03-22T07:50:29.693Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar
2023-03-22T07:50:29.693Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T07:50:29.694Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:50:29.694Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:50:29.694Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471429693,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:50:30.694Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:50:30.695Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:50:30.696Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa, URL: /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar to file: /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T07:50:30.696Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230322053911-csar.csar
2023-03-22T07:50:30.697Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T07:50:30.697Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T07:50:30.810Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6283770676560576152/Definitions/service-Vfw20230322053911-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-22T07:50:32.361Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-22T07:50:32.362Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-22T07:50:32.362Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T07:50:32.362Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-03-22T07:50:32.362Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T07:50:32.362Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T07:50:32.362Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T07:50:32.362Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c60b0202-0ea7 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-Vfw20230322053911-csar.csar
2023-03-22T07:50:32.362Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T07:50:32.362Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T07:50:32.362Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T07:50:32.362Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T07:50:32.362Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T07:50:32.362Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T07:50:32.362Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230322053911-csar.csar
2023-03-22T07:50:32.362Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-22T07:50:32.362Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:50:32.362Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:50:32.362Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T07:50:32.362Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-22T07:50:32.363Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T07:50:32.363Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:50:32.363Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:50:32.363Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T07:50:32.363Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-22T07:50:32.363Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T07:50:32.363Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:50:32.363Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:50:32.363Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:50:32.363Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is not matching search criteria
2023-03-22T07:50:32.363Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T07:50:32.363Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T07:50:32.363Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T07:50:32.363Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T07:50:32.363Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T07:50:32.363Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T07:50:32.363Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T07:50:32.363Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T07:50:32.363Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T07:50:32.363Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T07:50:32.363Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T07:50:32.364Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T07:50:32.364Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T07:50:32.364Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T07:50:32.364Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T07:50:32.364Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-22T07:50:32.364Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:50:32.364Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-22T07:50:32.364Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:50:32.364Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T07:50:32.364Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T07:50:32.364Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:50:32.364Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T07:50:32.364Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T07:50:32.364Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:50:32.364Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is matching search criteria
2023-03-22T07:50:32.364Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW c60b0202-0ea7 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T07:50:32.364Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:50:32.364Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is not matching search criteria
2023-03-22T07:50:32.364Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T07:50:32.364Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-03-22T07:50:32.364Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T07:50:32.365Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T07:50:32.365Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T07:50:32.365Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T07:50:32.365Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T07:50:32.365Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T07:50:32.365Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T07:50:32.365Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T07:50:32.365Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T07:50:32.365Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=206c1997-b141-46b2-9d54-58f6537370b4
2023-03-22T07:50:32.365Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:50:32.365Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is not matching search criteria
2023-03-22T07:50:32.365Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T07:50:32.365Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T07:50:32.365Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T07:50:32.365Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T07:50:32.366Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T07:50:32.366Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T07:50:32.366Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T07:50:32.366Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-03-22T07:50:32.366Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-03-22T07:50:32.366Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-03-22T07:50:32.366Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-03-22T07:50:32.366Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T07:50:32.366Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b4e01378-0842-4b95-b007-3ff10435fd7f
2023-03-22T07:50:32.366Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:50:32.366Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vFW c60b0202-0ea7 0 is not matching search criteria
2023-03-22T07:50:32.366Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-03-22T07:50:32.366Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-03-22T07:50:32.367Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-03-22T07:50:32.367Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-03-22T07:50:32.367Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-03-22T07:50:32.367Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-03-22T07:50:32.367Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-03-22T07:50:32.367Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-03-22T07:50:32.367Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-03-22T07:50:32.367Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-03-22T07:50:32.367Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-03-22T07:50:32.367Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-03-22T07:50:32.367Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3b592c80-4694-4e6b-b370-b55c6b9b8c7a
2023-03-22T07:50:32.367Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:50:32.367Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:50:32.368Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:50:32.368Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:50:32.368Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:50:32.368Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:50:32.368Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:50:32.368Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-03-22 05-39-11 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:50:32.368Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-03-22 05-39-11
Description:catalog service description
Model UUID:562f90e9-8e25-4df5-abb7-1b0c5d5c58ec
Model Version:NULL
Model InvariantUuid:52e7b3d8-c424-43b5-ac13-789d4eb414c3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c60b0202-0ea7
Model UUID:4b02448c-c22a-4af2-8c31-5bc4cd68a847
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8351f926-86d0-4cb7-823c-18b7802f48a1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:06e7df1e-8a54-4cc2-9b1f-86a8234bc06f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e6a99d09-50e2-41a0-83a9-772a39c5566f
ModelName:VfwC60b02020ea7..base_vfw..module-0
ModelUuid:41cdfe7d-91ad-4bc3-b65d-bb4235a70705
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:206c1997-b141-46b2-9d54-58f6537370b4
ModelInvariantUuid:37b691ed-6612-4526-940c-3e394079630b
ModelName:vFW c60b0202-0ea7-nodes.vfwCvfc
ModelUuid:aa93ecc6-c0b2-4018-88b9-6b0d4aecf8bd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:a2df18d2-3fdb-4860-a301-0ef4bedbff9d
ModelInvariantUuid:7cccaa2e-d2f0-4077-9b9c-81f8c3ec8330
ModelName:VfwC60b02020ea7.compute.nodes.heat.vfw
ModelUuid:1993e040-202b-48bb-8eb8-907bd2b927ba
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:b4e01378-0842-4b95-b007-3ff10435fd7f
ModelInvariantUuid:e7177ea2-699a-419f-aa5f-2038fa1ea474
ModelName:vFW c60b0202-0ea7-nodes.vsnCvfc
ModelUuid:8a079ade-48ca-4f48-9af8-272723cac5ff
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:a9974314-41bf-4317-9b03-6461baecf54e
ModelInvariantUuid:854c0b2f-0303-45e3-8e3f-15d5a400209a
ModelName:VfwC60b02020ea7.compute.nodes.heat.vsn
ModelUuid:a30b7738-0dec-4740-94e1-85f3ae713a30
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:3b592c80-4694-4e6b-b370-b55c6b9b8c7a
ModelInvariantUuid:4fbcc6bf-54ba-402a-94de-b15fc858b0cb
ModelName:vFW c60b0202-0ea7-nodes.vpgCvfc
ModelUuid:6a108ab5-3f67-4128-855e-ac4bfa896c57
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:77c55b3d-f116-4bf0-81ca-27720f2cf36d
ModelInvariantUuid:2af9f482-4a84-430d-8fb2-b6638734ac2d
ModelName:VfwC60b02020ea7.compute.nodes.heat.vpg
ModelUuid:0922df60-f80a-4c67-940b-87ac2d65c358
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-22T07:50:32.401Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||ERROR|500||Csar with UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa already exists
2023-03-22T07:50:32.402Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar ASDC sendASDCNotification
2023-03-22T07:50:32.402Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar(Csar with UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa already exists)
2023-03-22T07:50:32.402Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:50:32.402Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:50:32.402Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:50:32.402Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471432402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:50:33.402Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar ASDC sendASDCNotification
2023-03-22T07:50:33.403Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar(Resource with UUID: a403d108-1e0a-4b72-ac99-f7abbce4ed23 already exists)
2023-03-22T07:50:33.403Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:50:33.403Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:50:33.403Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:50:33.403Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471433402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a403d108-1e0a-4b72-ac99-f7abbce4ed23 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:50:34.404Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e45a6ddb-db7b-441f-b7ed-2e79323362e4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:50:34.419Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e45a6ddb-db7b-441f-b7ed-2e79323362e4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:50:34.422Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T07:50:34.422Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T07:50:34.422Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T07:50:34.422Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T07:50:34.422Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:50:34.422Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:50:34.422Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:50:34.422Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:50:34.422Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-22T07:50:34.431Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T07:51:04.432Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e45a6ddb-db7b-441f-b7ed-2e79323362e4 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T07:51:04.440Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e45a6ddb-db7b-441f-b7ed-2e79323362e4 and serviceModelVersionId: 562f90e9-8e25-4df5-abb7-1b0c5d5c58ec
2023-03-22T07:51:04.440Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 52e7b3d8-c424-43b5-ac13-789d4eb414c3
2023-03-22T07:51:04.442Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0
2023-03-22T07:51:04.448Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T07:51:04.461Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0|INFO|500||Invoke
2023-03-22T07:51:04.462Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e45a6ddb-db7b-441f-b7ed-2e79323362e4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c76dd266-493f-4b40-9f67-14e135b81d4b], X-ECOMP-RequestID=[e45a6ddb-db7b-441f-b7ed-2e79323362e4], X-TransactionId=[], X-ONAP-RequestID=[e45a6ddb-db7b-441f-b7ed-2e79323362e4], Content-Type=[application/merge-patch+json]}
2023-03-22T07:51:04.470Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T07:51:04.608Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 07:51:04 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[135], vertex-id=[184392], x-aai-txid=[0-aai-resources-230322-07:51:04:361-21315], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T07:51:04.609Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-22T07:51:04.610Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/52e7b3d8-c424-43b5-ac13-789d4eb414c3/model-vers/model-ver/562f90e9-8e25-4df5-abb7-1b0c5d5c58ec?depth=0|INFO|500||InvokeReturn
2023-03-22T07:51:04.610Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T07:51:04.610Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T07:51:04.622Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T07:51:04.622Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e45a6ddb-db7b-441f-b7ed-2e79323362e4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T07:51:04.623Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T07:51:04.623Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:51:04.623Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:51:04.623Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471464623,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:51:05.635Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-22T07:51:05.635Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"b64429f8-68d6-4a68-b948-a3a538b17dd3","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"f38337a8-d2df-48a9-a491-0868f87ff613","serviceDescription":"service","serviceInvariantUUID":"120c21e3-6916-4b71-8ac3-5c439c353b17","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"e5cee138-d08f-4f98-b954-b100fc045ce9","resourceInvariantUUID":"184f7c4b-e703-4d14-a5d9-3fcd2158143c","resourceCustomizationUUID":"32b7cdbe-58ea-461f-96d0-994e2f90eca5","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":"MGVjNDhkMjNkMDVjMTc2NTYxMzI4MDZiYzJkYTFkYTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0fcae08a-b905-4025-a931-3cefca391c35","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"Yzc2YTA3NWYxYThhNTllZmQ0NTdhNjhkMWQ1ZTEwMzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"800f3a61-86e4-4005-8b17-0252365bfbfe","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T07:51:05.635Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:51:05.635Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:51:05.635Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:51:05.635Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "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-22T07:51:06.636Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:51:06.636Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:51:06.636Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:51:06.637Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:51:07.638Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "f38337a8-d2df-48a9-a491-0868f87ff613",
  "serviceDescription": "service",
  "serviceInvariantUUID": "120c21e3-6916-4b71-8ac3-5c439c353b17",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "32b7cdbe-58ea-461f-96d0-994e2f90eca5",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "e5cee138-d08f-4f98-b954-b100fc045ce9",
      "resourceInvariantUUID": "184f7c4b-e703-4d14-a5d9-3fcd2158143c",
      "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": "Yzc2YTA3NWYxYThhNTllZmQ0NTdhNjhkMWQ1ZTEwMzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "800f3a61-86e4-4005-8b17-0252365bfbfe"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T07:51:07.638Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T07:51:07.638Z|e45a6ddb-db7b-441f-b7ed-2e79323362e4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f38337a8-d2df-48a9-a491-0868f87ff613 ASDC
2023-03-22T07:51:07.638Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:b64429f8-68d6-4a68-b948-a3a538b17dd3
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:f38337a8-d2df-48a9-a491-0868f87ff613
ServiceInvariantUUID:120c21e3-6916-4b71-8ac3-5c439c353b17
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:800f3a61-86e4-4005-8b17-0252365bfbfe
ArtifactChecksum:Yzc2YTA3NWYxYThhNTllZmQ0NTdhNjhkMWQ1ZTEwMzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:32b7cdbe-58ea-461f-96d0-994e2f90eca5
ResourceInvariantUUID:184f7c4b-e703-4d14-a5d9-3fcd2158143c
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:e5cee138-d08f-4f98-b954-b100fc045ce9
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-03-22T07:51:07.639Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f38337a8-d2df-48a9-a491-0868f87ff613 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:51:07.669Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:51:07.669Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:51:07.669Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:51:07.669Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 800f3a61-86e4-4005-8b17-0252365bfbfe from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-22T07:51:07.669Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-22T07:51:07.669Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-03-22T07:51:07.694Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-22T07:51:07.694Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@64d8c5d1
2023-03-22T07:51:07.694Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T07:51:07.694Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicNetwork"
      ]
    }
  }
}
2023-03-22T07:51:07.694Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicNetwork-csar.csar /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 800f3a61-86e4-4005-8b17-0252365bfbfe Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T07:51:07.694Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-22T07:51:07.694Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Specified artifact is  not found)
2023-03-22T07:51:07.694Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T07:51:07.694Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:51:07.695Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:51:07.695Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471467694,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:51:08.695Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicNetwork-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(UUID:800f3a61-86e4-4005-8b17-0252365bfbfe)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-22T07:51:08.735Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||ERROR|500||Csar with UUID: 800f3a61-86e4-4005-8b17-0252365bfbfe already exists
2023-03-22T07:51:08.735Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-22T07:51:08.735Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: 800f3a61-86e4-4005-8b17-0252365bfbfe already exists)
2023-03-22T07:51:08.736Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:51:08.736Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:51:08.736Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:51:08.736Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471468735,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 800f3a61-86e4-4005-8b17-0252365bfbfe already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:51:09.736Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-03-22T07:51:09.737Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: e5cee138-d08f-4f98-b954-b100fc045ce9 already exists)
2023-03-22T07:51:09.737Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:51:09.737Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:51:09.737Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:51:09.737Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471469736,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e5cee138-d08f-4f98-b954-b100fc045ce9 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:51:10.738Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b64429f8-68d6-4a68-b948-a3a538b17dd3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:51:10.754Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b64429f8-68d6-4a68-b948-a3a538b17dd3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:51:10.757Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T07:51:10.758Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T07:51:10.758Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T07:51:10.758Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T07:51:10.758Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:51:10.758Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:51:10.758Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:51:10.758Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:51:10.758Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-22T07:51:10.765Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T07:51:28.533Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:51:28.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:51:28.540Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471429693,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T07:51:28.540Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:51:28.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:51:28.540Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471432402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 92a1cf4b-1054-452b-880a-e75dccd519aa already exists"
}
2023-03-22T07:51:28.540Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:51:28.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:51:28.540Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471433402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230322053911/1.0/artifacts/service-Vfw20230322053911-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a403d108-1e0a-4b72-ac99-f7abbce4ed23 already exists"
}
2023-03-22T07:51:28.540Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:51:28.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:51:28.540Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "e45a6ddb-db7b-441f-b7ed-2e79323362e4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471464623,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T07:51:28.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:51:28.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:51:28.541Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:51:28.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:51:28.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:51:28.541Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T07:51:28.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:51:28.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:51:28.541Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471467694,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-22T07:51:28.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:51:28.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:51:28.541Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471468735,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 800f3a61-86e4-4005-8b17-0252365bfbfe already exists"
}
2023-03-22T07:51:28.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:51:28.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:51:28.541Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471469736,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e5cee138-d08f-4f98-b954-b100fc045ce9 already exists"
}
2023-03-22T07:51:28.542Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:51:40.766Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b64429f8-68d6-4a68-b948-a3a538b17dd3 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T07:51:40.775Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b64429f8-68d6-4a68-b948-a3a538b17dd3 and serviceModelVersionId: f38337a8-d2df-48a9-a491-0868f87ff613
2023-03-22T07:51:40.775Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 120c21e3-6916-4b71-8ac3-5c439c353b17
2023-03-22T07:51:40.776Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0
2023-03-22T07:51:40.782Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T07:51:40.797Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0|INFO|500||Invoke
2023-03-22T07:51:40.797Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b64429f8-68d6-4a68-b948-a3a538b17dd3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[043ea026-fd2f-4221-a966-f74203bf2861], X-ECOMP-RequestID=[b64429f8-68d6-4a68-b948-a3a538b17dd3], X-TransactionId=[], X-ONAP-RequestID=[b64429f8-68d6-4a68-b948-a3a538b17dd3], Content-Type=[application/merge-patch+json]}
2023-03-22T07:51:40.805Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T07:51:40.957Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 07:51:40 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[148], vertex-id=[209000], x-aai-txid=[2-aai-resources-230322-07:51:40:695-66260], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T07:51:40.957Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-22T07:51:40.958Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/120c21e3-6916-4b71-8ac3-5c439c353b17/model-vers/model-ver/f38337a8-d2df-48a9-a491-0868f87ff613?depth=0|INFO|500||InvokeReturn
2023-03-22T07:51:40.958Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T07:51:40.959Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T07:51:40.966Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T07:51:40.967Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b64429f8-68d6-4a68-b948-a3a538b17dd3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T07:51:40.967Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T07:51:40.967Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:51:40.967Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:51:40.968Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471500967,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:51:41.988Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-22T07:51:41.988Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"4d2fc27d-4827-4431-8901-1a7fe4ae70eb","serviceName":"Demo_pNF_Th3LXatp9s8wdDTQBYLt","serviceVersion":"1.0","serviceUUID":"cdad142e-6240-4457-8e87-75b7cbd29e38","serviceDescription":"catalog service description","serviceInvariantUUID":"81de75ee-355d-450a-b294-753817382022","resources":[{"resourceInstanceName":"pNF 6c7740df-c757 0","resourceName":"pNF 6c7740df-c757","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0da99d63-27be-4a3a-9bd6-c9f17d70a915","resourceInvariantUUID":"41ff80c8-5a8c-4586-9497-ee0ed8d8dbb8","resourceCustomizationUUID":"0404e3be-4b20-4344-a6e5-8950491f980d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vf-license-model.xml","artifactChecksum":"ZmFlNmVhNzc5ZWZlOTA2MDU4ZjgyYjAzYWI0Mzk3NDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"92d23c96-8b8f-4d9d-b136-5be1619c9ec5","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ea08e81f-ef29-4698-9ed5-fe992c4b9a9b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e8855c67-e9df-4389-96ea-13624f308c26","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vendor-license-model.xml","artifactChecksum":"MDIyM2QxNDY2ZjIzMDBhODMzMDExNmFiOGQ1ZmQxZjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9d892759-0f11-4463-b7ab-71ba4e1c07b6","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"66a0ca7b-6224-438d-b805-63e8aa6a2f6d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3e4dc005-13b1-4f11-ba54-e2d95eb2a6b8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTh3lxatp9s8wddtqbylt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-template.yml","artifactChecksum":"Yjc5YTkyYjYzNDRkY2MyN2VmMzg3NDEzODk4NDJjYWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b2903a06-5b2c-414f-a385-4ca4513bf0c8","artifactVersion":"1"},{"artifactName":"service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar","artifactChecksum":"ODBhNmVlNzYyZjAyOTI2MWQwZGVlOTIzZDMzMjU1OTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c4384b06-8549-491d-87e4-dd44765b609c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T07:51:41.989Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:51:41.989Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:51:41.989Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:51:41.989Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:51:42.990Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:51:42.990Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:51:42.990Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:51:42.990Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:51:43.991Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:51:43.991Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:51:43.991Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:51:43.991Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:51:44.992Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:51:44.992Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:51:44.992Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:51:44.993Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:51:45.993Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:51:45.994Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:51:45.994Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:51:45.994Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:51:46.994Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:51:46.995Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:51:46.995Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:51:46.995Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:51:47.995Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:51:47.996Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:51:47.996Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:51:47.996Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:51:48.996Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:51:48.997Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:51:48.998Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:51:48.998Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:51:49.998Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "serviceName": "Demo_pNF_Th3LXatp9s8wdDTQBYLt",
  "serviceVersion": "1.0",
  "serviceUUID": "cdad142e-6240-4457-8e87-75b7cbd29e38",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "81de75ee-355d-450a-b294-753817382022",
  "resources": [
    {
      "resourceInstanceName": "pNF 6c7740df-c757 0",
      "resourceCustomizationUUID": "0404e3be-4b20-4344-a6e5-8950491f980d",
      "resourceName": "pNF 6c7740df-c757",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "0da99d63-27be-4a3a-9bd6-c9f17d70a915",
      "resourceInvariantUUID": "41ff80c8-5a8c-4586-9497-ee0ed8d8dbb8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
      "artifactChecksum": "ODBhNmVlNzYyZjAyOTI2MWQwZGVlOTIzZDMzMjU1OTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c4384b06-8549-491d-87e4-dd44765b609c"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T07:51:49.999Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T07:51:49.999Z|b64429f8-68d6-4a68-b948-a3a538b17dd3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cdad142e-6240-4457-8e87-75b7cbd29e38 ASDC
2023-03-22T07:51:49.999Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:4d2fc27d-4827-4431-8901-1a7fe4ae70eb
ServiceName:Demo_pNF_Th3LXatp9s8wdDTQBYLt
ServiceVersion:1.0
ServiceUUID:cdad142e-6240-4457-8e87-75b7cbd29e38
ServiceInvariantUUID:81de75ee-355d-450a-b294-753817382022
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
ArtifactUUID:c4384b06-8549-491d-87e4-dd44765b609c
ArtifactChecksum:ODBhNmVlNzYyZjAyOTI2MWQwZGVlOTIzZDMzMjU1OTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 6c7740df-c757 0
ResourceCustomizationUUID:0404e3be-4b20-4344-a6e5-8950491f980d
ResourceInvariantUUID:41ff80c8-5a8c-4586-9497-ee0ed8d8dbb8
ResourceName:pNF 6c7740df-c757
ResourceType:PNF
ResourceUUID:0da99d63-27be-4a3a-9bd6-c9f17d70a915
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-22T07:51:49.999Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cdad142e-6240-4457-8e87-75b7cbd29e38 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:51:50.029Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:51:50.029Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:51:50.029Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:51:50.029Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c4384b06-8549-491d-87e4-dd44765b609c from URL: /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T07:51:50.029Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-22T07:51:50.029Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T07:51:50.323Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-22T07:51:50.326Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar c4384b06-8549-491d-87e4-dd44765b609c 88006
2023-03-22T07:51:50.327Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar ASDC sendASDCNotification
2023-03-22T07:51:50.327Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T07:51:50.327Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T07:51:50.327Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:51:50.327Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:51:50.327Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471510327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:51:51.328Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:51:51.328Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:51:51.329Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: c4384b06-8549-491d-87e4-dd44765b609c, URL: /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar to file: /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T07:51:51.329Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T07:51:51.330Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T07:51:51.330Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T07:51:51.487Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7786124787958839228/Definitions/service-DemoPnfTh3lxatp9s8wddtqbylt-template.yml
2023-03-22T07:51:52.034Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-22T07:51:52.034Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-22T07:51:52.034Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T07:51:52.034Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-22T07:51:52.034Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T07:51:52.034Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T07:51:52.034Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T07:51:52.034Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T07:51:52.035Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T07:51:52.035Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T07:51:52.035Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 6c7740df-c757 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-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar
2023-03-22T07:51:52.035Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-22T07:51:52.035Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:51:52.035Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:51:52.035Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Node template pNF 6c7740df-c757 0 is matching search criteria
2023-03-22T07:51:52.035Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-22T07:51:52.035Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 6c7740df-c757 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T07:51:52.035Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:51:52.035Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:51:52.035Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Node template pNF 6c7740df-c757 0 is matching search criteria
2023-03-22T07:51:52.035Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-22T07:51:52.035Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 6c7740df-c757 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T07:51:52.035Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:51:52.035Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:51:52.035Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:51:52.035Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:51:52.035Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:51:52.035Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:51:52.035Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:51:52.036Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:51:52.036Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:51:52.036Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_Th3LXatp9s8wdDTQBYLt is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:51:52.036Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Th3LXatp9s8wdDTQBYLt
Description:catalog service description
Model UUID:cdad142e-6240-4457-8e87-75b7cbd29e38
Model Version:NULL
Model InvariantUuid:81de75ee-355d-450a-b294-753817382022
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-22T07:51:52.074Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||ERROR|500||Csar with UUID: c4384b06-8549-491d-87e4-dd44765b609c already exists
2023-03-22T07:51:52.075Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar ASDC sendASDCNotification
2023-03-22T07:51:52.075Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar(Csar with UUID: c4384b06-8549-491d-87e4-dd44765b609c already exists)
2023-03-22T07:51:52.075Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:51:52.075Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:51:52.075Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:51:52.075Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471512075,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c4384b06-8549-491d-87e4-dd44765b609c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:51:53.076Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar ASDC sendASDCNotification
2023-03-22T07:51:53.076Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar(Resource with UUID: 0da99d63-27be-4a3a-9bd6-c9f17d70a915 already exists)
2023-03-22T07:51:53.076Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:51:53.076Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:51:53.077Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:51:53.077Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471513076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 0da99d63-27be-4a3a-9bd6-c9f17d70a915 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:51:54.077Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4d2fc27d-4827-4431-8901-1a7fe4ae70eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:51:54.093Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4d2fc27d-4827-4431-8901-1a7fe4ae70eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:51:54.096Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T07:51:54.096Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T07:51:54.097Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T07:51:54.097Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T07:51:54.097Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:51:54.097Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:51:54.098Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:51:54.098Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:51:54.098Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-22T07:51:54.105Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T07:52:24.106Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4d2fc27d-4827-4431-8901-1a7fe4ae70eb and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T07:52:24.115Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4d2fc27d-4827-4431-8901-1a7fe4ae70eb and serviceModelVersionId: cdad142e-6240-4457-8e87-75b7cbd29e38
2023-03-22T07:52:24.116Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 81de75ee-355d-450a-b294-753817382022
2023-03-22T07:52:24.116Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0
2023-03-22T07:52:24.122Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T07:52:24.136Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0|INFO|500||Invoke
2023-03-22T07:52:24.137Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4d2fc27d-4827-4431-8901-1a7fe4ae70eb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d5c6deb9-6015-4965-adbd-98da402b3871], X-ECOMP-RequestID=[4d2fc27d-4827-4431-8901-1a7fe4ae70eb], X-TransactionId=[], X-ONAP-RequestID=[4d2fc27d-4827-4431-8901-1a7fe4ae70eb], Content-Type=[application/merge-patch+json]}
2023-03-22T07:52:24.144Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T07:52:24.298Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 07:52:24 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[150], vertex-id=[430280], x-aai-txid=[1-aai-resources-230322-07:52:24:036-57849], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T07:52:24.298Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-22T07:52:24.299Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/81de75ee-355d-450a-b294-753817382022/model-vers/model-ver/cdad142e-6240-4457-8e87-75b7cbd29e38?depth=0|INFO|500||InvokeReturn
2023-03-22T07:52:24.299Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T07:52:24.299Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T07:52:24.308Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T07:52:24.308Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4d2fc27d-4827-4431-8901-1a7fe4ae70eb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T07:52:24.308Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T07:52:24.308Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:52:24.308Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:52:24.308Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471544308,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:52:25.330Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-22T07:52:25.330Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"44063b6d-45da-49fc-ab15-9656002e57f4","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"695e2d69-98b7-429a-afc4-20af085f3feb","serviceDescription":"service","serviceInvariantUUID":"827b4e2f-462e-4274-b06b-83d9e0d3ace6","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1dfc083c-bd8d-4cd6-8b75-76501219274f","resourceInvariantUUID":"d5c0e36a-42fe-473e-b3c3-d29612784207","resourceCustomizationUUID":"e242c95d-05ac-4716-a0cb-a8fc5b864211","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":"ZDhkNTY4Y2Q0ZDEzZTNiMDJiOGQ3ZjFlZjJlMGU3MTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3c8639bc-c135-41e9-8036-cebebb1f075b","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":"YzI1Y2VkMTkwODBhYThhMTAwMmYxODZjNTFlOGQ4OWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cb466d3d-7037-49ba-892d-3b36a30ff8de","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":"77c31327-9aad-470c-b9b0-fe7fb5745fcb","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":"8198e7f4-1fe4-4e56-8a16-249e343a2955","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":"9fa8118c-67ff-46e0-ac49-f4f884be1af1","artifactVersion":"2","generatedFromUUID":"77c31327-9aad-470c-b9b0-fe7fb5745fcb"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YWQ3ZjcwMjUzNjgxZmY2NTgzZGM4NTVlOWQ3ZTAxZTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6d0e8b18-027b-4fa4-9135-c75d2061ced4","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YjMzZDMxODU5NzkwMmJjODA1YTRlMjExNzBhNTg2MWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"88b0302b-1d98-4d84-8518-e5897ddf5aab","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T07:52:25.331Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:52:25.331Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:52:25.331Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:52:25.331Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "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-22T07:52:26.331Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:52:26.332Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:52:26.332Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:52:26.332Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "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-22T07:52:27.332Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:52:27.333Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:52:27.333Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:52:27.333Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "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-22T07:52:28.334Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:52:28.334Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:52:28.334Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:52:28.334Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "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-22T07:52:28.533Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:52:28.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:52:28.539Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b64429f8-68d6-4a68-b948-a3a538b17dd3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471500967,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T07:52:28.539Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:52:28.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:52:28.539Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:52:28.539Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:52:28.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:52:28.539Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:52:28.539Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:52:28.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:52:28.539Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:52:28.539Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:52:28.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:52:28.539Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:52:28.539Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:52:28.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:52:28.539Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:52:28.539Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:52:28.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:52:28.540Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/resourceInstances/pnf6c7740dfc7570/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:52:28.540Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:52:28.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:52:28.540Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:52:28.540Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:52:28.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:52:28.540Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T07:52:28.540Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:52:28.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:52:28.540Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471510327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T07:52:28.540Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:52:28.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:52:28.540Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471512075,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: c4384b06-8549-491d-87e4-dd44765b609c already exists"
}
2023-03-22T07:52:28.540Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:52:28.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:52:28.541Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471513076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTh3lxatp9s8wddtqbylt/1.0/artifacts/service-DemoPnfTh3lxatp9s8wddtqbylt-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 0da99d63-27be-4a3a-9bd6-c9f17d70a915 already exists"
}
2023-03-22T07:52:28.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:52:28.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:52:28.541Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "4d2fc27d-4827-4431-8901-1a7fe4ae70eb",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471544308,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T07:52:28.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:52:28.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:52:28.541Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:52:28.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:52:28.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:52:28.541Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T07:52:28.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:52:28.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:52:28.541Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-22T07:52:28.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:52:28.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:52:28.541Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:52:28.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:52:29.335Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:52:29.335Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:52:29.335Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:52:29.336Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "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-22T07:52:30.336Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:52:30.337Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:52:30.337Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:52:30.337Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "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-22T07:52:31.337Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:52:31.338Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:52:31.338Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:52:31.338Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:52:32.339Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "695e2d69-98b7-429a-afc4-20af085f3feb",
  "serviceDescription": "service",
  "serviceInvariantUUID": "827b4e2f-462e-4274-b06b-83d9e0d3ace6",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "e242c95d-05ac-4716-a0cb-a8fc5b864211",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1dfc083c-bd8d-4cd6-8b75-76501219274f",
      "resourceInvariantUUID": "d5c0e36a-42fe-473e-b3c3-d29612784207",
      "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": "YzI1Y2VkMTkwODBhYThhMTAwMmYxODZjNTFlOGQ4OWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "cb466d3d-7037-49ba-892d-3b36a30ff8de",
          "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": "77c31327-9aad-470c-b9b0-fe7fb5745fcb",
          "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": "9fa8118c-67ff-46e0-ac49-f4f884be1af1",
            "generatedFromUUID": "77c31327-9aad-470c-b9b0-fe7fb5745fcb"
          },
          "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": "9fa8118c-67ff-46e0-ac49-f4f884be1af1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YjMzZDMxODU5NzkwMmJjODA1YTRlMjExNzBhNTg2MWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "88b0302b-1d98-4d84-8518-e5897ddf5aab"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T07:52:32.339Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T07:52:32.339Z|4d2fc27d-4827-4431-8901-1a7fe4ae70eb|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 695e2d69-98b7-429a-afc4-20af085f3feb ASDC
2023-03-22T07:52:32.340Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:44063b6d-45da-49fc-ab15-9656002e57f4
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:695e2d69-98b7-429a-afc4-20af085f3feb
ServiceInvariantUUID:827b4e2f-462e-4274-b06b-83d9e0d3ace6
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:88b0302b-1d98-4d84-8518-e5897ddf5aab
ArtifactChecksum:YjMzZDMxODU5NzkwMmJjODA1YTRlMjExNzBhNTg2MWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:e242c95d-05ac-4716-a0cb-a8fc5b864211
ResourceInvariantUUID:d5c0e36a-42fe-473e-b3c3-d29612784207
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:1dfc083c-bd8d-4cd6-8b75-76501219274f
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:cb466d3d-7037-49ba-892d-3b36a30ff8de
ArtifactChecksum:YzI1Y2VkMTkwODBhYThhMTAwMmYxODZjNTFlOGQ4OWI=
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:77c31327-9aad-470c-b9b0-fe7fb5745fcb
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:9fa8118c-67ff-46e0-ac49-f4f884be1af1
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:9fa8118c-67ff-46e0-ac49-f4f884be1af1
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-22T07:52:32.340Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 695e2d69-98b7-429a-afc4-20af085f3feb ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:52:32.375Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:52:32.375Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:52:32.375Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:52:32.376Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 88b0302b-1d98-4d84-8518-e5897ddf5aab from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-22T07:52:32.376Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-22T07:52:32.376Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-03-22T07:52:32.400Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-22T07:52:32.401Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@56dfa1f
2023-03-22T07:52:32.401Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T07:52:32.401Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVm"
      ]
    }
  }
}
2023-03-22T07:52:32.401Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVm-csar.csar /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 88b0302b-1d98-4d84-8518-e5897ddf5aab Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T07:52:32.401Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-22T07:52:32.401Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Specified artifact is  not found)
2023-03-22T07:52:32.402Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T07:52:32.402Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:52:32.402Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:52:32.402Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471552401,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:52:33.403Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVm-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(UUID:88b0302b-1d98-4d84-8518-e5897ddf5aab)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-22T07:52:33.446Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||ERROR|500||Csar with UUID: 88b0302b-1d98-4d84-8518-e5897ddf5aab already exists
2023-03-22T07:52:33.446Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-22T07:52:33.446Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: 88b0302b-1d98-4d84-8518-e5897ddf5aab already exists)
2023-03-22T07:52:33.447Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:52:33.447Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:52:33.447Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:52:33.447Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471553446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 88b0302b-1d98-4d84-8518-e5897ddf5aab already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:52:34.448Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-03-22T07:52:34.448Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: 1dfc083c-bd8d-4cd6-8b75-76501219274f already exists)
2023-03-22T07:52:34.448Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:52:34.448Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:52:34.448Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:52:34.448Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471554448,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1dfc083c-bd8d-4cd6-8b75-76501219274f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:52:35.449Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 44063b6d-45da-49fc-ab15-9656002e57f4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:52:35.468Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 44063b6d-45da-49fc-ab15-9656002e57f4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:52:35.471Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T07:52:35.471Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T07:52:35.471Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T07:52:35.472Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T07:52:35.472Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:52:35.472Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:52:35.472Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:52:35.472Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:52:35.472Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-22T07:52:35.479Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T07:53:05.479Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 44063b6d-45da-49fc-ab15-9656002e57f4 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T07:53:05.488Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 44063b6d-45da-49fc-ab15-9656002e57f4 and serviceModelVersionId: 695e2d69-98b7-429a-afc4-20af085f3feb
2023-03-22T07:53:05.488Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 827b4e2f-462e-4274-b06b-83d9e0d3ace6
2023-03-22T07:53:05.489Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0
2023-03-22T07:53:05.495Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T07:53:05.508Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0|INFO|500||Invoke
2023-03-22T07:53:05.508Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[44063b6d-45da-49fc-ab15-9656002e57f4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[886542aa-4838-45bc-937a-77b36b0674b0], X-ECOMP-RequestID=[44063b6d-45da-49fc-ab15-9656002e57f4], X-TransactionId=[], X-ONAP-RequestID=[44063b6d-45da-49fc-ab15-9656002e57f4], Content-Type=[application/merge-patch+json]}
2023-03-22T07:53:05.516Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T07:53:05.666Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 07:53:05 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[147], vertex-id=[204872], x-aai-txid=[1-aai-resources-230322-07:53:05:407-96705], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T07:53:05.667Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-22T07:53:05.667Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/827b4e2f-462e-4274-b06b-83d9e0d3ace6/model-vers/model-ver/695e2d69-98b7-429a-afc4-20af085f3feb?depth=0|INFO|500||InvokeReturn
2023-03-22T07:53:05.667Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T07:53:05.668Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T07:53:05.678Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T07:53:05.678Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 44063b6d-45da-49fc-ab15-9656002e57f4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T07:53:05.678Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T07:53:05.678Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:53:05.678Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:53:05.679Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471585678,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:53:06.697Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-22T07:53:06.697Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"9924a26b-a04c-4225-b032-052c7b2cf566","serviceName":"Demo_pNF_9IUxclu6rx6wQh9DcrJS","serviceVersion":"1.0","serviceUUID":"647a66fa-87b6-440c-a757-f69947b97362","serviceDescription":"catalog service description","serviceInvariantUUID":"f70569bd-1e3e-44bf-8efb-7749f9bde32d","resources":[{"resourceInstanceName":"pNF 4941fe25-94c8 0","resourceName":"pNF 4941fe25-94c8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"cb2ca461-78a5-42df-8dee-78112a494a1c","resourceInvariantUUID":"979f5168-53c0-4416-88ea-e985f733d3cd","resourceCustomizationUUID":"4d960573-0d6e-4635-9f65-1313a7ceb117","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/vf-license-model.xml","artifactChecksum":"YzYxOTgyMWQ3NzMyYmYyMTFlNjM3MDMzMmQ2MTVkMjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a4d1dc03-af6b-4962-baf0-5b9ef5bd942f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e119af17-1957-4c3c-863f-ede4831c5817","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"68d2da44-1fc2-4539-aa49-a48598b155ac","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/vendor-license-model.xml","artifactChecksum":"NDkyY2RiOTA0YjM0ZTMzMWQ1MWRhNWVmOTEzNGU0ZmQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c3e68176-8083-42d3-99ac-a7723b32ec49","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"57bda23d-ba6b-4c73-a5b3-24bd9580cb80","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4178379e-731c-43fd-a43d-d78de9f644b1","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf9iuxclu6rx6wqh9dcrjs-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-template.yml","artifactChecksum":"MTM0NGRlMjc4NTAyNzg0ODZiYTliOWQxNzM0MGMzYzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"77a75954-d595-4752-994e-189e7b432579","artifactVersion":"1"},{"artifactName":"service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar","artifactChecksum":"N2FlOGNiMmRjMTViMDc2NDY4OWVhZjI3Mzk2YjA5YWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bed1cd00-b292-4c69-9a78-f4650b984b17","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T07:53:06.697Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:53:06.697Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:53:06.698Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:53:06.698Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:53:07.698Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:53:07.699Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:53:07.699Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:53:07.699Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:53:08.700Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:53:08.701Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:53:08.701Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:53:08.701Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:53:09.702Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:53:09.702Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:53:09.702Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:53:09.702Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:53:10.703Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:53:10.704Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:53:10.704Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:53:10.704Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:53:11.706Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:53:11.707Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:53:11.707Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:53:11.707Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:53:12.708Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:53:12.709Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:53:12.709Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:53:12.709Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:53:13.710Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:53:13.711Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:53:13.711Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:53:13.711Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:53:14.711Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "serviceName": "Demo_pNF_9IUxclu6rx6wQh9DcrJS",
  "serviceVersion": "1.0",
  "serviceUUID": "647a66fa-87b6-440c-a757-f69947b97362",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f70569bd-1e3e-44bf-8efb-7749f9bde32d",
  "resources": [
    {
      "resourceInstanceName": "pNF 4941fe25-94c8 0",
      "resourceCustomizationUUID": "4d960573-0d6e-4635-9f65-1313a7ceb117",
      "resourceName": "pNF 4941fe25-94c8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "cb2ca461-78a5-42df-8dee-78112a494a1c",
      "resourceInvariantUUID": "979f5168-53c0-4416-88ea-e985f733d3cd",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
      "artifactChecksum": "N2FlOGNiMmRjMTViMDc2NDY4OWVhZjI3Mzk2YjA5YWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bed1cd00-b292-4c69-9a78-f4650b984b17"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T07:53:14.712Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T07:53:14.712Z|44063b6d-45da-49fc-ab15-9656002e57f4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 647a66fa-87b6-440c-a757-f69947b97362 ASDC
2023-03-22T07:53:14.712Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:9924a26b-a04c-4225-b032-052c7b2cf566
ServiceName:Demo_pNF_9IUxclu6rx6wQh9DcrJS
ServiceVersion:1.0
ServiceUUID:647a66fa-87b6-440c-a757-f69947b97362
ServiceInvariantUUID:f70569bd-1e3e-44bf-8efb-7749f9bde32d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
ArtifactUUID:bed1cd00-b292-4c69-9a78-f4650b984b17
ArtifactChecksum:N2FlOGNiMmRjMTViMDc2NDY4OWVhZjI3Mzk2YjA5YWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 4941fe25-94c8 0
ResourceCustomizationUUID:4d960573-0d6e-4635-9f65-1313a7ceb117
ResourceInvariantUUID:979f5168-53c0-4416-88ea-e985f733d3cd
ResourceName:pNF 4941fe25-94c8
ResourceType:PNF
ResourceUUID:cb2ca461-78a5-42df-8dee-78112a494a1c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-22T07:53:14.712Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 647a66fa-87b6-440c-a757-f69947b97362 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:53:14.743Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:53:14.744Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:53:14.744Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:53:14.744Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: bed1cd00-b292-4c69-9a78-f4650b984b17 from URL: /sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T07:53:14.744Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-22T07:53:14.744Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T07:53:15.076Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-22T07:53:15.078Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar bed1cd00-b292-4c69-9a78-f4650b984b17 88002
2023-03-22T07:53:15.078Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar ASDC sendASDCNotification
2023-03-22T07:53:15.078Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T07:53:15.078Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T07:53:15.079Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:53:15.079Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:53:15.079Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471595078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:53:16.079Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:53:16.080Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:53:16.080Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: bed1cd00-b292-4c69-9a78-f4650b984b17, URL: /sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar to file: /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T07:53:16.081Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T07:53:16.081Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T07:53:16.082Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T07:53:16.163Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6338519900991618416/Definitions/service-DemoPnf9iuxclu6rx6wqh9dcrjs-template.yml
2023-03-22T07:53:16.789Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-22T07:53:16.789Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-22T07:53:16.790Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T07:53:16.790Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-22T07:53:16.790Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T07:53:16.790Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4941fe25-94c8 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-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T07:53:16.790Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T07:53:16.790Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T07:53:16.790Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T07:53:16.790Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T07:53:16.790Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar
2023-03-22T07:53:16.790Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-22T07:53:16.790Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:53:16.790Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_9IUxclu6rx6wQh9DcrJS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:53:16.791Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Node template pNF 4941fe25-94c8 0 is matching search criteria
2023-03-22T07:53:16.791Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-22T07:53:16.791Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 4941fe25-94c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T07:53:16.791Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:53:16.791Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_9IUxclu6rx6wQh9DcrJS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:53:16.791Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Node template pNF 4941fe25-94c8 0 is matching search criteria
2023-03-22T07:53:16.791Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-22T07:53:16.791Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 4941fe25-94c8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T07:53:16.791Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:53:16.791Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_9IUxclu6rx6wQh9DcrJS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:53:16.791Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:53:16.792Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_9IUxclu6rx6wQh9DcrJS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:53:16.792Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:53:16.792Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_9IUxclu6rx6wQh9DcrJS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:53:16.792Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:53:16.792Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_9IUxclu6rx6wQh9DcrJS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:53:16.792Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:53:16.792Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_9IUxclu6rx6wQh9DcrJS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:53:16.792Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_9IUxclu6rx6wQh9DcrJS
Description:catalog service description
Model UUID:647a66fa-87b6-440c-a757-f69947b97362
Model Version:NULL
Model InvariantUuid:f70569bd-1e3e-44bf-8efb-7749f9bde32d
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-22T07:53:16.829Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||ERROR|500||Csar with UUID: bed1cd00-b292-4c69-9a78-f4650b984b17 already exists
2023-03-22T07:53:16.829Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar ASDC sendASDCNotification
2023-03-22T07:53:16.829Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar(Csar with UUID: bed1cd00-b292-4c69-9a78-f4650b984b17 already exists)
2023-03-22T07:53:16.830Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:53:16.830Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:53:16.830Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:53:16.830Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471596829,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bed1cd00-b292-4c69-9a78-f4650b984b17 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:53:17.831Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar ASDC sendASDCNotification
2023-03-22T07:53:17.831Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar(Resource with UUID: cb2ca461-78a5-42df-8dee-78112a494a1c already exists)
2023-03-22T07:53:17.831Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:53:17.831Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:53:17.832Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:53:17.832Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471597831,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: cb2ca461-78a5-42df-8dee-78112a494a1c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:53:18.833Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9924a26b-a04c-4225-b032-052c7b2cf566
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:53:18.853Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9924a26b-a04c-4225-b032-052c7b2cf566
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:53:18.856Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T07:53:18.856Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T07:53:18.856Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T07:53:18.856Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T07:53:18.856Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:53:18.856Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:53:18.857Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:53:18.857Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:53:18.857Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-22T07:53:18.866Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T07:53:28.533Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:53:28.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:53:28.541Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-22T07:53:28.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:53:28.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:53:28.542Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:53:28.542Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:53:28.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:53:28.542Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T07:53:28.542Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:53:28.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:53:28.542Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471552401,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-22T07:53:28.542Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:53:28.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:53:28.542Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471553446,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 88b0302b-1d98-4d84-8518-e5897ddf5aab already exists"
}
2023-03-22T07:53:28.542Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:53:28.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:53:28.543Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471554448,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 1dfc083c-bd8d-4cd6-8b75-76501219274f already exists"
}
2023-03-22T07:53:28.543Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:53:28.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:53:28.543Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "44063b6d-45da-49fc-ab15-9656002e57f4",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471585678,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T07:53:28.543Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:53:28.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:53:28.543Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:53:28.543Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:53:28.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:53:28.543Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:53:28.544Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:53:28.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:53:28.544Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:53:28.544Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:53:28.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:53:28.544Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:53:28.544Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:53:28.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:53:28.544Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:53:28.544Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:53:28.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:53:28.545Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/resourceInstances/pnf4941fe2594c80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:53:28.545Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:53:28.545Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:53:28.545Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:53:28.545Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:53:28.545Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:53:28.545Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T07:53:28.545Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:53:28.545Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:53:28.545Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471595078,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T07:53:28.546Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:53:28.546Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:53:28.546Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471596829,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bed1cd00-b292-4c69-9a78-f4650b984b17 already exists"
}
2023-03-22T07:53:28.546Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:53:28.546Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:53:28.546Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471597831,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf9iuxclu6rx6wqh9dcrjs/1.0/artifacts/service-DemoPnf9iuxclu6rx6wqh9dcrjs-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: cb2ca461-78a5-42df-8dee-78112a494a1c already exists"
}
2023-03-22T07:53:28.546Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:53:48.866Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9924a26b-a04c-4225-b032-052c7b2cf566 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T07:53:48.875Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9924a26b-a04c-4225-b032-052c7b2cf566 and serviceModelVersionId: 647a66fa-87b6-440c-a757-f69947b97362
2023-03-22T07:53:48.876Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f70569bd-1e3e-44bf-8efb-7749f9bde32d
2023-03-22T07:53:48.876Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f70569bd-1e3e-44bf-8efb-7749f9bde32d/model-vers/model-ver/647a66fa-87b6-440c-a757-f69947b97362?depth=0
2023-03-22T07:53:48.882Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T07:53:48.898Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f70569bd-1e3e-44bf-8efb-7749f9bde32d/model-vers/model-ver/647a66fa-87b6-440c-a757-f69947b97362?depth=0|INFO|500||Invoke
2023-03-22T07:53:48.898Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f70569bd-1e3e-44bf-8efb-7749f9bde32d/model-vers/model-ver/647a66fa-87b6-440c-a757-f69947b97362?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f70569bd-1e3e-44bf-8efb-7749f9bde32d/model-vers/model-ver/647a66fa-87b6-440c-a757-f69947b97362?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9924a26b-a04c-4225-b032-052c7b2cf566], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[eaf0b356-200b-4fb8-90a0-4beb7eb21644], X-ECOMP-RequestID=[9924a26b-a04c-4225-b032-052c7b2cf566], X-TransactionId=[], X-ONAP-RequestID=[9924a26b-a04c-4225-b032-052c7b2cf566], Content-Type=[application/merge-patch+json]}
2023-03-22T07:53:48.905Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f70569bd-1e3e-44bf-8efb-7749f9bde32d/model-vers/model-ver/647a66fa-87b6-440c-a757-f69947b97362?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T07:53:49.064Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f70569bd-1e3e-44bf-8efb-7749f9bde32d/model-vers/model-ver/647a66fa-87b6-440c-a757-f69947b97362?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f70569bd-1e3e-44bf-8efb-7749f9bde32d/model-vers/model-ver/647a66fa-87b6-440c-a757-f69947b97362?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 07:53:48 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[155], vertex-id=[241704], x-aai-txid=[2-aai-resources-230322-07:53:48:798-15157], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T07:53:49.065Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f70569bd-1e3e-44bf-8efb-7749f9bde32d/model-vers/model-ver/647a66fa-87b6-440c-a757-f69947b97362?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-22T07:53:49.065Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f70569bd-1e3e-44bf-8efb-7749f9bde32d/model-vers/model-ver/647a66fa-87b6-440c-a757-f69947b97362?depth=0|INFO|500||InvokeReturn
2023-03-22T07:53:49.066Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T07:53:49.066Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T07:53:49.075Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T07:53:49.076Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9924a26b-a04c-4225-b032-052c7b2cf566 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T07:53:49.076Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T07:53:49.076Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:53:49.076Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:53:49.076Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471629076,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:53:50.096Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-22T07:53:50.096Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"08b6040e-7b4a-44c2-af7c-fcd04054adec","serviceName":"Demo_pNF_pktFZxOCThQPe4Zs60EQ","serviceVersion":"1.0","serviceUUID":"629d915f-6b85-4eeb-bd28-cbde30f0f8a3","serviceDescription":"catalog service description","serviceInvariantUUID":"73257fcb-88fc-45b6-a0b8-5f8176a8977c","resources":[{"resourceInstanceName":"pNF a498d291-4a19 0","resourceName":"pNF a498d291-4a19","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"95a08ea9-f28e-4a01-aecb-636af265c68f","resourceInvariantUUID":"8e91c943-e2be-45e1-9613-569e58db6414","resourceCustomizationUUID":"67990602-602c-45b9-8602-286ecf8b0ac8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/vf-license-model.xml","artifactChecksum":"NTRjMWQyNmMzZDA2YzFlOWRkZGU3MTBmMjg3MGRkZDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d9c04ff7-24e7-47f0-92b0-f40185dd794d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/pNF.csar","artifactChecksum":"N2RmZjllODE0Y2E3YTkzMDBkMDM2M2RjYTNlMzA1MDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d3d4d9f7-c5f7-416e-99be-38f15b7b259b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"719f556e-f7ea-4c2a-b4a9-97220f7c4ba4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/vendor-license-model.xml","artifactChecksum":"YjdmYTE3N2EyMTM0MmUzMjlkNGE3ZDU0ODM5YjQxOTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"28b80170-5e7d-425c-b612-daa5d75707a4","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"28e9dd63-a113-4424-bc65-5684ddc930c0","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"42e7de65-1674-4024-bcad-adddb6de24f7","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfPktfzxocthqpe4zs60eq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-template.yml","artifactChecksum":"MDk3NzRiMWQxNWY1NjY1NGU1NzMzM2U1ZmJhYTdkZmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cd967a05-b1a8-45b5-b89d-a358b59fc632","artifactVersion":"1"},{"artifactName":"service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar","artifactChecksum":"OWM1NmU5MTFmYmY1ZTJiOTcwYWMzZTYyY2E0ODNiYzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"be007dae-3dea-4485-8bf1-6166d4912655","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T07:53:50.097Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:53:50.097Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:53:50.098Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:53:50.098Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:53:51.098Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:53:51.098Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:53:51.098Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:53:51.099Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:53:52.099Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:53:52.099Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:53:52.100Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:53:52.100Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:53:53.101Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:53:53.101Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:53:53.102Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:53:53.102Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:53:54.103Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:53:54.104Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:53:54.104Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:53:54.104Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:53:55.105Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:53:55.106Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:53:55.106Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:53:55.106Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:53:56.107Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:53:56.108Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:53:56.108Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:53:56.108Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:53:57.109Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:53:57.110Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:53:57.110Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:53:57.110Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:53:58.111Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "serviceName": "Demo_pNF_pktFZxOCThQPe4Zs60EQ",
  "serviceVersion": "1.0",
  "serviceUUID": "629d915f-6b85-4eeb-bd28-cbde30f0f8a3",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "73257fcb-88fc-45b6-a0b8-5f8176a8977c",
  "resources": [
    {
      "resourceInstanceName": "pNF a498d291-4a19 0",
      "resourceCustomizationUUID": "67990602-602c-45b9-8602-286ecf8b0ac8",
      "resourceName": "pNF a498d291-4a19",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "95a08ea9-f28e-4a01-aecb-636af265c68f",
      "resourceInvariantUUID": "8e91c943-e2be-45e1-9613-569e58db6414",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
      "artifactChecksum": "OWM1NmU5MTFmYmY1ZTJiOTcwYWMzZTYyY2E0ODNiYzE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "be007dae-3dea-4485-8bf1-6166d4912655"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T07:53:58.111Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T07:53:58.111Z|9924a26b-a04c-4225-b032-052c7b2cf566|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 629d915f-6b85-4eeb-bd28-cbde30f0f8a3 ASDC
2023-03-22T07:53:58.112Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:08b6040e-7b4a-44c2-af7c-fcd04054adec
ServiceName:Demo_pNF_pktFZxOCThQPe4Zs60EQ
ServiceVersion:1.0
ServiceUUID:629d915f-6b85-4eeb-bd28-cbde30f0f8a3
ServiceInvariantUUID:73257fcb-88fc-45b6-a0b8-5f8176a8977c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
ArtifactUUID:be007dae-3dea-4485-8bf1-6166d4912655
ArtifactChecksum:OWM1NmU5MTFmYmY1ZTJiOTcwYWMzZTYyY2E0ODNiYzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF a498d291-4a19 0
ResourceCustomizationUUID:67990602-602c-45b9-8602-286ecf8b0ac8
ResourceInvariantUUID:8e91c943-e2be-45e1-9613-569e58db6414
ResourceName:pNF a498d291-4a19
ResourceType:PNF
ResourceUUID:95a08ea9-f28e-4a01-aecb-636af265c68f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-22T07:53:58.112Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 629d915f-6b85-4eeb-bd28-cbde30f0f8a3 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:53:58.143Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:53:58.143Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:53:58.143Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:53:58.144Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: be007dae-3dea-4485-8bf1-6166d4912655 from URL: /sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T07:53:58.144Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-22T07:53:58.144Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T07:53:58.413Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-22T07:53:58.415Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar be007dae-3dea-4485-8bf1-6166d4912655 88015
2023-03-22T07:53:58.416Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar ASDC sendASDCNotification
2023-03-22T07:53:58.416Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T07:53:58.416Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T07:53:58.416Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:53:58.416Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:53:58.417Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471638416,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:53:59.418Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:53:59.419Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:53:59.419Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: be007dae-3dea-4485-8bf1-6166d4912655, URL: /sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar to file: /app/ASDC/1/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T07:53:59.420Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T07:53:59.420Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T07:53:59.420Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T07:53:59.571Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12790460407597694988/Definitions/service-DemoPnfPktfzxocthqpe4zs60eq-template.yml
2023-03-22T07:54:00.117Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-22T07:54:00.117Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-22T07:54:00.117Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T07:54:00.117Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-03-22T07:54:00.117Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a498d291-4a19 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-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T07:54:00.118Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T07:54:00.118Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T07:54:00.118Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T07:54:00.118Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T07:54:00.118Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T07:54:00.118Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar
2023-03-22T07:54:00.118Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-22T07:54:00.118Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:54:00.118Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pktFZxOCThQPe4Zs60EQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:54:00.118Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Node template pNF a498d291-4a19 0 is matching search criteria
2023-03-22T07:54:00.118Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-22T07:54:00.118Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF a498d291-4a19 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T07:54:00.118Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:54:00.118Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pktFZxOCThQPe4Zs60EQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:54:00.118Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Node template pNF a498d291-4a19 0 is matching search criteria
2023-03-22T07:54:00.118Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-22T07:54:00.119Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF a498d291-4a19 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T07:54:00.119Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:54:00.119Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pktFZxOCThQPe4Zs60EQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:54:00.119Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:54:00.119Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pktFZxOCThQPe4Zs60EQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:54:00.119Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:54:00.119Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pktFZxOCThQPe4Zs60EQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:54:00.119Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:54:00.119Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pktFZxOCThQPe4Zs60EQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:54:00.119Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:54:00.119Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_pktFZxOCThQPe4Zs60EQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:54:00.119Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_pktFZxOCThQPe4Zs60EQ
Description:catalog service description
Model UUID:629d915f-6b85-4eeb-bd28-cbde30f0f8a3
Model Version:NULL
Model InvariantUuid:73257fcb-88fc-45b6-a0b8-5f8176a8977c
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-22T07:54:00.153Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||ERROR|500||Csar with UUID: be007dae-3dea-4485-8bf1-6166d4912655 already exists
2023-03-22T07:54:00.153Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar ASDC sendASDCNotification
2023-03-22T07:54:00.153Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar(Csar with UUID: be007dae-3dea-4485-8bf1-6166d4912655 already exists)
2023-03-22T07:54:00.153Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:54:00.153Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:54:00.153Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:54:00.153Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471640153,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: be007dae-3dea-4485-8bf1-6166d4912655 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:54:01.154Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar ASDC sendASDCNotification
2023-03-22T07:54:01.154Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar(Resource with UUID: 95a08ea9-f28e-4a01-aecb-636af265c68f already exists)
2023-03-22T07:54:01.154Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:54:01.154Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:54:01.155Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:54:01.155Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471641154,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 95a08ea9-f28e-4a01-aecb-636af265c68f already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:54:02.155Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 08b6040e-7b4a-44c2-af7c-fcd04054adec
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:54:02.167Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 08b6040e-7b4a-44c2-af7c-fcd04054adec
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:54:02.169Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T07:54:02.169Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T07:54:02.169Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T07:54:02.169Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T07:54:02.170Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:54:02.170Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:54:02.170Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:54:02.170Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:54:02.170Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-22T07:54:02.175Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T07:54:28.533Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:54:28.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:54:28.540Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9924a26b-a04c-4225-b032-052c7b2cf566",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471629076,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T07:54:28.540Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:54:28.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:54:28.540Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:54:28.540Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:54:28.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:54:28.540Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:54:28.540Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:54:28.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:54:28.541Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:54:28.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:54:28.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:54:28.541Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:54:28.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:54:28.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:54:28.541Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:54:28.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:54:28.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:54:28.541Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/resourceInstances/pnfa498d2914a190/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:54:28.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:54:28.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:54:28.541Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:54:28.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:54:28.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:54:28.541Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T07:54:28.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:54:28.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:54:28.541Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471638416,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T07:54:28.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:54:28.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:54:28.541Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471640153,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: be007dae-3dea-4485-8bf1-6166d4912655 already exists"
}
2023-03-22T07:54:28.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:54:28.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:54:28.541Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471641154,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPktfzxocthqpe4zs60eq/1.0/artifacts/service-DemoPnfPktfzxocthqpe4zs60eq-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 95a08ea9-f28e-4a01-aecb-636af265c68f already exists"
}
2023-03-22T07:54:28.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:54:32.175Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 08b6040e-7b4a-44c2-af7c-fcd04054adec and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T07:54:32.184Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 08b6040e-7b4a-44c2-af7c-fcd04054adec and serviceModelVersionId: 629d915f-6b85-4eeb-bd28-cbde30f0f8a3
2023-03-22T07:54:32.184Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 73257fcb-88fc-45b6-a0b8-5f8176a8977c
2023-03-22T07:54:32.184Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/73257fcb-88fc-45b6-a0b8-5f8176a8977c/model-vers/model-ver/629d915f-6b85-4eeb-bd28-cbde30f0f8a3?depth=0
2023-03-22T07:54:32.191Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T07:54:32.207Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/73257fcb-88fc-45b6-a0b8-5f8176a8977c/model-vers/model-ver/629d915f-6b85-4eeb-bd28-cbde30f0f8a3?depth=0|INFO|500||Invoke
2023-03-22T07:54:32.207Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/73257fcb-88fc-45b6-a0b8-5f8176a8977c/model-vers/model-ver/629d915f-6b85-4eeb-bd28-cbde30f0f8a3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/73257fcb-88fc-45b6-a0b8-5f8176a8977c/model-vers/model-ver/629d915f-6b85-4eeb-bd28-cbde30f0f8a3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[08b6040e-7b4a-44c2-af7c-fcd04054adec], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[df469e81-852f-40c5-ada0-6e36d134e320], X-ECOMP-RequestID=[08b6040e-7b4a-44c2-af7c-fcd04054adec], X-TransactionId=[], X-ONAP-RequestID=[08b6040e-7b4a-44c2-af7c-fcd04054adec], Content-Type=[application/merge-patch+json]}
2023-03-22T07:54:32.215Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/73257fcb-88fc-45b6-a0b8-5f8176a8977c/model-vers/model-ver/629d915f-6b85-4eeb-bd28-cbde30f0f8a3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T07:54:32.369Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/73257fcb-88fc-45b6-a0b8-5f8176a8977c/model-vers/model-ver/629d915f-6b85-4eeb-bd28-cbde30f0f8a3?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/73257fcb-88fc-45b6-a0b8-5f8176a8977c/model-vers/model-ver/629d915f-6b85-4eeb-bd28-cbde30f0f8a3?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 07:54:32 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[150], vertex-id=[208920], x-aai-txid=[0-aai-resources-230322-07:54:32:107-13984], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T07:54:32.369Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/73257fcb-88fc-45b6-a0b8-5f8176a8977c/model-vers/model-ver/629d915f-6b85-4eeb-bd28-cbde30f0f8a3?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-22T07:54:32.370Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/73257fcb-88fc-45b6-a0b8-5f8176a8977c/model-vers/model-ver/629d915f-6b85-4eeb-bd28-cbde30f0f8a3?depth=0|INFO|500||InvokeReturn
2023-03-22T07:54:32.370Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T07:54:32.370Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T07:54:32.377Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T07:54:32.377Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 08b6040e-7b4a-44c2-af7c-fcd04054adec and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T07:54:32.377Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T07:54:32.378Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:54:32.378Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:54:32.378Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471672377,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:54:33.398Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-22T07:54:33.399Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"fa44765c-1a55-4753-a677-dc05edd228ff","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"1d03f549-58ea-474c-8491-1bc243f2be47","serviceDescription":"service","serviceInvariantUUID":"6748efda-682b-4f33-bbaa-0334a4b920b4","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e44b9e49-8faf-4306-af99-db9c3c65ef69","resourceInvariantUUID":"77792895-85e7-452e-b5af-fb9110e0a230","resourceCustomizationUUID":"2a96b6ea-999b-4eb8-9e5c-4e83946ad68a","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":"NzU1NzY0MzBjYmJjZGQ3OTc3MzUwNGVhNzU4Zjk3ZGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ab241608-47f4-4771-9400-893aca25fd9a","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":"M2UzMmQwYzFjMDM1N2IyNGE5NDA2MmM0MjVhMzE2NTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"81fa1ce2-1d35-4558-b0cb-311a19890b41","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":"5da4a6a5-43fd-46b5-af1f-9407fee8103d","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":"62d4d2ce-4665-491e-9cbe-285c86834770","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":"cb1b6b34-25a6-4bcb-ae92-3274389a29a4","artifactVersion":"2","generatedFromUUID":"722a406b-689e-4051-893f-c52f13dfa916"},{"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":"1448168e-e694-4bb4-9d5e-e36feb8a9832","artifactVersion":"2","generatedFromUUID":"5da4a6a5-43fd-46b5-af1f-9407fee8103d"},{"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":"722a406b-689e-4051-893f-c52f13dfa916","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":"24939467-0def-4bf1-b946-b629a0ef58da","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":"YTgzM2RjYWJjNzE3ZWQ5ODA4OWQ5OTc2NTJkMTJiZDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5f2541fa-5f4d-43ef-bbee-8176f590635a","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NjIzMDNmYTY4M2UzODdlZDNhMjQzOWRjNzg3Njc1NmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"92be68c2-80c8-45a6-aef0-80f6bf8590cd","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T07:54:33.399Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:54:33.399Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:54:33.399Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:54:33.399Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "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-22T07:54:34.399Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:54:34.400Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:54:34.400Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:54:34.400Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "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-22T07:54:35.400Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:54:35.401Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:54:35.401Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:54:35.401Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "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-22T07:54:36.402Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:54:36.402Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:54:36.402Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:54:36.402Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "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-22T07:54:37.403Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:54:37.403Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:54:37.403Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:54:37.404Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "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-22T07:54:38.404Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:54:38.405Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:54:38.405Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:54:38.405Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "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-22T07:54:39.405Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:54:39.406Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:54:39.406Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:54:39.406Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "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-22T07:54:40.406Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:54:40.407Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:54:40.407Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:54:40.407Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "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-22T07:54:41.407Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:54:41.408Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:54:41.408Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:54:41.408Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "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-22T07:54:42.409Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:54:42.409Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:54:42.409Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:54:42.409Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:54:43.410Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "1d03f549-58ea-474c-8491-1bc243f2be47",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6748efda-682b-4f33-bbaa-0334a4b920b4",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "2a96b6ea-999b-4eb8-9e5c-4e83946ad68a",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e44b9e49-8faf-4306-af99-db9c3c65ef69",
      "resourceInvariantUUID": "77792895-85e7-452e-b5af-fb9110e0a230",
      "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": "M2UzMmQwYzFjMDM1N2IyNGE5NDA2MmM0MjVhMzE2NTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "81fa1ce2-1d35-4558-b0cb-311a19890b41",
          "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": "5da4a6a5-43fd-46b5-af1f-9407fee8103d",
          "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": "1448168e-e694-4bb4-9d5e-e36feb8a9832",
            "generatedFromUUID": "5da4a6a5-43fd-46b5-af1f-9407fee8103d"
          },
          "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": "cb1b6b34-25a6-4bcb-ae92-3274389a29a4",
          "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": "1448168e-e694-4bb4-9d5e-e36feb8a9832",
          "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": "722a406b-689e-4051-893f-c52f13dfa916",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NjIzMDNmYTY4M2UzODdlZDNhMjQzOWRjNzg3Njc1NmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "92be68c2-80c8-45a6-aef0-80f6bf8590cd"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T07:54:43.410Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T07:54:43.410Z|08b6040e-7b4a-44c2-af7c-fcd04054adec|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 1d03f549-58ea-474c-8491-1bc243f2be47 ASDC
2023-03-22T07:54:43.411Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:fa44765c-1a55-4753-a677-dc05edd228ff
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:1d03f549-58ea-474c-8491-1bc243f2be47
ServiceInvariantUUID:6748efda-682b-4f33-bbaa-0334a4b920b4
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:92be68c2-80c8-45a6-aef0-80f6bf8590cd
ArtifactChecksum:NjIzMDNmYTY4M2UzODdlZDNhMjQzOWRjNzg3Njc1NmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:2a96b6ea-999b-4eb8-9e5c-4e83946ad68a
ResourceInvariantUUID:77792895-85e7-452e-b5af-fb9110e0a230
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:e44b9e49-8faf-4306-af99-db9c3c65ef69
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:81fa1ce2-1d35-4558-b0cb-311a19890b41
ArtifactChecksum:M2UzMmQwYzFjMDM1N2IyNGE5NDA2MmM0MjVhMzE2NTY=
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:5da4a6a5-43fd-46b5-af1f-9407fee8103d
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:1448168e-e694-4bb4-9d5e-e36feb8a9832
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:cb1b6b34-25a6-4bcb-ae92-3274389a29a4
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:1448168e-e694-4bb4-9d5e-e36feb8a9832
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:722a406b-689e-4051-893f-c52f13dfa916
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-22T07:54:43.411Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1d03f549-58ea-474c-8491-1bc243f2be47 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:54:43.442Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:54:43.443Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:54:43.443Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:54:43.443Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 92be68c2-80c8-45a6-aef0-80f6bf8590cd from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-22T07:54:43.443Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-22T07:54:43.443Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-22T07:54:43.770Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-03-22T07:54:43.775Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 92be68c2-80c8-45a6-aef0-80f6bf8590cd 163279
2023-03-22T07:54:43.775Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-22T07:54:43.775Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-03-22T07:54:43.775Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-03-22T07:54:43.776Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:54:43.776Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:54:43.776Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471683775,
  "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-22T07:54:44.776Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:54:44.777Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:54:44.777Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 92be68c2-80c8-45a6-aef0-80f6bf8590cd, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-22T07:54:44.777Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-03-22T07:54:44.778Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-22T07:54:44.778Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-22T07:54:44.861Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8135284259833324020/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-03-22T07:54:45.745Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-03-22T07:54:45.745Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-22T07:54:45.745Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-22T07:54:45.745Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-03-22T07:54:45.746Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-22T07:54:45.746Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-22T07:54:45.746Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-22T07:54:45.746Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-03-22T07:54:45.746Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-03-22T07:54:45.746Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:54:45.746Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:54:45.746Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-22T07:54:45.746Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-22T07:54:45.746Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T07:54:45.746Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:54:45.746Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:54:45.746Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-22T07:54:45.746Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-03-22T07:54:45.747Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-03-22T07:54:45.747Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:54:45.747Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:54:45.747Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:54:45.747Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-22T07:54:45.747Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-03-22T07:54:45.747Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-03-22T07:54:45.747Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-03-22T07:54:45.747Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:54:45.747Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-03-22T07:54:45.747Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:54:45.747Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-22T07:54:45.747Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T07:54:45.747Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:54:45.747Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-22T07:54:45.748Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T07:54:45.748Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:54:45.748Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-22T07:54:45.748Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T07:54:45.748Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:54:45.748Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-03-22T07:54:45.748Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-03-22T07:54:45.748Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:54:45.748Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-03-22T07:54:45.748Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-03-22T07:54:45.748Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=7986b4a9-ceaf-4943-832e-448c22a717d4
2023-03-22T07:54:45.748Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:54:45.748Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:54:45.748Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:54:45.748Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:54:45.748Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:54:45.748Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:54:45.749Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-03-22T07:54:45.749Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-03-22T07:54:45.749Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:1d03f549-58ea-474c-8491-1bc243f2be47
Model Version:NULL
Model InvariantUuid:6748efda-682b-4f33-bbaa-0334a4b920b4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:a126af5a-41b6-4d9b-a525-cc0f24044770
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:77792895-85e7-452e-b5af-fb9110e0a230
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2a96b6ea-999b-4eb8-9e5c-4e83946ad68a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ee712754-e1fb-47c7-9653-d73f14e5624c
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:5eafb2a0-cd04-4e04-8772-dbbadf2f14f4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:f08b5ea8-d59d-4914-8d65-70e5b10ffac2
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:1dbfee35-4de3-4d7e-add0-3dba57f81166
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7986b4a9-ceaf-4943-832e-448c22a717d4
ModelInvariantUuid:b8d6b641-287c-4bcc-88d1-ce86fd693b9d
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:05dc43de-7750-4436-9c78-b38047acea54
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:5c965bb5-f1d5-4973-a61b-1024009c3a42
ModelInvariantUuid:c24c2877-29ec-4784-9d74-34eef33bb6c3
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:20731fa1-0392-4efe-81ee-d4f44b655c3b
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-22T07:54:45.783Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||ERROR|500||Csar with UUID: 92be68c2-80c8-45a6-aef0-80f6bf8590cd already exists
2023-03-22T07:54:45.783Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-22T07:54:45.783Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Csar with UUID: 92be68c2-80c8-45a6-aef0-80f6bf8590cd already exists)
2023-03-22T07:54:45.783Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:54:45.783Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:54:45.783Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:54:45.783Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471685783,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 92be68c2-80c8-45a6-aef0-80f6bf8590cd already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:54:46.784Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-03-22T07:54:46.785Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Resource with UUID: e44b9e49-8faf-4306-af99-db9c3c65ef69 already exists)
2023-03-22T07:54:46.785Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:54:46.785Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:54:46.785Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:54:46.785Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471686784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e44b9e49-8faf-4306-af99-db9c3c65ef69 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:54:47.786Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa44765c-1a55-4753-a677-dc05edd228ff
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:54:47.808Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa44765c-1a55-4753-a677-dc05edd228ff
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:54:47.812Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T07:54:47.812Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T07:54:47.812Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T07:54:47.812Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T07:54:47.812Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:54:47.812Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:54:47.812Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:54:47.812Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:54:47.812Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-22T07:54:47.820Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T07:55:17.820Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fa44765c-1a55-4753-a677-dc05edd228ff and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T07:55:17.829Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fa44765c-1a55-4753-a677-dc05edd228ff and serviceModelVersionId: 1d03f549-58ea-474c-8491-1bc243f2be47
2023-03-22T07:55:17.829Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6748efda-682b-4f33-bbaa-0334a4b920b4
2023-03-22T07:55:17.829Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6748efda-682b-4f33-bbaa-0334a4b920b4/model-vers/model-ver/1d03f549-58ea-474c-8491-1bc243f2be47?depth=0
2023-03-22T07:55:17.833Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T07:55:17.846Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6748efda-682b-4f33-bbaa-0334a4b920b4/model-vers/model-ver/1d03f549-58ea-474c-8491-1bc243f2be47?depth=0|INFO|500||Invoke
2023-03-22T07:55:17.846Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6748efda-682b-4f33-bbaa-0334a4b920b4/model-vers/model-ver/1d03f549-58ea-474c-8491-1bc243f2be47?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6748efda-682b-4f33-bbaa-0334a4b920b4/model-vers/model-ver/1d03f549-58ea-474c-8491-1bc243f2be47?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fa44765c-1a55-4753-a677-dc05edd228ff], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[adab0c8d-6fb6-47d0-a882-98668e98cd43], X-ECOMP-RequestID=[fa44765c-1a55-4753-a677-dc05edd228ff], X-TransactionId=[], X-ONAP-RequestID=[fa44765c-1a55-4753-a677-dc05edd228ff], Content-Type=[application/merge-patch+json]}
2023-03-22T07:55:17.854Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6748efda-682b-4f33-bbaa-0334a4b920b4/model-vers/model-ver/1d03f549-58ea-474c-8491-1bc243f2be47?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T07:55:18.008Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6748efda-682b-4f33-bbaa-0334a4b920b4/model-vers/model-ver/1d03f549-58ea-474c-8491-1bc243f2be47?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6748efda-682b-4f33-bbaa-0334a4b920b4/model-vers/model-ver/1d03f549-58ea-474c-8491-1bc243f2be47?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 07:55:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[151], vertex-id=[254128], x-aai-txid=[1-aai-resources-230322-07:55:17:746-19907], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T07:55:18.009Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6748efda-682b-4f33-bbaa-0334a4b920b4/model-vers/model-ver/1d03f549-58ea-474c-8491-1bc243f2be47?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-22T07:55:18.009Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6748efda-682b-4f33-bbaa-0334a4b920b4/model-vers/model-ver/1d03f549-58ea-474c-8491-1bc243f2be47?depth=0|INFO|500||InvokeReturn
2023-03-22T07:55:18.010Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T07:55:18.010Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T07:55:18.020Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T07:55:18.020Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fa44765c-1a55-4753-a677-dc05edd228ff and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T07:55:18.020Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T07:55:18.020Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:55:18.021Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:55:18.021Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471718020,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:55:19.042Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-22T07:55:19.042Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"45a52259-369a-4eb1-b310-4edc96390d56","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"dc71a96d-3b6e-487d-b5ea-05fdff85784d","serviceDescription":"service","serviceInvariantUUID":"df15042d-83ba-4b81-9255-a25ac0f4fa1e","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f8083165-6e45-46f3-a7a2-a3611616eb24","resourceInvariantUUID":"b45cdab6-6f18-4d77-bb39-310b37a9907a","resourceCustomizationUUID":"b1b67918-b348-44d4-a05f-9aa876792db1","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":"MTA3MzgyMmM5MjI2NmNkMmYyNzAxNTcxYThiN2JkNWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0ecdb9f9-8feb-4296-9553-b2ff212f0e2a","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":"MzAyNzgzNzcwOWFmYWJkODY2NGE5MjU1Mjg0NzViZGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2cdba830-80b5-4335-a10f-21b05686e958","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":"824b3d50-3f4b-468a-a2a8-cfe75ca1c013","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":"95c34414-9528-4d83-a0b9-82fafcf2e06c","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":"7f4e299a-6330-4b4c-9277-4f2216943275","artifactVersion":"2","generatedFromUUID":"824b3d50-3f4b-468a-a2a8-cfe75ca1c013"},{"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":"OTU2ZTFiMjAwYTUyYzhmNzVkMDBhZmVmOWJkMzMxYWQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"73df1a2f-ef20-4749-91fd-4c89c01194cc","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":"MGE1OGFjNWNlNDE1NDVhNWIyMDlhMjljZGY4NTQ0ZWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8bd4bf7a-694d-4ddc-b45e-9557066a32ba","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZDJjODUwMmJlOThjMmM1MjA0MDljMjI1NGUxMzJlNTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5fd28cd4-ad76-4a13-be98-a134f3df0ff1","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T07:55:19.042Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:55:19.042Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:55:19.042Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:55:19.043Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "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-22T07:55:20.043Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:55:20.044Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:55:20.044Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:55:20.044Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "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-22T07:55:21.044Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:55:21.045Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:55:21.045Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:55:21.045Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "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-22T07:55:22.046Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:55:22.046Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:55:22.046Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:55:22.046Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "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-22T07:55:23.047Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:55:23.047Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:55:23.047Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:55:23.047Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "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-22T07:55:24.048Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:55:24.048Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:55:24.049Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:55:24.049Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "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-22T07:55:25.050Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:55:25.050Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:55:25.050Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:55:25.050Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "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-22T07:55:26.051Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:55:26.052Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:55:26.052Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:55:26.052Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:55:27.053Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "dc71a96d-3b6e-487d-b5ea-05fdff85784d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "df15042d-83ba-4b81-9255-a25ac0f4fa1e",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "b1b67918-b348-44d4-a05f-9aa876792db1",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f8083165-6e45-46f3-a7a2-a3611616eb24",
      "resourceInvariantUUID": "b45cdab6-6f18-4d77-bb39-310b37a9907a",
      "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": "MzAyNzgzNzcwOWFmYWJkODY2NGE5MjU1Mjg0NzViZGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2cdba830-80b5-4335-a10f-21b05686e958",
          "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": "824b3d50-3f4b-468a-a2a8-cfe75ca1c013",
          "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": "7f4e299a-6330-4b4c-9277-4f2216943275",
            "generatedFromUUID": "824b3d50-3f4b-468a-a2a8-cfe75ca1c013"
          },
          "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": "7f4e299a-6330-4b4c-9277-4f2216943275",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZDJjODUwMmJlOThjMmM1MjA0MDljMjI1NGUxMzJlNTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5fd28cd4-ad76-4a13-be98-a134f3df0ff1"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T07:55:27.054Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T07:55:27.054Z|fa44765c-1a55-4753-a677-dc05edd228ff|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dc71a96d-3b6e-487d-b5ea-05fdff85784d ASDC
2023-03-22T07:55:27.054Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:45a52259-369a-4eb1-b310-4edc96390d56
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:dc71a96d-3b6e-487d-b5ea-05fdff85784d
ServiceInvariantUUID:df15042d-83ba-4b81-9255-a25ac0f4fa1e
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:5fd28cd4-ad76-4a13-be98-a134f3df0ff1
ArtifactChecksum:ZDJjODUwMmJlOThjMmM1MjA0MDljMjI1NGUxMzJlNTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:b1b67918-b348-44d4-a05f-9aa876792db1
ResourceInvariantUUID:b45cdab6-6f18-4d77-bb39-310b37a9907a
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:f8083165-6e45-46f3-a7a2-a3611616eb24
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:2cdba830-80b5-4335-a10f-21b05686e958
ArtifactChecksum:MzAyNzgzNzcwOWFmYWJkODY2NGE5MjU1Mjg0NzViZGI=
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:824b3d50-3f4b-468a-a2a8-cfe75ca1c013
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:7f4e299a-6330-4b4c-9277-4f2216943275
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:7f4e299a-6330-4b4c-9277-4f2216943275
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-22T07:55:27.054Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dc71a96d-3b6e-487d-b5ea-05fdff85784d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:55:27.082Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:55:27.083Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:55:27.083Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:55:27.083Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5fd28cd4-ad76-4a13-be98-a134f3df0ff1 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-22T07:55:27.083Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-22T07:55:27.083Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-03-22T07:55:27.135Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-22T07:55:27.135Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@36ab343b
2023-03-22T07:55:27.135Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T07:55:27.135Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicVmMacro"
      ]
    }
  }
}
2023-03-22T07:55:27.136Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicVmMacro-csar.csar /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 5fd28cd4-ad76-4a13-be98-a134f3df0ff1 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T07:55:27.136Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-22T07:55:27.136Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Specified artifact is  not found)
2023-03-22T07:55:27.136Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T07:55:27.136Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:55:27.136Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:55:27.137Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471727136,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:55:28.138Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicVmMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(UUID:5fd28cd4-ad76-4a13-be98-a134f3df0ff1)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-22T07:55:28.176Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||ERROR|500||Csar with UUID: 5fd28cd4-ad76-4a13-be98-a134f3df0ff1 already exists
2023-03-22T07:55:28.176Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-22T07:55:28.176Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Csar with UUID: 5fd28cd4-ad76-4a13-be98-a134f3df0ff1 already exists)
2023-03-22T07:55:28.176Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:55:28.176Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:55:28.176Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:55:28.177Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471728176,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5fd28cd4-ad76-4a13-be98-a134f3df0ff1 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:55:28.533Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:55:28.534Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:55:28.548Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:55:28.549Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] (Re-)joining group
2023-03-22T07:55:28.555Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully joined group with generation Generation{generationId=37, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T07:55:28.555Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Finished assignment for group at generation 37: {SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-03-22T07:55:28.573Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully synced group in generation Generation{generationId=37, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T07:55:28.573Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:55:28.573Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:55:28.578Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:55:28.578Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:55:28.579Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:55:28.579Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1904, 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-22T07:55:28.579Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:55:28.579Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:55:29.178Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-03-22T07:55:29.178Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Resource with UUID: f8083165-6e45-46f3-a7a2-a3611616eb24 already exists)
2023-03-22T07:55:29.178Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:55:29.178Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:55:29.178Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:55:29.179Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471729178,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: f8083165-6e45-46f3-a7a2-a3611616eb24 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:55:29.593Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:55:29.594Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "08b6040e-7b4a-44c2-af7c-fcd04054adec",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471672377,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T07:55:29.594Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:55:29.594Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:55:29.595Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:55:29.595Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:55:29.595Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:55:29.595Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T07:55:29.595Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:55:29.595Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:55:29.595Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-03-22T07:55:29.595Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:55:29.595Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:55:29.595Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:55:29.596Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:55:29.596Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:55:29.596Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-03-22T07:55:29.596Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:55:29.596Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:55:29.596Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-03-22T07:55:29.596Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:55:29.596Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:55:29.597Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-03-22T07:55:29.597Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:55:29.597Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:55:29.597Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:55:29.597Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:55:29.597Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:55:29.597Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:55:29.597Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:55:29.597Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:55:29.598Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T07:55:29.598Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:55:29.598Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:55:29.598Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471683775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-03-22T07:55:29.598Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:55:29.598Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:55:29.598Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471685783,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 92be68c2-80c8-45a6-aef0-80f6bf8590cd already exists"
}
2023-03-22T07:55:29.598Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:55:29.599Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:55:29.599Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471686784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e44b9e49-8faf-4306-af99-db9c3c65ef69 already exists"
}
2023-03-22T07:55:29.599Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:55:29.599Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:55:29.599Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "fa44765c-1a55-4753-a677-dc05edd228ff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471718020,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T07:55:29.599Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:55:29.599Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:55:29.600Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:55:29.600Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:55:29.600Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:55:29.600Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T07:55:29.600Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:55:29.600Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:55:29.600Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-03-22T07:55:29.600Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:55:29.600Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:55:29.600Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:55:29.600Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:55:29.600Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:55:29.601Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-03-22T07:55:29.601Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:55:29.601Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:55:29.601Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:55:29.601Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:55:29.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:55:29.602Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:55:29.602Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:55:29.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:55:29.602Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T07:55:29.602Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:55:29.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:55:29.602Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471727136,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-22T07:55:29.602Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:55:29.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:55:29.602Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471728176,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5fd28cd4-ad76-4a13-be98-a134f3df0ff1 already exists"
}
2023-03-22T07:55:29.602Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:55:29.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:55:29.602Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471729178,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: f8083165-6e45-46f3-a7a2-a3611616eb24 already exists"
}
2023-03-22T07:55:29.602Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:55:30.180Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45a52259-369a-4eb1-b310-4edc96390d56
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:55:30.198Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45a52259-369a-4eb1-b310-4edc96390d56
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:55:30.202Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T07:55:30.202Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T07:55:30.202Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T07:55:30.202Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T07:55:30.203Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:55:30.203Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:55:30.203Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:55:30.203Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:55:30.203Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-22T07:55:30.212Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T07:56:00.213Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 45a52259-369a-4eb1-b310-4edc96390d56 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T07:56:00.222Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 45a52259-369a-4eb1-b310-4edc96390d56 and serviceModelVersionId: dc71a96d-3b6e-487d-b5ea-05fdff85784d
2023-03-22T07:56:00.222Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : df15042d-83ba-4b81-9255-a25ac0f4fa1e
2023-03-22T07:56:00.223Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/df15042d-83ba-4b81-9255-a25ac0f4fa1e/model-vers/model-ver/dc71a96d-3b6e-487d-b5ea-05fdff85784d?depth=0
2023-03-22T07:56:00.230Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T07:56:00.246Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df15042d-83ba-4b81-9255-a25ac0f4fa1e/model-vers/model-ver/dc71a96d-3b6e-487d-b5ea-05fdff85784d?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-22T07:56:00.247Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df15042d-83ba-4b81-9255-a25ac0f4fa1e/model-vers/model-ver/dc71a96d-3b6e-487d-b5ea-05fdff85784d?depth=0|INFO|500||Invoke
2023-03-22T07:56:00.255Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df15042d-83ba-4b81-9255-a25ac0f4fa1e/model-vers/model-ver/dc71a96d-3b6e-487d-b5ea-05fdff85784d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T07:56:00.402Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df15042d-83ba-4b81-9255-a25ac0f4fa1e/model-vers/model-ver/dc71a96d-3b6e-487d-b5ea-05fdff85784d?depth=0|INFO|500||InvokeReturn
2023-03-22T07:56:00.402Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/df15042d-83ba-4b81-9255-a25ac0f4fa1e/model-vers/model-ver/dc71a96d-3b6e-487d-b5ea-05fdff85784d?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 07:56:00 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[144], vertex-id=[516296], x-aai-txid=[1-aai-resources-230322-07:56:00:147-24540], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T07:56:00.403Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-22T07:56:00.403Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T07:56:00.403Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T07:56:00.414Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T07:56:00.414Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 45a52259-369a-4eb1-b310-4edc96390d56 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T07:56:00.414Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T07:56:00.415Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:56:00.415Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:56:00.415Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471760414,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:56:01.437Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-22T07:56:01.437Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"20fb9d86-10ff-4439-a6b7-637734de8ce1","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"87fef59c-d44a-4a07-9a72-8ab6330cffac","serviceDescription":"service","serviceInvariantUUID":"e98194be-b178-4099-9721-ae2092a691f6","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e3a83d09-a7e7-4550-b3fb-0b48027e9547","resourceInvariantUUID":"688c1fae-b293-4009-ab82-4662deee20cd","resourceCustomizationUUID":"932a3d96-8bc3-4763-b615-bc7cd1d03acd","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":"NjZhYWFmYjFiMmRkNjUyMWQwNThkZjlmMTdhNjU3OTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"54353ad0-3210-42d4-90eb-d74a1faff144","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":"679e3fc1-0c90-4196-8c6e-3d2960a4e52b","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":"703f5bb7-20a8-4eb8-a587-5f4229928077","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":"Mzk2ZWE1MDA0ODgyNGQyNjBmZWIzYmUzOGM5NDQyZGY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"4783f4c3-529b-4a7f-a924-2610a54877c6","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":"9e8051eb-5329-4c37-b642-13221bb39cfc","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":"34f22cd0-daba-42ea-af51-5c71a16891e3","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":"fa5fd4f1-3bad-40fd-9535-8ef67a0ed593","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":"MDc4NzNjNjUyYTU3N2Y0OGM2ODFmYWQ4NGFiZGFjYmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"763b1783-cacb-42a7-a69c-0f1827b72bd1","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"N2Q1NWNjMjJiNjk5NDA5NGM2NGIxYWZlYjcyMDRiMzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"069a759b-2956-48a9-bd9d-6829784e3b89","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T07:56:01.438Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:56:01.438Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:56:01.438Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:56:01.438Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "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-22T07:56:02.439Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:56:02.439Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:56:02.440Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:56:02.440Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "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-22T07:56:03.440Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:56:03.440Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:56:03.440Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:56:03.440Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "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-22T07:56:04.441Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:56:04.441Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:56:04.441Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:56:04.442Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "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-22T07:56:05.442Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:56:05.443Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:56:05.443Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:56:05.443Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "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-22T07:56:06.443Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:56:06.444Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:56:06.444Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:56:06.444Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "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-22T07:56:07.445Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:56:07.445Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:56:07.445Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:56:07.446Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "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-22T07:56:08.446Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:56:08.446Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:56:08.446Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:56:08.446Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "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-22T07:56:09.447Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:56:09.447Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:56:09.447Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:56:09.448Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:56:10.448Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "87fef59c-d44a-4a07-9a72-8ab6330cffac",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e98194be-b178-4099-9721-ae2092a691f6",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "932a3d96-8bc3-4763-b615-bc7cd1d03acd",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e3a83d09-a7e7-4550-b3fb-0b48027e9547",
      "resourceInvariantUUID": "688c1fae-b293-4009-ab82-4662deee20cd",
      "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": "N2Q1NWNjMjJiNjk5NDA5NGM2NGIxYWZlYjcyMDRiMzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "069a759b-2956-48a9-bd9d-6829784e3b89"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T07:56:10.449Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T07:56:10.450Z|45a52259-369a-4eb1-b310-4edc96390d56|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 87fef59c-d44a-4a07-9a72-8ab6330cffac ASDC
2023-03-22T07:56:10.450Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:20fb9d86-10ff-4439-a6b7-637734de8ce1
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:87fef59c-d44a-4a07-9a72-8ab6330cffac
ServiceInvariantUUID:e98194be-b178-4099-9721-ae2092a691f6
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:069a759b-2956-48a9-bd9d-6829784e3b89
ArtifactChecksum:N2Q1NWNjMjJiNjk5NDA5NGM2NGIxYWZlYjcyMDRiMzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:932a3d96-8bc3-4763-b615-bc7cd1d03acd
ResourceInvariantUUID:688c1fae-b293-4009-ab82-4662deee20cd
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:e3a83d09-a7e7-4550-b3fb-0b48027e9547
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-22T07:56:10.450Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 87fef59c-d44a-4a07-9a72-8ab6330cffac ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:56:10.483Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:56:10.484Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:56:10.484Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:56:10.484Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 069a759b-2956-48a9-bd9d-6829784e3b89 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-22T07:56:10.484Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-22T07:56:10.484Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-22T07:56:10.506Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-22T07:56:10.506Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@247d83e6
2023-03-22T07:56:10.506Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T07:56:10.506Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-22T07:56:10.506Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 069a759b-2956-48a9-bd9d-6829784e3b89 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T07:56:10.506Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-22T07:56:10.506Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Specified artifact is  not found)
2023-03-22T07:56:10.506Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T07:56:10.506Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:56:10.506Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:56:10.507Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471770506,
  "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-22T07:56:11.507Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:069a759b-2956-48a9-bd9d-6829784e3b89)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-22T07:56:11.542Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||ERROR|500||Csar with UUID: 069a759b-2956-48a9-bd9d-6829784e3b89 already exists
2023-03-22T07:56:11.542Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-22T07:56:11.542Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Csar with UUID: 069a759b-2956-48a9-bd9d-6829784e3b89 already exists)
2023-03-22T07:56:11.543Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:56:11.543Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:56:11.543Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:56:11.543Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471771542,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 069a759b-2956-48a9-bd9d-6829784e3b89 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:56:12.544Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-22T07:56:12.544Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Resource with UUID: e3a83d09-a7e7-4550-b3fb-0b48027e9547 already exists)
2023-03-22T07:56:12.544Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:56:12.544Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:56:12.544Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:56:12.545Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471772544,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e3a83d09-a7e7-4550-b3fb-0b48027e9547 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:56:13.545Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20fb9d86-10ff-4439-a6b7-637734de8ce1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:56:13.561Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20fb9d86-10ff-4439-a6b7-637734de8ce1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:56:13.564Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T07:56:13.564Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T07:56:13.565Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T07:56:13.565Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T07:56:13.565Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:56:13.565Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:56:13.565Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:56:13.565Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:56:13.565Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-22T07:56:13.574Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T07:56:28.533Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:56:28.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:56:28.540Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "45a52259-369a-4eb1-b310-4edc96390d56",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471760414,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T07:56:28.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:56:28.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:56:28.541Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:56:28.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:56:28.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:56:28.541Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:56:28.542Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:56:28.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:56:28.542Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:56:28.542Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:56:28.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:56:28.542Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:56:28.542Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:56:28.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:56:28.542Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:56:28.542Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:56:28.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:56:28.543Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:56:28.543Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:56:28.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:56:28.543Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:56:28.543Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:56:28.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:56:28.543Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:56:28.543Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:56:28.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:56:28.544Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T07:56:28.544Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:56:28.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:56:28.544Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471770506,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-22T07:56:28.544Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:56:28.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:56:28.544Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471771542,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 069a759b-2956-48a9-bd9d-6829784e3b89 already exists"
}
2023-03-22T07:56:28.544Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:56:28.544Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:56:28.545Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471772544,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: e3a83d09-a7e7-4550-b3fb-0b48027e9547 already exists"
}
2023-03-22T07:56:28.545Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:56:43.575Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 20fb9d86-10ff-4439-a6b7-637734de8ce1 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T07:56:43.580Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 20fb9d86-10ff-4439-a6b7-637734de8ce1 and serviceModelVersionId: 87fef59c-d44a-4a07-9a72-8ab6330cffac
2023-03-22T07:56:43.580Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e98194be-b178-4099-9721-ae2092a691f6
2023-03-22T07:56:43.580Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e98194be-b178-4099-9721-ae2092a691f6/model-vers/model-ver/87fef59c-d44a-4a07-9a72-8ab6330cffac?depth=0
2023-03-22T07:56:43.584Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T07:56:43.595Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e98194be-b178-4099-9721-ae2092a691f6/model-vers/model-ver/87fef59c-d44a-4a07-9a72-8ab6330cffac?depth=0|INFO|500||Invoke
2023-03-22T07:56:43.596Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e98194be-b178-4099-9721-ae2092a691f6/model-vers/model-ver/87fef59c-d44a-4a07-9a72-8ab6330cffac?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e98194be-b178-4099-9721-ae2092a691f6/model-vers/model-ver/87fef59c-d44a-4a07-9a72-8ab6330cffac?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[20fb9d86-10ff-4439-a6b7-637734de8ce1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8f123854-f125-496f-998c-31b119e7e3b3], X-ECOMP-RequestID=[20fb9d86-10ff-4439-a6b7-637734de8ce1], X-TransactionId=[], X-ONAP-RequestID=[20fb9d86-10ff-4439-a6b7-637734de8ce1], Content-Type=[application/merge-patch+json]}
2023-03-22T07:56:43.601Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e98194be-b178-4099-9721-ae2092a691f6/model-vers/model-ver/87fef59c-d44a-4a07-9a72-8ab6330cffac?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T07:56:43.760Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e98194be-b178-4099-9721-ae2092a691f6/model-vers/model-ver/87fef59c-d44a-4a07-9a72-8ab6330cffac?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e98194be-b178-4099-9721-ae2092a691f6/model-vers/model-ver/87fef59c-d44a-4a07-9a72-8ab6330cffac?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 07:56:43 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[156], vertex-id=[524488], x-aai-txid=[0-aai-resources-230322-07:56:43:494-72763], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T07:56:43.761Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e98194be-b178-4099-9721-ae2092a691f6/model-vers/model-ver/87fef59c-d44a-4a07-9a72-8ab6330cffac?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-22T07:56:43.762Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e98194be-b178-4099-9721-ae2092a691f6/model-vers/model-ver/87fef59c-d44a-4a07-9a72-8ab6330cffac?depth=0|INFO|500||InvokeReturn
2023-03-22T07:56:43.762Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T07:56:43.763Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T07:56:43.768Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T07:56:43.769Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 20fb9d86-10ff-4439-a6b7-637734de8ce1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T07:56:43.769Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T07:56:43.769Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:56:43.769Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:56:43.769Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471803769,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:56:44.792Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-22T07:56:44.792Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"9fb2f83b-570c-4b57-8d50-b50b132bcf86","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"fccea19e-17fd-42c4-9270-f16cd94740d5","serviceDescription":"service","serviceInvariantUUID":"fadf4358-193c-4a53-9de0-7e9a58a1f484","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"94997526-8cc4-4f06-ba86-3cae7875f387","resourceInvariantUUID":"a4c9a9ae-b754-4406-8cd3-5a6a61b1b87c","resourceCustomizationUUID":"7afc7ef7-3a42-47e2-829e-3ec49ad54a06","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":"Y2NjOGQ0OTRjN2Y0OWE1NTA3MjNhZDNkMzAwN2ZhYjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"94df40ff-72df-43c4-ae5f-5a051d87eb0c","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":"54d34dac-31bf-4263-b8fb-ba44e38c2c19","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":"bb5f6003-80d1-4e0e-8736-54369fce5876","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":"ZmRmMTIzZjVkOWIxNzdlNzgxZmY5YzIwNDYzOWFhYWM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"175ae12b-29fc-461d-bdb7-6d583b5a8d8d","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":"922370a8-cd81-41a5-b0a2-8ff9a7016a76","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":"61644069-9dfb-4b32-9927-8703a9effc13","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":"4ab05576-baeb-444a-a549-9507cdcb57d3","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":"MDYwZjYwZTk1Y2UzMDNjMWZmYTFkZGQ1MGRkYmFlOTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"785705fc-476c-4507-a481-292b964d7014","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MTVjMWViMDYyMDkyZjM3MTlhZmRlZmVkMmIwNGI2M2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"72c6002f-2d9d-49d8-9d98-3e1cf18145a2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T07:56:44.793Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:56:44.793Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:56:44.793Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:56:44.793Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "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-22T07:56:45.794Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:56:45.794Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:56:45.794Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:56:45.795Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "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-22T07:56:46.795Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:56:46.796Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:56:46.796Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:56:46.796Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "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-22T07:56:47.796Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:56:47.797Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:56:47.797Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:56:47.798Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "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-22T07:56:48.799Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:56:48.799Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:56:48.799Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:56:48.799Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "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-22T07:56:49.800Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:56:49.800Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:56:49.800Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:56:49.800Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "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-22T07:56:50.800Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:56:50.801Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:56:50.801Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:56:50.801Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "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-22T07:56:51.802Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:56:51.802Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:56:51.802Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:56:51.802Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "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-22T07:56:52.803Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:56:52.803Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:56:52.804Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:56:52.804Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:56:53.805Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "fccea19e-17fd-42c4-9270-f16cd94740d5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fadf4358-193c-4a53-9de0-7e9a58a1f484",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "7afc7ef7-3a42-47e2-829e-3ec49ad54a06",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "94997526-8cc4-4f06-ba86-3cae7875f387",
      "resourceInvariantUUID": "a4c9a9ae-b754-4406-8cd3-5a6a61b1b87c",
      "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": "MTVjMWViMDYyMDkyZjM3MTlhZmRlZmVkMmIwNGI2M2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "72c6002f-2d9d-49d8-9d98-3e1cf18145a2"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T07:56:53.805Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T07:56:53.805Z|20fb9d86-10ff-4439-a6b7-637734de8ce1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fccea19e-17fd-42c4-9270-f16cd94740d5 ASDC
2023-03-22T07:56:53.806Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:9fb2f83b-570c-4b57-8d50-b50b132bcf86
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:fccea19e-17fd-42c4-9270-f16cd94740d5
ServiceInvariantUUID:fadf4358-193c-4a53-9de0-7e9a58a1f484
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:72c6002f-2d9d-49d8-9d98-3e1cf18145a2
ArtifactChecksum:MTVjMWViMDYyMDkyZjM3MTlhZmRlZmVkMmIwNGI2M2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:7afc7ef7-3a42-47e2-829e-3ec49ad54a06
ResourceInvariantUUID:a4c9a9ae-b754-4406-8cd3-5a6a61b1b87c
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:94997526-8cc4-4f06-ba86-3cae7875f387
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-22T07:56:53.806Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fccea19e-17fd-42c4-9270-f16cd94740d5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:56:53.825Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:56:53.826Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:56:53.826Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:56:53.826Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 72c6002f-2d9d-49d8-9d98-3e1cf18145a2 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-22T07:56:53.826Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-22T07:56:53.826Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-22T07:56:53.850Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-22T07:56:53.850Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5f5b0d94
2023-03-22T07:56:53.850Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T07:56:53.850Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-22T07:56:53.850Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 72c6002f-2d9d-49d8-9d98-3e1cf18145a2 Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T07:56:53.851Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-22T07:56:53.851Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Specified artifact is  not found)
2023-03-22T07:56:53.851Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T07:56:53.851Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:56:53.851Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:56:53.851Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471813851,
  "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-22T07:56:54.852Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:72c6002f-2d9d-49d8-9d98-3e1cf18145a2)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-22T07:56:54.886Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||ERROR|500||Csar with UUID: 72c6002f-2d9d-49d8-9d98-3e1cf18145a2 already exists
2023-03-22T07:56:54.886Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-22T07:56:54.886Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Csar with UUID: 72c6002f-2d9d-49d8-9d98-3e1cf18145a2 already exists)
2023-03-22T07:56:54.887Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:56:54.887Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:56:54.887Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:56:54.887Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471814886,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 72c6002f-2d9d-49d8-9d98-3e1cf18145a2 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:56:55.888Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-22T07:56:55.888Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Resource with UUID: 94997526-8cc4-4f06-ba86-3cae7875f387 already exists)
2023-03-22T07:56:55.888Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:56:55.888Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:56:55.889Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:56:55.889Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471815888,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 94997526-8cc4-4f06-ba86-3cae7875f387 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:56:56.889Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9fb2f83b-570c-4b57-8d50-b50b132bcf86
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:56:56.907Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9fb2f83b-570c-4b57-8d50-b50b132bcf86
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:56:56.910Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T07:56:56.910Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T07:56:56.910Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T07:56:56.910Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T07:56:56.910Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:56:56.910Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:56:56.910Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:56:56.910Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:56:56.911Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-22T07:56:56.919Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T07:57:26.919Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9fb2f83b-570c-4b57-8d50-b50b132bcf86 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T07:57:26.928Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9fb2f83b-570c-4b57-8d50-b50b132bcf86 and serviceModelVersionId: fccea19e-17fd-42c4-9270-f16cd94740d5
2023-03-22T07:57:26.928Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fadf4358-193c-4a53-9de0-7e9a58a1f484
2023-03-22T07:57:26.929Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fadf4358-193c-4a53-9de0-7e9a58a1f484/model-vers/model-ver/fccea19e-17fd-42c4-9270-f16cd94740d5?depth=0
2023-03-22T07:57:26.935Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T07:57:26.949Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fadf4358-193c-4a53-9de0-7e9a58a1f484/model-vers/model-ver/fccea19e-17fd-42c4-9270-f16cd94740d5?depth=0|INFO|500||Invoke
2023-03-22T07:57:26.950Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fadf4358-193c-4a53-9de0-7e9a58a1f484/model-vers/model-ver/fccea19e-17fd-42c4-9270-f16cd94740d5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fadf4358-193c-4a53-9de0-7e9a58a1f484/model-vers/model-ver/fccea19e-17fd-42c4-9270-f16cd94740d5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9fb2f83b-570c-4b57-8d50-b50b132bcf86], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ac99eb25-2e5e-4039-9921-436f68e1a276], X-ECOMP-RequestID=[9fb2f83b-570c-4b57-8d50-b50b132bcf86], X-TransactionId=[], X-ONAP-RequestID=[9fb2f83b-570c-4b57-8d50-b50b132bcf86], Content-Type=[application/merge-patch+json]}
2023-03-22T07:57:26.957Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fadf4358-193c-4a53-9de0-7e9a58a1f484/model-vers/model-ver/fccea19e-17fd-42c4-9270-f16cd94740d5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-03-22T07:57:27.268Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fadf4358-193c-4a53-9de0-7e9a58a1f484/model-vers/model-ver/fccea19e-17fd-42c4-9270-f16cd94740d5?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fadf4358-193c-4a53-9de0-7e9a58a1f484/model-vers/model-ver/fccea19e-17fd-42c4-9270-f16cd94740d5?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 07:57:26 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[308], vertex-id=[262320], x-aai-txid=[1-aai-resources-230322-07:57:26:849-79555], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T07:57:27.268Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fadf4358-193c-4a53-9de0-7e9a58a1f484/model-vers/model-ver/fccea19e-17fd-42c4-9270-f16cd94740d5?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-03-22T07:57:27.269Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/fadf4358-193c-4a53-9de0-7e9a58a1f484/model-vers/model-ver/fccea19e-17fd-42c4-9270-f16cd94740d5?depth=0|INFO|500||InvokeReturn
2023-03-22T07:57:27.270Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T07:57:27.270Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T07:57:27.281Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T07:57:27.282Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9fb2f83b-570c-4b57-8d50-b50b132bcf86 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-03-22T07:57:27.282Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T07:57:27.282Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:57:27.282Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:57:27.282Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471847282,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:57:28.303Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-22T07:57:28.303Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"2ec0639f-e9f3-475f-95a7-7ddac4199546","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"18348d31-7618-4800-b145-d6bb1e294082","serviceDescription":"service","serviceInvariantUUID":"0d1667e3-44d5-4b49-ae9c-7bee3d6d9f07","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"16821703-fee9-47f4-9bec-35cc5c640aec","resourceInvariantUUID":"c3f34422-9ad7-4b8a-9335-a87bc9d0d818","resourceCustomizationUUID":"49fcfeb1-6936-4711-8ab4-8d6239208108","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":"OGQzZmY5NjQzOGE5ZmU2NGM3OGQ5YjQwM2QxMDc1NmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c3bd9221-963a-498f-a120-317f4f5b78fe","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":"67c8cee9-6119-49f3-aeef-69a112e98a41","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":"2b961732-e255-4705-a44e-5f07f3cbba9b","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":"ZDZiMTQyYTAwMDYyNzYxNTc0MTBmOTUzNGM3NjRiYTY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"2166a524-e658-429d-8ad8-479cde2b10fc","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":"d4f3e16a-b6cb-4581-b054-c4293fa02218","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":"ca8b1650-e06a-49ca-bcba-3eacec7f2fd4","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":"d02ede2b-780e-401e-bd6b-33c6e487d8f7","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":"ZTM2NTIzOWM4YWQ1MWMyM2E4NTU0ZGUyOWRlMDE4MTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5ffcd506-4c00-4009-8ab3-5237a57a53c6","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YmY4NjRhOTVjMGYxZTY4Y2IwZWMzOTA2OWU1MDJlN2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"025599fc-45ab-4d8e-89a3-7df9b4fdb10d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T07:57:28.303Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:57:28.303Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:57:28.304Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:57:28.304Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "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-22T07:57:28.533Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:57:28.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:57:28.539Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "20fb9d86-10ff-4439-a6b7-637734de8ce1",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471803769,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T07:57:28.539Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:57:28.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:57:28.540Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:57:28.540Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:57:28.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:57:28.540Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:57:28.540Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:57:28.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:57:28.540Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:57:28.540Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:57:28.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:57:28.540Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:57:28.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:57:28.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:57:28.541Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:57:28.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:57:28.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:57:28.541Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:57:28.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:57:28.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:57:28.541Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:57:28.541Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:57:28.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:57:28.542Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:57:28.542Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:57:28.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:57:28.542Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T07:57:28.542Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:57:28.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:57:28.542Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471813851,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-22T07:57:28.542Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:57:28.542Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:57:28.542Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471814886,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 72c6002f-2d9d-49d8-9d98-3e1cf18145a2 already exists"
}
2023-03-22T07:57:28.542Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:57:28.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:57:28.543Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471815888,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 94997526-8cc4-4f06-ba86-3cae7875f387 already exists"
}
2023-03-22T07:57:28.543Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:57:28.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:57:28.543Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "9fb2f83b-570c-4b57-8d50-b50b132bcf86",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471847282,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-03-22T07:57:28.543Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:57:28.543Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-03-22T07:57:28.543Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:57:28.543Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:57:29.304Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:57:29.305Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:57:29.305Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:57:29.305Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "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-22T07:57:30.306Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:57:30.306Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:57:30.306Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:57:30.307Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "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-22T07:57:31.307Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:57:31.308Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:57:31.308Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:57:31.308Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "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-22T07:57:32.309Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:57:32.310Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:57:32.310Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:57:32.310Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "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-22T07:57:33.311Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:57:33.311Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:57:33.311Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:57:33.312Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "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-22T07:57:34.312Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:57:34.313Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:57:34.313Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:57:34.313Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "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-22T07:57:35.314Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:57:35.315Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:57:35.315Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:57:35.315Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "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-22T07:57:36.316Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:57:36.316Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:57:36.316Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:57:36.316Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:57:37.317Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "18348d31-7618-4800-b145-d6bb1e294082",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0d1667e3-44d5-4b49-ae9c-7bee3d6d9f07",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "49fcfeb1-6936-4711-8ab4-8d6239208108",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "16821703-fee9-47f4-9bec-35cc5c640aec",
      "resourceInvariantUUID": "c3f34422-9ad7-4b8a-9335-a87bc9d0d818",
      "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": "YmY4NjRhOTVjMGYxZTY4Y2IwZWMzOTA2OWU1MDJlN2M\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "025599fc-45ab-4d8e-89a3-7df9b4fdb10d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T07:57:37.318Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T07:57:37.318Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 18348d31-7618-4800-b145-d6bb1e294082 ASDC
2023-03-22T07:57:37.318Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:2ec0639f-e9f3-475f-95a7-7ddac4199546
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:18348d31-7618-4800-b145-d6bb1e294082
ServiceInvariantUUID:0d1667e3-44d5-4b49-ae9c-7bee3d6d9f07
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:025599fc-45ab-4d8e-89a3-7df9b4fdb10d
ArtifactChecksum:YmY4NjRhOTVjMGYxZTY4Y2IwZWMzOTA2OWU1MDJlN2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:49fcfeb1-6936-4711-8ab4-8d6239208108
ResourceInvariantUUID:c3f34422-9ad7-4b8a-9335-a87bc9d0d818
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:16821703-fee9-47f4-9bec-35cc5c640aec
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-03-22T07:57:37.318Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 18348d31-7618-4800-b145-d6bb1e294082 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:57:37.347Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:57:37.348Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:57:37.348Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:57:37.349Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 025599fc-45ab-4d8e-89a3-7df9b4fdb10d from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-22T07:57:37.349Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-22T07:57:37.349Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-03-22T07:57:37.369Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-22T07:57:37.369Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@56044404
2023-03-22T07:57:37.369Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T07:57:37.369Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-03-22T07:57:37.370Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 025599fc-45ab-4d8e-89a3-7df9b4fdb10d Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T07:57:37.370Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-22T07:57:37.370Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Specified artifact is  not found)
2023-03-22T07:57:37.370Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T07:57:37.370Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:57:37.370Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:57:37.370Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471857370,
  "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-22T07:57:38.372Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:025599fc-45ab-4d8e-89a3-7df9b4fdb10d)
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-22T07:57:38.395Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T07:57:38.395Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 16821703-fee9-47f4-9bec-35cc5c640aec
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-03-22T07:57:38.405Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||test-pnf 0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-03-22T07:57:38.425Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_ALREADY_EXIST test-pnf 0 16821703-fee9-47f4-9bec-35cc5c640aec test-pnf
2023-03-22T07:57:38.426Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 18348d31-7618-4800-b145-d6bb1e294082
2023-03-22T07:57:38.426Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 18348d31-7618-4800-b145-d6bb1e294082
2023-03-22T07:57:38.426Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 16821703-fee9-47f4-9bec-35cc5c640aec 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-22T07:57:38.435Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Exception :
java.lang.NullPointerException: null
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.createService(ToscaResourceInstaller.java:1438)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installPnfResource(ToscaResourceInstaller.java:388)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheResource(ToscaResourceInstaller.java:374)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$3d5db087.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-22T07:57:38.450Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_INSTALL_EXC No element listed 300 Exception caught during installation of test-pnf. Transaction rollback
java.lang.NullPointerException: null
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.createService(ToscaResourceInstaller.java:1438)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installPnfResource(ToscaResourceInstaller.java:388)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheResource(ToscaResourceInstaller.java:374)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$3d5db087.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-22T07:57:38.457Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_FAIL test-pnf 16821703-fee9-47f4-9bec-35cc5c640aec 0 ASDC deployResourceStructure
2023-03-22T07:57:38.457Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||ERROR|500||Exception occurred
org.onap.so.asdc.client.exceptions.ArtifactInstallerException: Exception caught during installation of test-pnf. Transaction rollback.
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installPnfResource(ToscaResourceInstaller.java:430)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.installTheResource(ToscaResourceInstaller.java:374)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$3d5db087.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-22T07:57:38.457Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-03-22T07:57:38.458Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Exception caught during installation of test-pnf. Transaction rollback.)
2023-03-22T07:57:38.458Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-03-22T07:57:38.458Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:57:38.458Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:57:38.458Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471858457,
  "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-22T07:57:39.460Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ec0639f-e9f3-475f-95a7-7ddac4199546
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:57:39.478Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ec0639f-e9f3-475f-95a7-7ddac4199546
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:57:39.481Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-03-22T07:57:39.482Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-03-22T07:57:39.482Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-03-22T07:57:39.482Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-03-22T07:57:39.482Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:57:39.482Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:57:39.482Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-03-22T07:57:39.483Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2023-03-22T07:57:39.483Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-03-22T07:57:39.490Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-03-22T07:58:09.491Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2ec0639f-e9f3-475f-95a7-7ddac4199546 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-03-22T07:58:09.497Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2ec0639f-e9f3-475f-95a7-7ddac4199546 and serviceModelVersionId: 18348d31-7618-4800-b145-d6bb1e294082
2023-03-22T07:58:09.498Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0d1667e3-44d5-4b49-ae9c-7bee3d6d9f07
2023-03-22T07:58:09.498Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0d1667e3-44d5-4b49-ae9c-7bee3d6d9f07/model-vers/model-ver/18348d31-7618-4800-b145-d6bb1e294082?depth=0
2023-03-22T07:58:09.503Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-03-22T07:58:09.516Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0d1667e3-44d5-4b49-ae9c-7bee3d6d9f07/model-vers/model-ver/18348d31-7618-4800-b145-d6bb1e294082?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-22T07:58:09.517Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0d1667e3-44d5-4b49-ae9c-7bee3d6d9f07/model-vers/model-ver/18348d31-7618-4800-b145-d6bb1e294082?depth=0|INFO|500||Invoke
2023-03-22T07:58:09.530Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0d1667e3-44d5-4b49-ae9c-7bee3d6d9f07/model-vers/model-ver/18348d31-7618-4800-b145-d6bb1e294082?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-03-22T07:58:09.681Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0d1667e3-44d5-4b49-ae9c-7bee3d6d9f07/model-vers/model-ver/18348d31-7618-4800-b145-d6bb1e294082?depth=0|INFO|500||InvokeReturn
2023-03-22T07:58:09.681Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/0d1667e3-44d5-4b49-ae9c-7bee3d6d9f07/model-vers/model-ver/18348d31-7618-4800-b145-d6bb1e294082?depth=0 has http status code:200 and response headers:{date=[Wed, 22 Mar 2023 07:58:09 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[148], vertex-id=[270376], x-aai-txid=[2-aai-resources-230322-07:58:09:421-9988], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-22T07:58:09.681Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-03-22T07:58:09.681Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-03-22T07:58:09.681Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T07:58:09.693Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T07:58:09.693Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2ec0639f-e9f3-475f-95a7-7ddac4199546 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2023-03-22T07:58:09.693Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-03-22T07:58:09.693Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:58:09.693Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:58:09.694Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471889693,
  "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-22T07:58:10.717Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-03-22T07:58:10.717Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-03-22T07:58:10.718Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Node 0 disconnected.
2023-03-22T07:58:10.718Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Node 2 disconnected.
2023-03-22T07:58:10.719Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T07:58:10.719Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T07:58:10.719Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T07:58:10.720Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] (Re-)joining group
2023-03-22T07:58:10.722Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=13, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-03-22T07:58:10.725Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-05340b23-9a8a-4d95-bed5-33a3f0308a90
2023-03-22T07:58:10.725Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T07:58:10.726Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] (Re-)joining group
2023-03-22T07:58:11.141Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:58:14.150Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:58:17.158Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:58:20.167Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:58:23.175Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:58:26.184Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Request joining group due to: group is already rebalancing
2023-03-22T07:58:28.533Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:58:28.548Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:58:28.548Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] (Re-)joining group
2023-03-22T07:58:28.554Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully joined group with generation Generation{generationId=38, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T07:58:28.554Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Successfully joined group with generation Generation{generationId=38, memberId='SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-05340b23-9a8a-4d95-bed5-33a3f0308a90', protocol='range'}
2023-03-22T07:58:28.558Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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 XYq5vfp-SDeZ0oC43IeGTw
2023-03-22T07:58:28.559Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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 XYq5vfp-SDeZ0oC43IeGTw
2023-03-22T07:58:28.559Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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 XYq5vfp-SDeZ0oC43IeGTw
2023-03-22T07:58:28.559Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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 XYq5vfp-SDeZ0oC43IeGTw
2023-03-22T07:58:28.559Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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 XYq5vfp-SDeZ0oC43IeGTw
2023-03-22T07:58:28.559Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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 XYq5vfp-SDeZ0oC43IeGTw
2023-03-22T07:58:28.559Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Finished assignment for group at generation 38: {SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, 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-b2f59705-e9bd-4065-aeec-d2645577c82a-05340b23-9a8a-4d95-bed5-33a3f0308a90=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-22T07:58:28.574Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Successfully synced group in generation Generation{generationId=38, memberId='SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218-c4c36fd7-4ba2-4160-ae0d-6239658819b3', protocol='range'}
2023-03-22T07:58:28.574Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Successfully synced group in generation Generation{generationId=38, memberId='SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a-05340b23-9a8a-4d95-bed5-33a3f0308a90', protocol='range'}
2023-03-22T07:58:28.574Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:58:28.575Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:58:28.575Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T07:58:28.575Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T07:58:28.580Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:58:28.580Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T07:58:28.580Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:58:28.580Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:58:28.580Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T07:58:28.580Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T07:58:28.580Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T07:58:28.580Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, 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-22T07:58:28.580Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1958, 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-22T07:58:28.580Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-b2f59705-e9bd-4065-aeec-d2645577c82a, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-03-22T07:58:28.580Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:58:28.581Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5d0f4ae5-59c4-4403-bd88-4f63b99fc218, 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-22T07:58:28.667Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-03-22T07:58:28.667Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"1a5e8e35-87ed-40f0-91a8-3b150a1e0fca","serviceName":"basic_onboard_NCnVBE","serviceVersion":"1.0","serviceUUID":"e5f12647-c344-47df-98f7-08a8565b00b6","serviceDescription":"service","serviceInvariantUUID":"51f08bee-59f8-40fa-935c-cd0599c584b5","resources":[{"resourceInstanceName":"basic_onboard_NCnVBE 0","resourceName":"basic_onboard_NCnVBE","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"73768750-8efc-41f5-8d10-5bfad5a080c6","resourceInvariantUUID":"3f902fda-2512-4773-9240-2d25a4405852","resourceCustomizationUUID":"f212e54c-b0bb-4702-b4c4-175e06e278d2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vf-license-model.xml","artifactChecksum":"OTA1ZTkxNzEyZTViN2JiM2U4NGIyMDBkNWU3NzNjZmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"19f3bbed-75be-40ee-b35d-a9d87796e6f1","artifactVersion":"1"},{"artifactName":"basic_onboard_ncnvbe0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json","artifactChecksum":"ZWQ3NTUzZmZlNGY2MGFmNTVmZWQ5OTA0NDFhM2ZmMTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ceda833e-13d7-416e-883f-3f2acb53642c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0dff949b-8137-4b9a-ab54-eb6f0bdd3a39","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5d7083d5-a974-48d7-8a4a-5859d7f018f7","artifactVersion":"2","generatedFromUUID":"2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNcnvbe-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-template.yml","artifactChecksum":"MzFlODEzZDM0NzhjOWZiYTdiMGRkODUxMzU2MTdmNzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"97614832-45b7-45e5-b1d5-5a9c89fe5a74","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNcnvbe-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar","artifactChecksum":"Y2Q1OGViOTJjODRmZWE4OWJiY2VjMTMxMzgxZTJlMDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aef3d4fb-c703-4c66-af36-81e4bf7b5d1d","artifactVersion":"1"}],"workloadContext":"Production"}
2023-03-22T07:58:28.668Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:58:28.668Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:58:28.668Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:58:28.668Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471890717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:58:29.596Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:58:29.596Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:58:29.597Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:58:29.597Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:58:29.597Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:58:29.597Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:58:29.597Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:58:29.597Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:58:29.598Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:58:29.598Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:58:29.598Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:58:29.598Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:58:29.598Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:58:29.598Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:58:29.598Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:58:29.599Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:58:29.599Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:58:29.599Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:58:29.599Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:58:29.599Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:58:29.599Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:58:29.599Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:58:29.599Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471050593,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-03-22T07:58:29.599Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:58:29.599Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:58:29.599Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471857370,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-03-22T07:58:29.599Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:58:29.599Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:58:29.600Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471858457,
  "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-22T07:58:29.600Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:58:29.600Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:58:29.600Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "2ec0639f-e9f3-475f-95a7-7ddac4199546",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471889693,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2023-03-22T07:58:29.600Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:58:29.600Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:58:29.600Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471890717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-03-22T07:58:29.600Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:58:29.669Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:58:29.669Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:58:29.669Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:58:29.669Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471890717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:58:30.670Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:58:30.670Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:58:30.671Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:58:30.671Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471890717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:58:31.672Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:58:31.672Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:58:31.672Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:58:31.673Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471890717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:58:32.673Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:58:32.674Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:58:32.674Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:58:32.674Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471890717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:58:33.675Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:58:33.675Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:58:33.676Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:58:33.676Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471890717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:58:34.676Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-03-22T07:58:34.677Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:58:34.677Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:58:34.677Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471890717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:58:35.678Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "serviceName": "basic_onboard_NCnVBE",
  "serviceVersion": "1.0",
  "serviceUUID": "e5f12647-c344-47df-98f7-08a8565b00b6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "51f08bee-59f8-40fa-935c-cd0599c584b5",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_NCnVBE 0",
      "resourceCustomizationUUID": "f212e54c-b0bb-4702-b4c4-175e06e278d2",
      "resourceName": "basic_onboard_NCnVBE",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "73768750-8efc-41f5-8d10-5bfad5a080c6",
      "resourceInvariantUUID": "3f902fda-2512-4773-9240-2d25a4405852",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ncnvbe0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
          "artifactChecksum": "ZWQ3NTUzZmZlNGY2MGFmNTVmZWQ5OTA0NDFhM2ZmMTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ceda833e-13d7-416e-883f-3f2acb53642c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5d7083d5-a974-48d7-8a4a-5859d7f018f7",
            "generatedFromUUID": "2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5d7083d5-a974-48d7-8a4a-5859d7f018f7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardNcnvbe-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
      "artifactChecksum": "Y2Q1OGViOTJjODRmZWE4OWJiY2VjMTMxMzgxZTJlMDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "aef3d4fb-c703-4c66-af36-81e4bf7b5d1d"
    }
  ],
  "workloadContext": "Production"
}
2023-03-22T07:58:35.678Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-03-22T07:58:35.678Z|2ec0639f-e9f3-475f-95a7-7ddac4199546|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e5f12647-c344-47df-98f7-08a8565b00b6 ASDC
2023-03-22T07:58:35.679Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
ServiceName:basic_onboard_NCnVBE
ServiceVersion:1.0
ServiceUUID:e5f12647-c344-47df-98f7-08a8565b00b6
ServiceInvariantUUID:51f08bee-59f8-40fa-935c-cd0599c584b5
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNcnvbe-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar
ArtifactUUID:aef3d4fb-c703-4c66-af36-81e4bf7b5d1d
ArtifactChecksum:Y2Q1OGViOTJjODRmZWE4OWJiY2VjMTMxMzgxZTJlMDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_NCnVBE 0
ResourceCustomizationUUID:f212e54c-b0bb-4702-b4c4-175e06e278d2
ResourceInvariantUUID:3f902fda-2512-4773-9240-2d25a4405852
ResourceName:basic_onboard_NCnVBE
ResourceType:VF
ResourceUUID:73768750-8efc-41f5-8d10-5bfad5a080c6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ncnvbe0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json
ArtifactUUID:ceda833e-13d7-416e-883f-3f2acb53642c
ArtifactChecksum:ZWQ3NTUzZmZlNGY2MGFmNTVmZWQ5OTA0NDFhM2ZmMTY=
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/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.yaml
ArtifactUUID:2b0937f2-3f0f-4d5b-b6eb-b99ec274ca33
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/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env
ArtifactUUID:5d7083d5-a974-48d7-8a4a-5859d7f018f7
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/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/base_ubuntu18.env
ArtifactUUID:5d7083d5-a974-48d7-8a4a-5859d7f018f7
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-03-22T07:58:35.679Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e5f12647-c344-47df-98f7-08a8565b00b6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-03-22T07:58:35.698Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-03-22T07:58:35.698Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:58:35.698Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-03-22T07:58:35.698Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: aef3d4fb-c703-4c66-af36-81e4bf7b5d1d from URL: /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar
2023-03-22T07:58:35.698Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-22T07:58:35.698Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar
2023-03-22T07:58:35.720Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-22T07:58:35.720Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@4eacc7a3
2023-03-22T07:58:35.720Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T07:58:35.720Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardNcnvbe"
      ]
    }
  }
}
2023-03-22T07:58:35.720Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardNcnvbe-csar.csar /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar aef3d4fb-c703-4c66-af36-81e4bf7b5d1d Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T07:58:35.720Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar ASDC sendASDCNotification
2023-03-22T07:58:35.720Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar(Specified artifact is  not found)
2023-03-22T07:58:35.720Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T07:58:35.721Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:58:35.721Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:58:35.721Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471915720,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:58:36.721Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardNcnvbe-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/artifacts/service-BasicOnboardNcnvbe-csar.csar(UUID:aef3d4fb-c703-4c66-af36-81e4bf7b5d1d)
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-22T07:58:36.739Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-22T07:58:36.739Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 73768750-8efc-41f5-8d10-5bfad5a080c6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-03-22T07:58:36.743Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||basic_onboard_NCnVBE 0
2023-03-22T07:58:36.743Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 73768750-8efc-41f5-8d10-5bfad5a080c6
2023-03-22T07:58:36.743Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ceda833e-13d7-416e-883f-3f2acb53642c from URL: /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json
2023-03-22T07:58:36.743Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-03-22T07:58:36.743Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json
2023-03-22T07:58:36.763Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-03-22T07:58:36.763Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2a31191b
2023-03-22T07:58:36.763Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-03-22T07:58:36.763Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardNcnvbe"
      ]
    }
  }
}
2023-03-22T07:58:36.763Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_ncnvbe0_modules.json /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json ceda833e-13d7-416e-883f-3f2acb53642c Specified artifact is  not found 300 ASDC artifact download fail
2023-03-22T07:58:36.764Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json ASDC sendASDCNotification
2023-03-22T07:58:36.764Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json(Specified artifact is  not found)
2023-03-22T07:58:36.764Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-03-22T07:58:36.764Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-03-22T07:58:36.764Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-03-22T07:58:36.764Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471916764,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:58:37.765Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_ncnvbe0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json(UUID:ceda833e-13d7-416e-883f-3f2acb53642c)
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-22T07:58:37.765Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:58:37.783Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:58:37.786Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T07:58:37.786Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T07:59:07.786Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:59:07.803Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:59:07.805Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T07:59:07.806Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-03-22T07:59:28.533Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-03-22T07:59:28.535Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-03-22T07:59:28.535Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1a5e8e35-87ed-40f0-91a8-3b150a1e0fca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1679471890717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNcnvbe/1.0/resourceInstances/basic_onboard_ncnvbe0/artifacts/basic_onboard_ncnvbe0_modules.json",
  "status": "NOTIFIED"
}
2023-03-22T07:59:28.535Z|9fb2f83b-570c-4b57-8d50-b50b132bcf86|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-03-22T07:59:37.806Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:59:37.821Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a5e8e35-87ed-40f0-91a8-3b150a1e0fca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-03-22T07:59:37.824Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-03-22T07:59:37.824Z|1a5e8e35-87ed-40f0-91a8-3b150a1e0fca|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.